Iteration 2 Plan - knilios/ku-polls GitHub Wiki
Goal
Improve the app to have an end date of the polls and improved the navigation and page appearance. Also has some useful methods so that views can query a poll using methods, updated security and automatic running of tests.
Features
- The Question has end_date attribute, is_published and can_vote method.
- Unittest for the added functionality.
- User gets an error message when trying to enter unavailable polls using the url.
- Redirection when the user enters the
/
page. - Make the choice text and votes line up in columns
Milestone
- The Question has end_date attribute and working is_published and can_vote method.
- The added method has atleast 3 unittests.
- The user is redirected from
/
to/polls
- Improved nativigation.
- The page has better design with CSS.
Acceptance criteria
- The unavailable polls must be inaccesible.
- All added methods must have a unittest.
- The choice text and votes line up in columns, no bullet points and no redundant features.