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

USER STORY: Login to my account #24

Closed
5 tasks done
chris-townsend opened this issue Nov 10, 2022 · 1 comment
Closed
5 tasks done

USER STORY: Login to my account #24

chris-townsend opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels
1 User Story Estimate is 1 story point development Development Process must-have A must-have feature

Comments

@chris-townsend
Copy link
Owner

chris-townsend commented Nov 10, 2022

User Story:

As a User, I can log into my account so that I can manage my recipes

Acceptance Criteria:

  • The user should have a button displayed in the navbar to sign into their account
  • The sign-in button should take the user to a sign-in page
  • If user credentials are correct, the user will be signed in
  • If user credentials are incorrect, the user will be prompted with an error alert
  • A user should receive an alert stating they have successfully logged into their account.

Related User Stories:

#22 Register for an account

#23 Register for an account using my social media

Tasks:

  • Create a sign-in Page
    • Preferably a modal-style pop-up for easy sign in
  • Use Django's built-in authentication method to create a login for a user
  • Add a template
  • Add URL paths
  • Create link to the sign-in page from the navbar

@chris-townsend chris-townsend added must-have A must-have feature 1 User Story Estimate is 1 story point development Development Process labels Nov 10, 2022
@chris-townsend chris-townsend self-assigned this Nov 10, 2022
This was referenced Nov 10, 2022
@chris-townsend chris-townsend moved this from Todo to In Progress in Kitchen Tales Kanban board Nov 16, 2022
@chris-townsend chris-townsend moved this from In Progress to Todo in Kitchen Tales Kanban board Nov 16, 2022
@chris-townsend chris-townsend moved this from Todo to In Progress in Kitchen Tales Kanban board Nov 21, 2022
chris-townsend added a commit that referenced this issue Nov 21, 2022
@chris-townsend
Copy link
Owner Author

closed with commit f6ac274

Repository owner moved this from In Progress to Done in Kitchen Tales Kanban board Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 User Story Estimate is 1 story point development Development Process must-have A must-have feature
Projects
Development

No branches or pull requests

1 participant