Skip to content

Iteration 3 Plan

Pinpimarn Pinpisit edited this page Oct 3, 2022 · 2 revisions

Goal

Add user authentication and allow each user only 1 vote per poll.

Features

  1. A visitor can login and logout and sign up new account.
  2. Allow only an authenticated user to submit a vote.
  3. Users can replace their vote choice to a new one within the polls period.
  4. Users can see their previously selected vote choice.
  5. Navigate to login and logout page from index page.

Evaluation Criteria

  1. Application checks on authentication and password validation.
  2. All page navigation link corectly.
  3. Page layout is better than the former version.
  4. No secret code reveal in repository.
  5. The web app passes all unit tests.

Retrospective Summary

I've learned about how to check on authenticationa and password validation.

Clone this wiki locally