From 8601ed922cbd267fd427b8aabd9ac9c118936b76 Mon Sep 17 00:00:00 2001 From: Allysa Tan Date: Thu, 2 May 2024 19:32:28 +0800 Subject: [PATCH 1/2] Add Reuse acknowledgements --- docs/DeveloperGuide.md | 2 +- docs/diagrams/add/AddCommandSequenceDiagram.puml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 44c46a9402a..2472f0f9488 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -13,7 +13,7 @@ ## **Acknowledgements** Some of the NFRs are inspired by [Pawfection](https://ay2324s1-cs2103t-f08-3.github.io/tp/DeveloperGuide.html#appendix-instructions-for-manual-testing) - +Some of the Sequence Diagrams inspired by [PoochPlanner](https://github.com/AY2324S2-CS2103T-W10-2/tp/blob/master/docs/DeveloperGuide.md) -------------------------------------------------------------------------------------------------------------------- diff --git a/docs/diagrams/add/AddCommandSequenceDiagram.puml b/docs/diagrams/add/AddCommandSequenceDiagram.puml index c932b46ff0f..8f27fd9020d 100644 --- a/docs/diagrams/add/AddCommandSequenceDiagram.puml +++ b/docs/diagrams/add/AddCommandSequenceDiagram.puml @@ -1,3 +1,6 @@ +//@@author chiageng-reused +//Reused from https://github.com/AY2324S2-CS2103T-W10-2/tp/blob/master/docs/diagrams/AddCommandSequenceDiagram.puml +// with minor modifications @startuml !include ../style.puml @@ -67,3 +70,4 @@ deactivate AddCommand [<--LogicManager deactivate LogicManager @enduml +//@@author \ No newline at end of file From cbe8643515e40a4060697641d4cd297650031b33 Mon Sep 17 00:00:00 2001 From: Allysa Tan Date: Thu, 2 May 2024 20:36:12 +0800 Subject: [PATCH 2/2] Fix checkstyle --- docs/diagrams/add/AddCommandSequenceDiagram.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/diagrams/add/AddCommandSequenceDiagram.puml b/docs/diagrams/add/AddCommandSequenceDiagram.puml index 8f27fd9020d..dad8a34dc3b 100644 --- a/docs/diagrams/add/AddCommandSequenceDiagram.puml +++ b/docs/diagrams/add/AddCommandSequenceDiagram.puml @@ -70,4 +70,4 @@ deactivate AddCommand [<--LogicManager deactivate LogicManager @enduml -//@@author \ No newline at end of file +//@@author