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:
- keep track of "time spent" on a project: retrieve total time, enter an hour rate and total cost is calculated
- multiple projects: create / delete projects
- persisentency
- gui support
- crud project tasks (each task has a time to spend)
- gui extension
- plugin for intellij/eclipse
- Tools support?
- 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