diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-22 15:33:43 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-22 15:33:43 +0530 |
| commit | 8f875db252cfead19b029ff443f81d087c3cf097 (patch) | |
| tree | e1474def31b18a48868417b5445ce1676d7298ec /oop/10-task-tracker/docs/01-requirements.txt | |
| parent | 938427dace1a9622a55e3f81845fb82af697d001 (diff) | |
Added 10-task-tracker
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. |
