Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Fix: Priority lists do not filter todos on priority #13

Open
Varun487 opened this issue Oct 23, 2020 · 1 comment
Open

UI Fix: Priority lists do not filter todos on priority #13

Varun487 opened this issue Oct 23, 2020 · 1 comment
Labels
Bounty: 50 bug Something isn't working enhancement New feature or request

Comments

@Varun487
Copy link
Contributor

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.
@Varun487 Varun487 added bug Something isn't working enhancement New feature or request labels Oct 23, 2020
@sawyer1997
Copy link

@Varun487 may I try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bounty: 50 bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants