diff options
Diffstat (limited to 'oop/10-task-tracker/docs/01-requirements.txt')
| -rw-r--r-- | oop/10-task-tracker/docs/01-requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oop/10-task-tracker/docs/01-requirements.txt b/oop/10-task-tracker/docs/01-requirements.txt new file mode 100644 index 0000000..932d793 --- /dev/null +++ b/oop/10-task-tracker/docs/01-requirements.txt @@ -0,0 +1,6 @@ +A task tracking system is to be developed. A user should be able to enter +new tasks into the system either assigning it to a user or unassigned. A +task should have a title and a description. It should be possible to update +the estimated time of a task. Once a task is completed, the user should be +able to set the actual time spent on the task. The software should allow +viewing the tasks assigned to a user. |
