-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
As a user, I want to visit the URL https://time-tracker-ui.azurewebsites.net/time-entries and select any month from the top of the screen in order to see all the time-entries I have entered.
Acceptance Criteria:
- A user can click on any month from the top
- After selecting a month, all the time entries belonging to that month are displayed (use this endpoint Get time-entries per month of the year time-tracker-backend#106)
- Users can edit, delete any of the displayed time-entries
- The list needs to display
- Time entries are ordered by start_time field and grouped by day
- Edit and delete button need to have same styles than other buttons in the app
| start-time | end-time | duration | project |
....
Metadata
Metadata
Assignees
Labels
mvpminimum viable productminimum viable product