From 8f875db252cfead19b029ff443f81d087c3cf097 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sun, 22 Mar 2026 15:33:43 +0530 Subject: Added 10-task-tracker --- oop/10-task-tracker/docs/01-requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 oop/10-task-tracker/docs/01-requirements.txt (limited to 'oop/10-task-tracker/docs/01-requirements.txt') 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. -- cgit v1.2.3