Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 718 Bytes

TODO.md

File metadata and controls

31 lines (15 loc) · 718 Bytes

TODO list for this project.

    1. Write form and view to add new poll
    1. Add functionality to search for poll
    1. Add functionality to vote on polls
    1. Write user profile views and template
    1. Add author attribute to Question class
    1. Add voters attribute to Choice class

ISSUES

ADDED

  1. Added unfollow to the action type in the notification models
  2. Added the unfollow option to correctly formar the appropriate notification type in the notification page

<link rel="stylesheet" href="{% static 'css/script.css' %}"> <script src="{% static 'js/script.js' %}"> </script>

  • Give questions and choice unique ids so i can save the ids in notification action receiver