acmpesuecc / acmpesuecc/Todo_List_In_Django
UI Fix: Priority lists do not filter todos on priority
Open
Bounty: 50
bug
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
In the second, third and fourth forms in the index.html file, all todos are listed indiscriminately without the priority of the todo objects taken into account.
Steps to solve this issue:
1. Filter todos according to their priority.
2. In the form, Add action and method attributes to the below form. The form makes a post request to delete/id to delete the todo from the Database.
3. Add csrf_token for each form for security.
4. Add title, content, priority, timestamp and a submit button to each of the priority list forms.
Contributor guide
Assessment
This issue has not been assessed yet.