Skip to content

Commit 18d14e4

Browse files
committed
10/20
1 parent de91e5c commit 18d14e4

8 files changed

Lines changed: 1717 additions & 360 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
node_modules
22
logs
3-
.env
3+
<<<<<<< HEAD
4+
.env
5+
=======
6+
.env
7+
>>>>>>> aea91902db1aa2a93c2f1915587b98bfec6f83b0

UserStories.md

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

controllers/notesController.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,8 @@ module.exports = {
120120
createNewNote,
121121
updateNote,
122122
deleteNote
123+
<<<<<<< HEAD
123124
}
125+
=======
126+
}
127+
>>>>>>> aea91902db1aa2a93c2f1915587b98bfec6f83b0

0 commit comments

Comments
 (0)