-
Notifications
You must be signed in to change notification settings - Fork 0
/
userStories.txt
23 lines (22 loc) · 1.11 KB
/
userStories.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# User Stories for techNotes
1. [x ] Replace current sticky note system
2. [x] Add a public facing page with basic contact info
3. [x] Add an employee login to the notes app
4. [x] Provide a welcome page after login
5. [x] Provide easy navigation
6. [x ] Display current user and assigned role
7. [x] Provide a logout option
8. [x] Require users to login at least once per week
9. [x] Provide a way to remove user access asap if needed
10. [x] Notes are assigned to specific users
11. [x] Notes have a ticket #, title, note body, created & updated dates
12. [x] Notes are either OPEN or COMPLETED
13. [x] Users can be Employees, Managers, or Admins
14. [ x] Notes can only be deleted by Managers or Admins
15. [x ] Anyone can create a note (when customer checks-in)
16. [x ] Employees can only view and edit their assigned notes
17. [x ] Managers and Admins can view, edit, and delete all notes
18. [x ] Only Managers and Admins can access User Settings
19. [x ] Only Managers and Admins can create new users
20. [x ] Desktop mode is most important but should be available in mobile
21. [] Deploy the frontend and backend