Skip to content

Task tracking tool for time management in extreme programming.

Notifications You must be signed in to change notification settings

strazdas/task_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Task tracking tool for time management in extreme programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages