jackrobinsonuk / exercise-challenge-app

A repository for an exercise challenge app.
1 stars 0 forks source link

Admin Portal #12

Open jackrobinsonuk opened 2 years ago

jackrobinsonuk commented 2 years ago

As an Admin, When I am configuring my instance of the Exercise Challenge App, Then I am able to login to an Admin portal.

To Build: Enable role based access - where the user's group will be returned, based on this the route protection will adapt what the user can see Route Protection should be enabled on:

Enable an admin role who can add/amend exercises and points per exercise Create a screen that allows amending of the core data that powers the app (/Admin) which allows the Admin role to amend the exercises available, the points they score per minute etc. Update the /Challenges screen to create teams and challenges