-
Notifications
You must be signed in to change notification settings - Fork 22
MVP
Edward Runkel edited this page Mar 12, 2023
·
2 revisions
This document is meant to represent what is expected of the frontend MVP.
- The latest approved
runs
should be displayed
-
The user page should display all the public information about the given user:
username
-
about
the user's personal description - all accepted
participations
they have submitted
-
If the current page belongs to that of the currently logged in user then they should be able to:
- update any of the customizable elements of their profile
-
The leaderboard page should display all the public information about the given leaderboard:
rules
categories
- approved
runs
for each selectedcategory
-
participations
for each approvedrun
-
If the current user is:
- logged in, they should be able to:
- submit a
run
- edit/delete any
run
they have submitted
- submit a
- logged in, and is an admin, they should be able to:
- create/edit a
category
orrun
- edit the
leaderboard
itself
- create/edit a
- logged in, they should be able to: