Stephanie testing #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've tested the first version of the app.
These are the things that are fixed now:
Navigation
don’t show home & other when not logged in.
remove other completely
Signup
change color of the button & link to #009973
Login
change the color of the logout button to #009973
Home page
on refresh, the methods get rendered again and more blocks are added
link to QuizPage should be on the whole card not only on the method name
These things still need to be done:
Signup
signup doesn’t work
Login
after login you need to get send to the homepage instead of welcome page
if you click logout you should be redirected to welcome page
Home page
Show how many exercises there are (not hardcoded)
Show who has the highest ranking
Quiz page
After the second question you need to be linked to level 2 (level 2 not checked yet)
Hint component should be added
Timer
Progress
Account page
not implemented yet