Guest User

Untitled

a guest
Jun 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. PART A:
  2. 3.2.2. From App Idea to User Stories
  3.  
  4. Staffing Company DMS
  5. 1. As an Employee, I will be able to
  6. - Register
  7. - log in
  8. - Enter my personal data for the 1st time
  9. - Edit my data at a later date
  10. - Receive email my information on file has changed
  11. - View list of Open Jobs
  12. - Select up to 3 open jobs
  13. - view information on these jobs
  14. 2. As a Manager, I will be able to
  15. - Register
  16. - log in
  17. - See list of currently registered employees
  18. - View each employee's data
  19. - Edit private field in Employee Records e.g. done date
  20. - Assign employee to a job
  21. - View open Jobs
  22. - Add a job
  23. - Delete a job
  24.  
  25.  
  26. =============================================================================
  27. Part B:
  28. 3.2.3 Design Your MVP
  29.  
  30. EmpDB
  31. Reduced list for MVP.
  32. - As a Manger, I will be able to:
  33. 1. Get current employees and which company they are assined to, if any
  34. 2. Get an indiviual employee record
  35. 4. Updated an employee record
  36. 5. Create new employee
  37. 6. Post weekly hours (time card entry).
  38.  
  39.  
  40. User Flow: (** = Page; --> = What they do)
  41. **NAVIGATION PAGE (protected)**
  42. - UserName in Upper leftt ----> (not clickable)
  43. - Logout in Upper Right ----> Logs you out. Return to **LOGIN PAGE**
  44. - Menu Bar on Left -a--> **SELECT EMPLOYEES**
  45. (has items a,b,c) - List of emplyees ----> **EMP-RECORD PAGE**
  46. - Data fields
  47. - Edit Button
  48. -b--> **SELECT ONSITE**
  49. - List of companies ----> **ASSIGN EMPLOYEE**
  50. - Data Fields
  51. - Edit Button
  52. -c--> **TIME ENTRY**
  53. - Fillable Calendar of days
  54. - Submit Button
  55. - Edit Button
Add Comment
Please, Sign In to add comment