NilsHolthey / capstone-project

capstone-project-smoky.vercel.app
0 stars 0 forks source link

Create ToDo Form #4

Open NilsHolthey opened 2 years ago

NilsHolthey commented 2 years ago

Value Proposition

As a user I want to add single tasks/todos to my List to be able to update my todo List with my new tasks

Description

Bildschirmfoto 2022-05-11 um 10 59 28

Acceptance Criteria

Tasks

(for developers team)

Complexity

XL

alexclaes commented 2 years ago

Hi Nils,

good user story! The acceptance criteria are well defined.

The last acceptance criteria “[… ] user will be redirected to the home page“ implies that routing is already in place and this form will be displayed on another page. I think you should consider to add routing after the MVP version is reached.

I think the value proposition is a bit inconclusive in regards to the desired user value. The reason for this form to exist is not to “see my personal tasks”. You should rather define why the user would like to submit the form – to add extend the list of tasks stored in the todo app.

One small improvement: You might not want to name the component “CardCreateForm“, but rather „TodoCreateForm“ to be more precise.