SaschaRadojkovic / capstone-project

https://capstone-project-amber.vercel.app
1 stars 0 forks source link

Delete list items #3

Open SaschaRadojkovic opened 1 year ago

SaschaRadojkovic commented 1 year ago

Value Proposition

As a User I want to have a delete button on every list item

so that i can delete items from the list ​

Description

image

Acceptance Criteria

Tasks

Complexity

... (T-Shirt Sizes S)

NikRoe commented 1 year ago

Hi Sascha,

I have a few suggestions / notes:

I would rephrase the value proposition to something more precise, like:

As a User I want to have a search bar so that i can find allergenes to avoid

In your acceptance criteria you should be more specific about what will happen when interacting with the search bar:

Will you have a component for your search bar? If so, mention it in your user story

From your wireframe I am not certain where the data will be displayed after searching for a term. Will only the search results appear or will they be displayed below the rest of the page? Please specify :)

I am also not sure about the purpose of the "allergenes" button. If that is a button? What does this element do for the moment?

With reference to your first user story: The checkboxes have no functionality yet, so you can leave them out for now

The scope of your user story is very nice, though, and is exactly what we are aiming for :)

SaschaRadojkovic commented 1 year ago

i hope the other thinks are good now ;) the allergenes button is a button and we are on the allergenes now .the checkboxes will be deleted from the wireframe thanks for the help

RobinWitt commented 1 year ago

Good evening, is the 'allergens' button there to be able to switch between 'settings' and your 'allergens' page, or is this page part of the 'settings' group?

Did you make sure that there are no allergens shorter than four or longer than 20 digits? If you make an option to show 'no results' and also display suggestions, you may not need the length restriction on your search. ('egg' came to my mind, for example)

Your second-to-last acceptance criteria is not really clear to me, I wouldn't know what to do with that as a developer. Maybe you can make it more descriptive?

I hope this feedback is helpful to you.