Skip to content

Commit

Permalink
Merge pull request #91 from Muralidhar22/tasks/level_&_Category
Browse files Browse the repository at this point in the history
Adding in level and category fields in task object
  • Loading branch information
ankushdharkar authored Oct 29, 2022
2 parents f4d7c0d + 1312c9e commit 8225f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<task_id>,
<task_id>
],
"level": 1 | 2 | 3 | 4 | 5 // optional - can be added only if category exists,
"category": <string> // optional (example: "FRONTEND" | "BACKEND"),
"participants": [
// for group tasks
// optional
Expand Down

0 comments on commit 8225f9c

Please sign in to comment.