Skip to content
Win 1
  • Pages
    • 1. Overall description
    • 2. Functional requirements
      • Web Application
        • Authorization
          • Sign In
          • Sign Up
          • Forgot Password
          • Log Out
        • Dashboard
        • Calendar
        • Projects list
          • Project
            • Overview
            • Tasks
            • MoodBoard
        • Settings
          • My Account
          • Payment Method
          • Subscription
      • Admin Panel
        • Authorization
          • Sign In
          • Sign Out
        • Statistics
        • User Management
        • Payments
    • 3. User roles
    • 4. 3rd Party Integration
    • 5. Validation Messages
    • 6. E-mail templates
    • 7. Project Related Information
      • Links
    • 8. Out of MVP scope
    • List of Questions
Share
Explore

Dashboard


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)

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.