-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 3 Plan
Pinpimarn Pinpisit edited this page Oct 3, 2022
·
2 revisions
Add user authentication and allow each user only 1 vote per poll.
- A visitor can login and logout and sign up new account.
- Allow only an authenticated user to submit a vote.
- Users can replace their vote choice to a new one within the polls period.
- Users can see their previously selected vote choice.
- Navigate to login and logout page from index page.
- Application checks on authentication and password validation.
- All page navigation link corectly.
- Page layout is better than the former version.
- No secret code reveal in repository.
- The web app passes all unit tests.
I've learned about how to check on authenticationa and password validation.