itsmyrice / gamedalf

https://gamedalf.vercel.app
2 stars 0 forks source link

Board Games List #3

Open kabaskill opened 8 months ago

kabaskill commented 8 months ago

Value Proposition

As a user I want to see a list of board games that I'd like to play with my friends.

Description

Image

Acceptance Criteria

Tasks


F-Kirchhoff commented 8 months ago

This is already a very good user story. I would suggest not to create a GameList component yet, since at this moment in time it just adds a layer of complexity without adding any real value (reusability or reduction of complexity) to the project. But you can keep in mind that you can refactor this code into a List component later on when you want to render a second list of game cards (at which point it will have the benefit of reusing the code!).