You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Examples:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: