-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CS2113-W11-2] WildWatch #5
base: master
Are you sure you want to change the base?
Changes from 195 commits
07fa741
e328348
960d0f1
b0b8846
ab60692
e8ff0c3
d3ec80f
29e9a02
6cec181
940456b
a14d42d
dbefad9
c9092db
4910d4f
741642b
e9d5450
69c5022
3f8ff87
220ee47
a3f2f06
7954ec4
db48ee2
24149e3
e66365b
4fb4af5
71af4ff
409005a
b76fde3
b5621fe
ba8836b
8a52526
dea25e5
beee331
a8379e1
7e54540
1ff3a34
bc90aed
f78a0ac
3518f83
b0fc5dc
53eacbc
81845d6
107b21e
47c6de4
594a9ab
7338bd7
8e38fd4
3d1c9a2
aafb9fd
263d160
2fa0954
a790194
08646a2
f385899
fae7bd9
e5272f1
c2bbf3c
5ee7ac3
98ca7a1
9a75dcd
93c744d
1f6e13e
c52143e
e03b9fc
e7f99b8
6952fac
354c5c7
be55f10
3c8df0a
4ff2bd4
0527b94
4002d49
89d1365
815167a
39fe5ba
80f7b2e
9ded775
4d2adc6
329cf45
e18a720
4506432
b657fbb
02a0c08
2a69f65
234b503
5da43c4
4cafcd2
86b15ec
66d119b
704a2c9
fb9db3b
771a1b2
b5eb9bc
7e3f4bd
af1b891
a63762c
0676a92
8f9c0d4
5e446e5
754792a
7983015
582f085
4105a44
e80b3e7
5c2a469
7fd8053
e0b7606
7db3714
62fc853
0779b88
48775a0
d399352
5069df6
05cafed
af28ff6
29dfd83
3144cdb
05b7487
830108e
0fb0bfc
7383ef1
28a101d
346e4bf
96ac996
699860d
91333cd
72d5dad
e6e3382
96f0cfd
8abe0b3
80bbd7e
7e897ed
398e3d1
7f30c7c
a90c97d
fd8aa17
c5f0906
71e60b7
d49c320
ca63c4a
ea61b4f
ac1e417
349540e
dd739c5
e573f12
447a596
c660d83
5b25615
896f450
5b308d4
38a922a
f529414
777c043
26bf760
e724971
7f7fc87
46750b0
e08c659
3524b52
88ed7a8
f99a706
9373f5a
520c644
f1df089
1851a42
033ac33
684343d
48c4e97
00a85c6
15723ed
6d4591b
3af1781
89d6fbf
a900144
a446c9f
1ba5638
8996288
163694d
fd78431
a03548e
2680fad
68449df
78553f9
78379e1
0d720f4
6aa6323
d3fe3e9
8190d5f
31fcb88
fb5100d
8e18297
55b16ab
0f3f759
3dbb6aa
a7878b2
981b1aa
4e5f681
7040b8a
696adf0
ae14cb1
f7b5cda
87b4e91
31c6658
91ced7e
ae83853
f2bc3ad
4adfe66
bb3e5d5
6bfcc27
9aeec1f
134b3e9
cb28fb2
1650776
1bea166
95168b6
9862a55
04779b2
0f49471
9279ae3
e0b45fc
838606a
8a8f800
c0869ac
67f05c9
49e9837
5dbed72
9ea1a60
455626a
30be67b
ee7e864
15b4a4d
9e313c7
cdfc35b
eebf88c
07503d9
5341504
a8eca15
9a6192e
0ab3461
70ae3c9
0b8eaf2
722d15d
4b90022
877ef88
5969c16
4a0244d
fba3ac2
c89c531
13d6231
1c4aa37
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# About us | ||
|
||
Display | Name | Github Profile | Portfolio | ||
--------|:----:|:--------------:|:---------: | ||
 | John Doe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | ||
 | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | ||
 | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | ||
 | John Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | ||
 | Don Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | ||
| Display | Name | Github Profile | Portfolio | | ||
|-----------------------------------------------------------------------------------------|:-----------:|:----------------------------------------:|:------------------------------------:| | ||
|  | Lee Sungmin | [Github](https://github.com/woodenclock) | [Portfolio](https://github.com/AY2324S1-CS2113T-W11-2/tp/blob/master/docs/team/leesungmin.md#lee-sungmin) | | ||
|  | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | | ||
|  | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | | ||
|  | John Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md) | |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,71 @@ | ||
# Developer Guide | ||
|
||
- [Acknowledgements](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#acknowledgements) | ||
- [Design & Implementation](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#design--implementation) | ||
- [Product Scope](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#product-scope) | ||
- [Target User Profile](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#target-user-profile) | ||
- [Value Proposition](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#value-proposition) | ||
- [User Story](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#user-stories) | ||
- [Non-Funtional Requirements](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#non-functional-requirements) | ||
- [Glossary](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#glossary) | ||
- [Manual Testing](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#manual-testing) | ||
- [Command Summary](https://ay2324s1-cs2113t-w11-2.github.io/tp/DeveloperGuide.html#command-summary) | ||
|
||
## Acknowledgements | ||
|
||
{list here sources of all reused/adapted ideas, code, documentation, and third-party libraries -- include links to the original source as well} | ||
Some code snippets were referenced from [here](https://github.com/woodenclock/ip.git). | ||
|
||
## Design & implementation | ||
|
||
|
||
## Design & Implementation | ||
|
||
{Describe the design and implementation of the product. Use UML diagrams and short code snippets where applicable.} | ||
|
||
WildWatch is a CLI based software that helps zoos keep track of animal inhabitants. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. AddCommand should be destroyed after being executed and returns a command result. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yepp^ and what do the 'a's above return arrows represent? |
||
|
||
|
||
## Product scope | ||
### Target user profile | ||
|
||
{Describe the target user profile} | ||
Target user profile are the clerks working in zoos. | ||
|
||
|
||
### Value proposition | ||
|
||
{Describe the value proposition: what problem does it solve?} | ||
|
||
|
||
## User Stories | ||
|
||
|Version| As a ... | I want to ... | So that I can ...| | ||
|--------|----------|---------------|------------------| | ||
|v1.0|new user|see usage instructions|refer to them when I forget how to use the application| | ||
|v1.0|new user|see help instructions|refer to them when I forget how to use the application| | ||
|v1.0|zoo clerk|add an animal entry|record the animals in the zoo, and refer to them afterwards| | ||
|v1.0|zoo clerk|delete an animal entry|remove redundant or invalid animal entry| | ||
|v1.0|zoo clerk|list all the entries|see what entries I have entered previously, and refer to them| | ||
|v2.0|user|find a to-do item by name|locate a to-do without having to go through the entire list| | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about other things like saving, editing, and summarising? |
||
|
||
|
||
|
||
## Non-Functional Requirements | ||
|
||
{Give non-functional requirements} | ||
|
||
|
||
|
||
## Glossary | ||
|
||
* *glossary item* - Definition | ||
|
||
## Instructions for manual testing | ||
|
||
|
||
## Manual Testing | ||
|
||
{Give instructions on how to do a manual product testing e.g., how to load sample data to be used for testing} | ||
|
||
|
||
|
||
## Command Summary | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall good job. The DG has more to be completed so I don't have much comments to make. No issues with structure and flow. Nice that you have a table of contents and an option to take reader back to top. Cute emojis as well :). Don't forget to include class diagrams as well. I am sure you guys have plans to add in individual commands, explaining the design considerations and implementations.