ckskr / capstone-project

capstone-project-pied.vercel.app
MIT License
0 stars 0 forks source link

#3 Add "delete" button to the entries #9

Open ckskr opened 2 years ago

ckskr commented 2 years ago

Value Proposition

As a user I want to have the possibility of deleting my entries So that I can delete unnecessary entries

Description

Image

Acceptance Criteria

Tasks

(for developers team)

Complexity

M

CJAkkuec commented 2 years ago

Tasks [...] Add delete Button to the Entry Component

I think the (delete) Button could potentially be its own re-usable component.

On click the entry is deleted

... deleted from where? I feel like, as a developer, I'd probably prefer my tasks to be a little more specific. Try to write your tasks without assuming any prior knowledge. Also: what do you need to do to accomplish your criteria of having the entry deleted on click? This is more interesting to the developer than repeating the criteria itself. :)

j-eick commented 2 years ago

If you know how you are going to implement the delete functionality, a bit more elaboration on that would be nice. Try to avoid writing the same things in AC and Task.

Aside from that, looks good. 🤌🏼