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:
When navigating the Search View (for either Pokemon or MTG cards) the user should be able to click on a card, get a detailed card view with buttons to go back to the search view, and a dropdown to select which binder to add the card to. A user can add as many cards to a binder that they want through a POST request /api/v1/users/:user_id/binders/:binder_id/binder_cards.
Details:
A user should be able to look through the Search View (pokemon or MTG collections) and add cards to their binder.
Description:
When navigating the Search View (for either Pokemon or MTG cards) the user should be able to click on a card, get a detailed card view with buttons to go back to the search view, and a dropdown to select which binder to add the card to. A user can add as many cards to a binder that they want through a POST request
/api/v1/users/:user_id/binders/:binder_id/binder_cards
.Details:
Examples:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: