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

User Card #3

Open
miguel-merlin opened this issue Feb 15, 2024 · 0 comments
Open

User Card #3

miguel-merlin opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@miguel-merlin
Copy link
Member

miguel-merlin commented Feb 15, 2024

Description

As a user, I want to be able to see and change the information of a Blueprint member in a Card component.
The card should display:

  • Name of the user
  • email
  • status
  • Title

The card component should also include two buttons:

  1. Save
  2. Cancel
    As a user, I should be able to change the values of the Blueprint member and save them when I click the save button. If I don't want to keep the changes, I should discard them when clicking on the cancel button.

Notes on Implemention

The card component will be displayed when a user clicks on a row of the table of users (see #2); therefore, for now, don't worry about the functionality of the save and cancel buttons. However, the buttons must be clickable. You can store the Blueprint member info in a useState() hook, that gets populated through a prop. You can use the sample_data.json to test the Card component.

@miguel-merlin miguel-merlin added the enhancement New feature or request label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants