Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.11 KB

File metadata and controls

21 lines (20 loc) · 1.11 KB

User Stories for Repair Shop App

  1. Replace current sticky note system
  2. Add a public facing page with basic contact info
  3. Add a passwordless employee login to the app
  4. Show a real-time open tickets page after login
  5. Provide easy navigation & search for customers & tickets
  6. Provide a logout option
  7. Require users to login at least once per week
  8. Provide a way to remove employee access asap if needed
  9. Customers have an ID, full address, phone, email & notes
  10. Tickets have an ID, title, notes, created & updated dates
  11. Tickets are either OPEN or COMPLETED
  12. Tickets are assigned to specific employees
  13. Users can have Employee, Manager, or Admin permissions
  14. All users can create, edit and view customers
  15. Employees can only edit their assigned tickets
  16. Managers and Admins can view, edit, and complete all tickets
  17. Desktop mode is most important but the app should be usable on tablet devices as well.
  18. Light / Dark mode option requested by employees
  19. Expects quick support if anything goes wrong with the app