ndrbn0 / Flavion

https://flavion.vercel.app/
0 stars 0 forks source link

Delete Ingredient with Flavour Profile #5

Open ndrbn0 opened 3 months ago

ndrbn0 commented 3 months ago

Delete Ingredient with Flavour Profile

As a user, I want to delete an ingredient and its associated flavour profiles from the collection.

Description

Image

Acceptance criteria

NikRoe commented 3 months ago

Hi there,

A value proposition always has the same structure:

As a <role>,
I want to <action>,
so that <benefit/reason>

It is easiest to just take the original value proposition:

As a culinary enthusiast,

I want to delete an ingredient from the app,

so that I can ensure the app's ingredient list remains accurate and curated according to my culinary experiments and findings.

And also stick to the original Acceptance Criteria and only change the ones that need changing.

- The ingredient details page features a prominently placed "Delete" button.
- Clicking the "Delete" button prompts a confirmation dialog. This dialog serves as a precaution against accidental deletions, requesting the user to confirm their intention.
- The dialog provides options for both confirming the deletion and canceling the action.
- The cancellation option enables users to abort the deletion process if chosen in error or if they change their mind.
- Upon confirming the deletion, the ingredient is promptly removed from the ingredient list.

Please update the AC and VP accordingly.

Once that is done, you can consider this User Story to be approved ✅

Cheers ✌️