You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the “download results” button to the web interface. The button should allow the user to download the results (classification scores) as a JSON file and as a PNG file showing the top 5 scores in a plot (bar chart). All the functionalities must be preserved. This is just a new feature.
Difficulty:
Subtasks
Add the "download results" button to the interface.
Add the "download plot" button to the interface.
Implement the API to return a JSON file with the results.
Implement the API to return the plot.
Connect the buttons with the APIs.
Plan for the implementation
The easiest way to implement the new functionality is to create the files on the go when the button is pressed, through the button URL linked with an HTML tag (<a href="URL">, see references below).
Summary of the request
Add the “download results” button to the web interface. The button should allow the user to download the results (classification scores) as a JSON file and as a PNG file showing the top 5 scores in a plot (bar chart).
All the functionalities must be preserved. This is just a new feature.
Difficulty:
Subtasks
Plan for the implementation
The easiest way to implement the new functionality is to create the files on the go when the button is pressed, through the button URL linked with an HTML tag (
<a href="URL">
, see references below).Useful links:
The text was updated successfully, but these errors were encountered: