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

Saving Cards to Binders EP #3

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

Saving Cards to Binders EP #3

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

Comments

@JonoSommers
Copy link
Owner

JonoSommers commented Feb 25, 2025

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.

Examples:

  • Adding to Binder Request body:
{
  "card": {"name: Snorlax, type: Pokemon, image_url: 23h4982hr0hf.com"}
}
  • Adding to Binder Response body:
{
 "card": {"id: 1, name: Snorlax, type: Pokemon, image_url: 23h4982hr0hf.com"
}

Acceptance Criteria:

  • Postman response/request bodies are what we expect
  • All tests are passing
Image
@JonoSommers JonoSommers moved this to Todo in Cardfolio BE Feb 25, 2025
@JonoSommers JonoSommers changed the title Saving Cards to Binders Saving Cards to Binders EP Feb 25, 2025
@jdavalos98 jdavalos98 moved this from Todo to In Progress in Cardfolio BE Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

4 participants