Closed StephieTack closed 2 weeks ago
Here are some suggestions for improving the user story. As I mentioned in this US review, it's not easy to write good stories right away, and it takes a little practice. 🙂
Value proposition
To improve the Value Proposition format, please structure it like this to make it consistent and easy to follow:
As a user `<role>`
I want to `<action>`
So that I `<benefit / reason>`
Please write it more precise Example:
As a user,
I want to see the date and time of my emotion entry clearly displayed,
So that I can quickly understand when I recorded my feelings and reflect on my emotional journey over time.
Some Considerations:
Your tasks about the library are very detailed already, very nice. Please add some more tasks on which components need to be updated and maybe if you want to create a new component for the date display.
Looks better, please keep the shorter layout of the tasks from the previous US without a heading and sub-tasklist for each task.
Looks better, please keep the shorter layout of the tasks from the previous US without a heading and sub-tasklist for each task.
does it looks better now?
Value proposition
As a user, I want to see the date and time of my emotion entry clearly displayed, So that I can quickly understand when I recorded my feelings and reflect on my emotional journey over time.
Description
Acceptance criteria
DD.MM.YYYY hh:mm
Tasks
feature/transform-display-timestamp
.npm install date-fns
.format
,isToday
, andisYesterday
fromdate-fns
.TransformDateTime.js
formatDate
Function: Transform the date into the desired format with an if-else for today or yesterday.EmotionCard
Component: Use theformatDate
function to display the date and time.formatDate
function to display the date correctly.EmotionList
Component: Reflect the sorting of emotions based on the date and implement filtering.