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
If the executives want a list of all the rankings to use for an instagram post or for the final tournament invite, they have to ask a website admin to retrieve the list from the database, or they have to manually make their own API calls. To remove the reliance on a website admin being available, executive members should be able to retrieve this information on their own.
Approach
At the top of the rankings, add a new button "Download"/"Export", whatever makes more sense.
When clicking this button, a fetch request should be made to GET {API_URL}/semesters/{semesterUUID}/rankings/export
The user should be prompted to download the file once the request has finished
Blocks
[] uwpokerclub/api#TBD
Blocked By
Related To
The text was updated successfully, but these errors were encountered:
Description
If the executives want a list of all the rankings to use for an instagram post or for the final tournament invite, they have to ask a website admin to retrieve the list from the database, or they have to manually make their own API calls. To remove the reliance on a website admin being available, executive members should be able to retrieve this information on their own.
Approach
GET {API_URL}/semesters/{semesterUUID}/rankings/export
Blocks
Blocked By
Related To
The text was updated successfully, but these errors were encountered: