Open abaibik opened 1 year ago
Above
Hey team, good job so far. :) I have some fundamental suggestions for this and also future user stories: Have a look at the user story template, you got from us, to adjust your user stories layouts (for a consist and easy understanding user story):
It would look more consist, when the word user in the title has also a big capital letter "User"
The value proposition should have another format like:
The wireframe should not be in the comments section below your user story, but inside the Description part
The Acceptance Criteria and the Tasks should have checkboxes instead of bullet points
You have also the option to make sub-checkboxes as a child from a checkbox, when you indent a little to the right by pressing the space key like two-three times
So my final suggestion is to take the Template / copy the markdown from the Template, and put your content inside it, so you have the required layout without big effort
Great progress team! The improved layout is good now. I have now some more suggestions for the content of the user story.
Value Proposition:
Description:
Acceptance criteria:
Tasks:
feature/projects-overview
ProjectList
when you wrap it in back ticks, it supports better readability of your user storyProjectsList
should be implement on the index.js
, since this is the "homepage" like you mentioned in the acceptance criteria and is the starting point of the app for now, or? Project
receives the prop project
Al in all you did a great job so far! And remember my words: in the first user stories we coaches are very "picky" with everything, for a very good base for the first sprint but also for feature user stories 🚀
Hello, and thank you for letting me look at your work! I only really have one comment (Feline's comments are very thorough!):
Description
section with a wireframe.Thanks again, good luck, and happy coding!
Really great progress and almost done! :) I have two suggestions more:
Error
component or even more simple a tiny text "Something went wrong" could be displayed. Maybe it could reduce unnecessary code, or? What do you think? When you adjust this two things, you'll get my approval 🙌 Great start!
Value proposition
As a team member I want to overview all projects In order to i can see projects to work on
Description
The page that includes overviews of all projects
Acceptance criteria
Tasks
feature/projects-overview
ProjectsOverview
inpages/projects/index.js
ProjectList
Project
Heading
project
Heading
componentProjectList
ProjectList
showError
pages/api/projects/index.js
db/models/Project