User Story #5: As a user I want to see the list of my upcoming tasks so that I can be aware of my schedule
Acceptance criteria:
ー tasks are sorted by the “Due date” field in descending order (where the most upcoming tasks are located at the top of the list)
ー only up to 5 tasks can be displayed simultaneously
User Story #6: As a user I want to see the list of my favourite tasks so that I quickly navigate among pinned tasks
Acceptance criteria:
ー only tasks marked as “favourite” will be displayed in the section “my favourite tasks”
ー only up to 5 tasks can be displayed simultaneously
ー tasks are sorted by the “created_at” field (the most recently created tasks are located at the top of the list)
User Story #7: As a user I want to access agenda for today so that I can align my schedule
Acceptance criteria:
ー user can switch between the days to see the agenda for any other day
ー by clicking “open calendar” user is redirected to the calendar with the day he is reviewing at the dashboard webpage
ー the tasks / events are displayed within timeframe 9am-10pm
ー there is an indicator which reflects the current time
ー by clicking on the task a modal window with tasks details is displayed. User can edit / remove the selected task
ー user can add new event / task;
User Story #8: As a user I want to see the last updated projects so that I can quickly access the recent projects
Acceptance criteria:
ー only up to 5 projects can be displayed at dashboard page
ー projects are sorted by “updated_at” field (the most recently updated/created projects are located on the left side)