-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
19 lines (16 loc) · 807 Bytes
/
README.txt
File metadata and controls
19 lines (16 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Simple task tracking tool to plan and log execution times for extreme
programming tasks. This project is created for learning purposes only.
Specification
=============
Any user can see list of ``stories``.
Authenticated users can create new ``stories``.
Each ``story`` in the list has a link to its details.
Any user can see ``story`` detail page, where details, including
list of ``tasks`` are displayed.
Authenticated users can update the details or add new ``tasks``.
Each task in the ``tasks`` list has a link to its details.
Any user can see ``tasks`` details.
Authenticated users can update ``task`` description and log time spent.
Any user can review cumulative statistics of any registered user.
Cumulative statistcs consists of total estimated time and total time spent for
specified user.