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: Incomplete form to add todo object #12

Open
Varun487 opened this issue Oct 23, 2020 · 3 comments
Open

UI Fix: Incomplete form to add todo object #12

Varun487 opened this issue Oct 23, 2020 · 3 comments
Assignees
Labels
Bounty: 50 bug Something isn't working

Comments

@Varun487
Copy link
Contributor

In the first form in index.html, we allow the user to add a todo item to the list.
Steps to complete this form:

  1. Add action and method attributes to below form.
  2. Make a post request to the url 'add/' with the information provided by user.
  3. Add csrf_token for security.
  4. Add options 1, 2, 3 to the dropdown menu to set priority.
@Varun487 Varun487 added the bug Something isn't working label Oct 23, 2020
@anirudhRowjee
Copy link
Contributor

Hi, can I work on this?

@Varun487
Copy link
Contributor Author

Sure! I'll assign you. Sorry for the delay in respondong.

anirudhRowjee added a commit to anirudhRowjee/Todo_List_In_Django that referenced this issue Oct 24, 2020
Hi,
This commit closes acmpesuecc#12.

Changelog:
1. changes to `index.html` made as per requirements.
@Ohior
Copy link

Ohior commented Jul 31, 2022

Hello, is this project still open I will like to fix issues 10, 12

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants