About Evaluations Page:
- Fork the repo.
- Clone it locally.
- Install the packages
- Run the application locally
user: trainer
password: test
Create PR on every step or every two steps (where applies).
Steps:
- Install the project, get familiar with it.
- Locate the mock EvaluationPage.
- Add to the api mock a fake method that will load the evalution based on the right Id's.
- Create a fake api method to save the updates (in memory).
- Wire up this api in the current component (no redux yet).
- Add the logic to enable / disable combos.
- Handle scroll or pagin.
- Enable / Disable the save button.
- Wire up the save button.
- Add a fake download link for the excercises.
- Wire up an update on the deliveries combo.
- Warn on change if changes are not saved.
- Pass this to the reducers / actions architecture.
About Evaluations Page:
user: trainer
password: test
Dashboard choose evaluations
Evaluation page will be shown:
Create PR on every step or every two steps (where applies).
Steps: