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

Binder Creation #7

Open
JonoSommers opened this issue Feb 25, 2025 · 0 comments
Open

Binder Creation #7

JonoSommers opened this issue Feb 25, 2025 · 0 comments

Comments

@JonoSommers
Copy link
Owner

JonoSommers commented Feb 25, 2025

Description:
Upon account creation, a "Default Binder" will be created for the user. After logging in a User has the ability to create ONE additional binder from within the binders container (A user can only have 2 binders). When creating a binder the user will be prompted to input the name of the binder they are creating.

Details:

  • A user should be able to create one additional binder
  • A user should be able to change the name of their binders

Examples:

  • Binder Creation Request Body
{
  "user_id": 1
  "binder_name": "PokeMeMon"
}
  • Binder Creation Response Body:
{
  "message": "Your binder named, #{name}, was successfully created!"
}

Acceptance Criteria:

  • Postman response/request bodies are what we expect
  • All tests are passing
Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant