Closed
Description
- Build an MVP version of the dashboard that is currently setup manually. This MVP version would:
- Provide a link labeled “Dashboard” shown on the challenge page for all MM challenges.
- Clicking the “Dashboard” link will open the dashboard in a new tab.
- The dashboard will show:
-Title- The graph (see Data Science Dashboard )
- The data points for submissions color coded by member rank
- Hovering the data point shows the following info:
- Submitter handle
- Total # submissions
- Submission score
- Submission date
- Baseline bar (pulled from challenge data - no way to set this when creating the challenge, must be set manually in the data).
- Please document via postman example how to set this value.
- The dashboard will not show anything else (don’t show the filters, data below the graph, etc.)
- Permissions to view the dashboard should be the same as the challenge if easy to implement. If not easy then make the dashboard public (as it is with the current manually created dashboard).
- The data shown in the graph should be pulled from V5 APIs (not from Informix as is currently done).
- The dashboard should not be hosted in Heroku - instead just host it like other parts of the platform (i.e. like any other page in the platform).
Note: This dashboard feature should only be available for Marathon Matches