Skip to content
Ramesh A edited this page Nov 22, 2013 · 11 revisions

  1. As a user I want to enter the time spent on different activities
  2. As a user I want to enter time for multiple projects associated with me
  3. As a user I want to see how much of effort I have put on Particular activity
  4. As a user I want to see how much of time I have spent on different project
  5. As a user I want to edit the changes made to my previous time entries (correcting the typo errors)
  6. As a user I want add task to enter the time entry
  7. As a System admin, I want to add a new user to the time tracker
  8. As a user I want to edit my personal details
  9. As a Manager I want to associate a user with one or different projects
  10. As a Manager I want to see the breakup of a users time on a daily basis
  11. As a Manager I want to see the breakup of a users time on different activities in a time span
  12. As a Manager I want to see the breakup of time spent on different activity of the project
  13. As a Manager I want to see the breakup of time spent by a user on different projects
  14. As a Manager I want to see the combined effort of the team on a project for different activities
  15. As a Manager I want to see the users performance and efforts on different projects and different activity to evaluate his performance
  16. As a Project Manager I want to see the efforts put on to the project, to take intelligent decision on planning, execution, forecasting, etc...
  17. As Project Manager I want to see the project work progress to present it to the Stakeholders
  18. As a Manager I should see only the report associated with my team (Eg. If Development manager, then he should see only development teams report and not testing or support teams report)
  19. As a Project Manger I should see all the teams reports associated with my project (eg. Development, Testing, etc..)
  20. As a Sysadmin I should not be able to see the password in the plain text in the database table
  21. User credentials needs to be validated
  22. User session needs to be maintained
  23. when a user logs out of the system, he should be navigated to the login page
  24. After a user logs out, he should not be able to go the previous page using back button
  25. Constant url needs to established through out the pages
  26. As a Project Manager I should be able to do cost analysis for a single user
  27. As a Project Manager I should be able to do cost analysis for the Entire Team
  28. As a Project Manager I should be able to do cost analysis for an Activity
  29. As a Project Manager I should be able to do cost analysis for the entire Project
  30. As a Manager I should be able to see how many users are associated in my team
  31. As a Project Manager I should be able to see how many users are associated in different teams in the project and also as project overall

Clone this wiki locally