Open dimitriosxmi opened 1 year ago
Hi Dimi,
I really like the way you wrote your acceptance criteria and your tasks. To me those seem quite clear and easy to understand.
When I opened your user story I was struggling a bit with the I want to
part of your value proposition though. I think that might be because it is a little too long and maybe not so much what a user would directly ask for but more written from your perspective what you would like the feature to be like.
For example a user probably wouldn't care or know which route the app uses and what sections are used on different pages. Maybe it's better to just describe that he wants to able to navigate to menu x and back and put the way how it will be done in the acceptance criteria/tasks only.
Hi Dimi,
I really like the way you wrote your acceptance criteria and your tasks. To me those seem quite clear and easy to understand.
When I opened your user story I was struggling a bit with the
I want to
part of your value proposition though. I think that might be because it is a little too long and maybe not so much what a user would directly ask for but more written from your perspective what you would like the feature to be like.For example a user probably wouldn't care or know which route the app uses and what sections are used on different pages. Maybe it's better to just describe that he wants to able to navigate to menu x and back and put the way how it will be done in the acceptance criteria/tasks only.
Thanks for your time and for your review @LukasWeckner 😊 I see, so hereby I believe that it will be fine not getting any specific in the Value Proposition?
I've made some changes to simplify it..
from OLD
As a user
I want to have a new page to access with the route Content
which will have the same layout as Dashboard
does without the Recent Uploads
section and instead a Back Button
, also this new page should be accessible through the Side Bar
so that I can navigate to the Content
page and navigate out of it either through the Back button
or the other button options in the Side bar
👇
to NEW
As a user
I want to Have a Content
page with the same layout as Dashboard
and a Back button
, also have the option Content
in the Side bar
so that I can navigate through the Side Bar
to Content
page and from there navigate back either through the Side bar
or through a Back button
Value Proposition
As a user I want to Have a
Content
page with the same layout asDashboard
and aBack button
, also have the optionContent
in theSide bar
so that I can navigate through theSide Bar
toContent
page and from there navigate back either through theSide bar
or through aBack button
Description
Acceptance Criteria
/content
must navigate toContent
pageContent
page must have the same layout asDashboard
this meansHeader
,Breadcrumb
andSide bar
.Content
page must have aBack button
on the top left underneath theBreadcrumb
Back button
icon must bearrow-pointing-left
Back button
must navigate user to/
routeSide bar
must have a button with the text📚 Content
which on click navigates to theContent
page Tasks
main
branch and perform agit pull
in the terminalfeature/us3/content-and-back-button
arrow-pointing-left
icon filecontent
page fileContent
page theHeader
,Breadcrumb
, andSideBar
components with the same layout as theHomepage
doesBackButton
componentContent
page theBackButton
component underneath theBreadcrumb
component📚 Content
button option in theSideBar
componentPrevious US Next US