TheMarv / capstone-project

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

Categories #6

Closed TheMarv closed 2 years ago

TheMarv commented 2 years ago

Value definition

As a User I want to add new categories so that I can organise my blogposts.

Acceptance Criteria

Tasks

Complexity

low

Luxa23 commented 2 years ago

hi @TheMarv,

this looks good so far, but I believe that tasks and AC are a bit mixed up. The ACs "Slug is dynamically generated..." and "Saving adds category.." are actual tasks for the developer since the user is not really interested where data are saved. Instead you could write as a AC that the user can change the slug's name. And also that the user can create a new category.

Maybe you could add some more details to the tasks, for example "create a new page" in case it doesn't exist yet or "make sure that length restrictions are respected".

Just remember that AC are written from the user's perspective and the tasks are for the dev team :) Let me know if you have any questions.