-
Notifications
You must be signed in to change notification settings - Fork 0
Fetch problem display names through backend API #158
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersjavascriptPull requests that update javascript codePull requests that update javascript coderubyPull requests that update ruby codePull requests that update ruby codetool-trackPertains to the Assignment Snapshots tool/web app (src/snapshots-app)Pertains to the Assignment Snapshots tool/web app (src/snapshots-app)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersjavascriptPull requests that update javascript codePull requests that update javascript coderubyPull requests that update ruby codePull requests that update ruby codetool-trackPertains to the Assignment Snapshots tool/web app (src/snapshots-app)Pertains to the Assignment Snapshots tool/web app (src/snapshots-app)
Currently in many places in the frontend (such as the
BackupGanttPlotcomponent) we hardcode the problem display names for the current assignment. However, we do currently store problem names in the Rails backend database in theassignment_problemstable. Create an API endpoint to retrieve this data and use it in the frontend.