Skip to content

Commit

Permalink
Merge remote-tracking branch into refactor-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
NereusWB922 committed Nov 13, 2023
2 parents a1d3baf + 971e49a commit 84f82f6
Show file tree
Hide file tree
Showing 37 changed files with 1,738 additions and 740 deletions.
592 changes: 485 additions & 107 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

665 changes: 414 additions & 251 deletions docs/UserGuide.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/diagrams/ProfBookClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ skinparam arrowColor MODEL_COLOR
skinparam classBackgroundColor MODEL_COLOR

Package ProfBook as ProfBookPackage <<Rectangle>>{
Class "ChildrenManager" as ChildrenManager
Class "ChildManager" as ChildrenManager
Class "<<interface>>\nIChildElement" as IChildElement
Class "<<interface>>\nIChildManager" as IChildManager
Class "{abstract}\nChildrenAndTaskListManager" as ChildrenAndTaskListManager
Class "{abstract}\nChildAndTaskListManager" as ChildrenAndTaskListManager
Class Root
Class Group
Class Student
Expand Down
Binary file added docs/images/beforeaftercd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/listimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/markcommand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/touchcommand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
127 changes: 127 additions & 0 deletions docs/sample/addTodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"groups" : [ {
"name" : "Group One",
"id" : "GRP-001",
"students" : [ {
"name" : "Tejas",
"phone" : "67352798",
"email" : "[email protected]",
"address" : "170 Ghim Moh Road Ncss Centre",
"id" : "0001Y",
"tasks" : [ {
"type" : "ToDo",
"description" : "Assignment One",
"isDone" : "false"
} ]
}, {
"name" : "Jackie",
"phone" : "65341488",
"email" : "[email protected]",
"address" : "1 Park Road 03-K78 People's Park Complex",
"id" : "0002Y",
"tasks" : [ ]
}, {
"name" : "Raman",
"phone" : "64755838",
"email" : "[email protected]",
"address" : "3Rd Floor, 80 Raffles Place, Uob Plaza 2",
"id" : "0003Y",
"tasks" : [ ]
}, {
"name" : "Yarn Meng",
"phone" : "65467742",
"email" : "[email protected]",
"address" : "480 Lorong 6 Toa Payoh Atrium 4th Storey HDB Hub",
"id" : "0004Y",
"tasks" : [ ]
}, {
"name" : "Kiat Win",
"phone" : "62102572",
"email" : "[email protected]",
"address" : "4 Loyang Walk Loyang Industrial Estate",
"id" : "0005Y",
"tasks" : [ ]
} ],
"tasks" : [ ]
}, {
"name" : "Best Group in CS2103T",
"id" : "GRP-002",
"students" : [ {
"name" : "Ming Yuan",
"phone" : "64380137",
"email" : "[email protected]",
"address" : "Woodlands, Malaysia",
"id" : "0006Y",
"tasks" : [ ]
}, {
"name" : "Zann",
"phone" : "62924352",
"email" : "[email protected]",
"address" : "Somewhere in bedok",
"id" : "0007Y",
"tasks" : [ ]
}, {
"name" : "Nereus",
"phone" : "63365480",
"email" : "[email protected]",
"address" : "Muar, Johor, Malaysia",
"id" : "0008Y",
"tasks" : [ ]
}, {
"name" : "Gary",
"phone" : "67792128",
"email" : "[email protected]",
"address" : "Somewhere in Malaysia",
"id" : "0009Y",
"tasks" : [ ]
}, {
"name" : "Nidhish",
"phone" : "63480398",
"email" : "[email protected]",
"address" : "Somewhere in Sinagpore",
"id" : "0010Y",
"tasks" : [ ]
} ],
"tasks" : [ {
"type" : "ToDo",
"description" : "Task 0",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 1",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 2",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 3",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 4",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 5",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 6",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 7",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 8",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 9",
"isDone" : "false"
} ]
} ]
}
3 changes: 3 additions & 0 deletions docs/sample/empty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"groups" : [ ]
}
116 changes: 116 additions & 0 deletions docs/sample/removeTejas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"groups" : [ {
"name" : "Group One",
"id" : "GRP-001",
"students" : [ {
"name" : "Jackie",
"phone" : "65341488",
"email" : "[email protected]",
"address" : "1 Park Road 03-K78 People's Park Complex",
"id" : "0002Y",
"tasks" : [ ]
}, {
"name" : "Raman",
"phone" : "64755838",
"email" : "[email protected]",
"address" : "3Rd Floor, 80 Raffles Place, Uob Plaza 2",
"id" : "0003Y",
"tasks" : [ ]
}, {
"name" : "Yarn Meng",
"phone" : "65467742",
"email" : "[email protected]",
"address" : "480 Lorong 6 Toa Payoh Atrium 4th Storey HDB Hub",
"id" : "0004Y",
"tasks" : [ ]
}, {
"name" : "Kiat Win",
"phone" : "62102572",
"email" : "[email protected]",
"address" : "4 Loyang Walk Loyang Industrial Estate",
"id" : "0005Y",
"tasks" : [ ]
} ],
"tasks" : [ ]
}, {
"name" : "Best Group in CS2103T",
"id" : "GRP-002",
"students" : [ {
"name" : "Ming Yuan",
"phone" : "64380137",
"email" : "[email protected]",
"address" : "Woodlands, Malaysia",
"id" : "0006Y",
"tasks" : [ ]
}, {
"name" : "Zann",
"phone" : "62924352",
"email" : "[email protected]",
"address" : "Somewhere in bedok",
"id" : "0007Y",
"tasks" : [ ]
}, {
"name" : "Nereus",
"phone" : "63365480",
"email" : "[email protected]",
"address" : "Muar, Johor, Malaysia",
"id" : "0008Y",
"tasks" : [ ]
}, {
"name" : "Gary",
"phone" : "67792128",
"email" : "[email protected]",
"address" : "Somewhere in Malaysia",
"id" : "0009Y",
"tasks" : [ ]
}, {
"name" : "Nidhish",
"phone" : "63480398",
"email" : "[email protected]",
"address" : "Somewhere in Sinagpore",
"id" : "0010Y",
"tasks" : [ ]
} ],
"tasks" : [ {
"type" : "ToDo",
"description" : "Task 0",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 1",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 2",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 3",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 4",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 5",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 6",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 7",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 8",
"isDone" : "false"
}, {
"type" : "ToDo",
"description" : "Task 9",
"isDone" : "false"
} ]
} ]
}
Loading

0 comments on commit 84f82f6

Please sign in to comment.