issues
search
MsCornell
/
2425Repo
MIT License
0
stars
1
forks
source link
As a [new user], I want to [create an account]
#36
Open
ar2525
opened
3 weeks ago
ar2525
commented
3 weeks ago
Note: this may or may not be relevant depending on if we're using OAuth for account handling, or if it'll just be in the database.
Acceptance Criteria
[ ] Know what is the sign in information(password, name, account
[ ] Users should be able to create a new account
[ ] Backend should be able to store the account and related information
[ ] Users should be able to choose their unique name and password for their account.
[ ] If the name is duplicated, the player cannot choose it and a warning must be shown.
Tasks
[ ] Create back-end interface to store user's information
[ ] Have back-end check for duplicates
Note: this may or may not be relevant depending on if we're using OAuth for account handling, or if it'll just be in the database.
Acceptance Criteria
Tasks