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/02-domain-model.uxf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 oop/10-task-tracker/docs/02-domain-model.uxf (limited to 'oop/10-task-tracker/docs/02-domain-model.uxf') diff --git a/oop/10-task-tracker/docs/02-domain-model.uxf b/oop/10-task-tracker/docs/02-domain-model.uxf new file mode 100644 index 0000000..89ed41a --- /dev/null +++ b/oop/10-task-tracker/docs/02-domain-model.uxf @@ -0,0 +1,13 @@ +10UMLClass6010010060User +-- +id +usernameUMLClass360100100120Task +-- +id +title +description +estimatedTime +actualTime +completedRelation15010023040lt=<- +< createdBy10;20;210;20Relation15013023040lt=<- +< assignedTo10;20;210;20 \ No newline at end of file -- cgit v1.2.3