acmpesuecc / acmpesuecc/Todo_List_In_Django

UI Fix: Priority lists do not filter todos on priority

Open
#13 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.