Project Timer
Timer application that allows to time project tasks. A GUI shows the total time available and time spent for project and tasks. Data should be persisted locally or on a server.

User stories:

  1. keep track of "time spent" on a project: retrieve total time, enter an hour rate and total cost is calculated
  2. multiple projects: create / delete projects
  3. persisentency
  4. gui support
  5. crud project tasks (each task has a time to spend)
  6. gui extension
  7. plugin for intellij/eclipse
  8. Tools support?
  9. Server?

On the first session, the pair implemented the Project and Task classes (Java).
On the latest session one team started on the GUI while another team started on the persistence layer.

I would like to receive the code for the persistence layer. So I can maintain the entire codebase and put it online for future sessions !

Cheers Gunther