Iteration 3 Plan - GifperTC/ku-polls GitHub Wiki
Goal
Poll page with user authentication, logging and code refactoring with proper unit tests for all new features.
Features
- Authenticated user to access the voting page.
- User can resubmit the vote, which will replace their old vote.
- Anyone can view list of polls and poll results.
- Show user's previous choice in each poll.
- Add logging messages.
Acceptance Criteria
- Only an authenticated user can submit a vote.
- Authenticated user can see their previous vote on that poll.
- New feature passes all unit tests.
- Logging messages display correctly.
- Have separated unit tests directory inside polls directory.
Go back to Home