PaulJohannFlade / Capstone_ClanPlan

https://capstone-clan-plan.vercel.app
0 stars 0 forks source link

Add family member #2

Open SwethaJanardhana opened 6 months ago

SwethaJanardhana commented 6 months ago

Add family member

Value Proposition

As a family member,

I want to add new members to our family

so that everyone can be involved in the family task management system.

Description

Image

Acceptance Criteria

Tasks

// The Smith Family - json example
{ [
    {
      "id": "1",
      "name": "Alex Smith",
      "role": "Parent",
    },
    {
      "id": "2",
      "name": "Jordan Smith",
      "role": "Parent",
    },
    {
      "id": "3",
      "name": "Casey Smith",
      "role": "Child",
    },
    {
      "id": "4",
      "name": "Taylor Smith",
      "role": "Child",
    },
    // Additional family members
  ]
}
FelineHuhn commented 5 months ago

Great user story, Team! Well structured and everything clearly formulated 😍

Just some tiny questions/suggestions:

When you saved no family member yet, is there just nothing or an example user or a text, which says there is no family member added yet, displayed? Something like that would be great for a good user experience, or what do you think?

FelineHuhn commented 5 months ago

Great improvement πŸš€πŸš€πŸš€