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

Edit Game #38

Open
22 tasks
itsmyrice opened this issue Jan 16, 2024 · 2 comments
Open
22 tasks

Edit Game #38

itsmyrice opened this issue Jan 16, 2024 · 2 comments
Assignees

Comments

@itsmyrice
Copy link
Owner

itsmyrice commented Jan 16, 2024

Value proposition

As a user
I want to be able to edit the game that I created
So that I can update the overview of my game

Description

Image

Acceptance criteria

  • Clicking on the edit button on the profiles page navigates the user to the edit page
  • The user can edit the following details:
    • Image
    • Name
    • Rating
    • Description
    • Minplayers
    • Maxplayers
    • Age
  • Clicking the edit button updates the data
  • Clicking the back button navigates back to the profiles page

Tasks

  • Create the EditForm component
  • EditForm component has the following:
    • Image
    • Name
    • Rating
    • Description
    • Minplayers
    • Maxplayers
    • Age
  • Create the edit button and implement handleEdit function in theEditForm component
  •  Import the BackButton component
@F-Kirchhoff
Copy link
Contributor

Hey GameDalf Team,
great user story! I would suggest only one thing: The user would expect to get to the Details Page by clicking on the card. Please add an "edit" button instead, this is the default UX a user would expect.

@F-Kirchhoff
Copy link
Contributor

LGTM! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants