jackrobinsonuk / exercise-challenge-app

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

Setup Challenges #27

Closed jackrobinsonuk closed 2 years ago

jackrobinsonuk commented 2 years ago

7

Setup Challenges

Work completed:

Work To Do

Desired flow: User chooses the challenge they are taking part in by selecting from dropdown (map challengeId to challengeName) User is presented with a dropdown to choose which team they are adding exercise to (map teamId to teamName) User chooses exercise User enters time completed Submits to database Database has an entry with the following data:

This will allow for effective filtering e.g. using the exercise DB as a master, then querying based on unique IDs e.g.: