From 601e77c28d092a16b1400ebcb95dc1b440a45dc6 Mon Sep 17 00:00:00 2001 From: Muralidhar <33935339+Muralidhar22@users.noreply.github.com> Date: Sat, 22 Oct 2022 08:30:32 +0530 Subject: [PATCH 1/3] Adding in level and category fields in task object --- tasks/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/README.md b/tasks/README.md index 35a1a4c..2c3dbde 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -24,6 +24,8 @@ , ], + "level": 1 | 2 | 3 | 4 | 5, + "category": "FRONTEND | BACKEND | SYSTEM DESIGN", "participants": [ // for group tasks // optional From 672a4175d8817b8a4043b3ee3df1dbe2c8e99d73 Mon Sep 17 00:00:00 2001 From: Muralidhar <33935339+Muralidhar22@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:10:53 +0530 Subject: [PATCH 2/3] updated category and added comments --- tasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/README.md b/tasks/README.md index 2c3dbde..54a2b57 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -24,8 +24,8 @@ , ], - "level": 1 | 2 | 3 | 4 | 5, - "category": "FRONTEND | BACKEND | SYSTEM DESIGN", + "level": 1 | 2 | 3 | 4 | 5 // optional - can be added only if category exists, + "category": // optional, "participants": [ // for group tasks // optional From 1312c9e8f50da03d6556d70647d935087db0098c Mon Sep 17 00:00:00 2001 From: Muralidhar <33935339+Muralidhar22@users.noreply.github.com> Date: Wed, 26 Oct 2022 14:09:06 +0530 Subject: [PATCH 3/3] added category example --- tasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/README.md b/tasks/README.md index 54a2b57..54d023f 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -25,7 +25,7 @@ ], "level": 1 | 2 | 3 | 4 | 5 // optional - can be added only if category exists, - "category": // optional, + "category": // optional (example: "FRONTEND" | "BACKEND"), "participants": [ // for group tasks // optional