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 Account Creation #3

Closed
danielBingham opened this issue Nov 4, 2018 · 0 comments · Fixed by #17
Closed

User Account Creation #3

danielBingham opened this issue Nov 4, 2018 · 0 comments · Fixed by #17
Assignees
Projects

Comments

@danielBingham
Copy link
Owner

danielBingham commented Nov 4, 2018

As a user I want to be able to create an account and login so I can post papers, post reviews, and comment and have them all associated with my account.

Story Background

Author: Bing

What is the history or background behind this story? What context the developer researching or implementing this story need?

We're going to need a login and user account system so that we can associate academic papers with their authors. At the beginning, this doesn't need to be overly complex. A simple email / password login, the ability to set a name on a profile, and baseline secure practices should do it.

Acceptance Criteria

Author: Bing

At what point is this story considered "done"?

  • User can create an account (register) with an email and a password
  • User can login with their email and password
  • User can update their profile with their name and background
  • Passwords are stored securely (salted and hashed)

Dependencies

Author: Bing

What stories does this one depend on? What do we need to do first before we can call this one done?

This story depends on #2 for the initial database structure.

What are we doing?

Author:

How do we plan to solve this story? This should include a detailed plan of attack with prototypes, designs, and a description of any proposed code changes.

What are the alternatives?

Author:

What are the alternative solutions we considered, but ultimately decided against?

What are we not doing?

Author:

Is there anything we explicitly decided not to pursue as part of this story? Why?

@ghost ghost added this to Ready for Research in Planning Nov 4, 2018
@danielBingham danielBingham self-assigned this Nov 4, 2018
@danielBingham danielBingham moved this from Ready for Research to UX Research in Planning Nov 4, 2018
@danielBingham danielBingham added this to the Alpha milestone Nov 4, 2018
danielBingham added a commit that referenced this issue Jan 5, 2020
@danielBingham danielBingham moved this from UX Research to In Planning in Planning Jan 5, 2020
@danielBingham danielBingham moved this from In Planning to In Development in Planning Jan 5, 2020
danielBingham added a commit that referenced this issue Feb 19, 2020
danielBingham added a commit that referenced this issue Feb 20, 2020
@danielBingham danielBingham moved this from In Development to Done (Released) in Planning Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Planning
Done (Released)
Development

Successfully merging a pull request may close this issue.

1 participant