Skip to content
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

[CS2103-F13-1] DevEnable #89

Open
wants to merge 1,062 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1062 commits
Select commit Hold shift + click to select a range
c0ff7d6
Remove redundant lists in json file
ConradLew Nov 4, 2022
40f5ace
Fix same id bug in issue
ConradLew Nov 4, 2022
c52b54a
Fix status error message
ConradLew Nov 4, 2022
0ab39e1
Merge pull request #226 from Donovan9617/editOnInvalidClientId
ConradLew Nov 4, 2022
60ed62d
Merge branch 'master' into master
ConradLew Nov 4, 2022
a752f9d
Fix name in aboutus.md
ConradLew Nov 4, 2022
f24faa6
Merge branch 'master' of https://github.com/ConradLew/tp
ConradLew Nov 4, 2022
d0eb560
Fix issue id overflow
ConradLew Nov 5, 2022
ef923d5
Fix urgency parsing bug
ConradLew Nov 5, 2022
480fcdf
Fix client referencing bug in storage parsing
ConradLew Nov 5, 2022
945266a
Fix storage tests
ConradLew Nov 5, 2022
9792cf6
Fix authorship for interface classes
ConradLew Nov 5, 2022
66d2ff1
Fix boolean sounding name
ConradLew Nov 5, 2022
badc91b
Remove authorship of email test from AB3
ConradLew Nov 5, 2022
17fad3a
Refactor code in json adapted project
ConradLew Nov 5, 2022
ab0d005
Refactor code in json parser files
ConradLew Nov 5, 2022
7c4d1df
Refactor UI class code
ConradLew Nov 5, 2022
05b8aea
Fix EOF line
ConradLew Nov 5, 2022
f75f840
Merge pull request #233 from ConradLew/master
Donovan9617 Nov 5, 2022
ee69231
Remove () if no client contact
Donovan9617 Nov 5, 2022
75cbc69
Update storage diagram
ConradLew Nov 5, 2022
40cf418
Merge pull request #235 from Donovan9617/fix-bugs
ConradLew Nov 5, 2022
addaa3e
Update storage link
ConradLew Nov 5, 2022
7393b57
Update storage manual test cases
ConradLew Nov 5, 2022
380b275
Update list, pin, default view manual test cases
ConradLew Nov 5, 2022
b2f83e1
Fix typo in manual test cases
ConradLew Nov 5, 2022
204e77e
Remove unimplemented user stories
ConradLew Nov 5, 2022
0994835
Update product scope
ConradLew Nov 5, 2022
11a6f33
Merge pull request #39 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 5, 2022
1cb403a
Merge branch 'master' of https://github.com/Aishwarya-Hariharan-Iyer/tp
Aishwarya-Hariharan-Iyer Nov 5, 2022
9ab4c6c
Update explanation for parsing indices and the find command usage
Aishwarya-Hariharan-Iyer Nov 5, 2022
cb55595
Update explanation for the find command usage
Aishwarya-Hariharan-Iyer Nov 5, 2022
6ee444d
Add DeleteSequenceDiagram.png
Aishwarya-Hariharan-Iyer Nov 5, 2022
cd8a21b
Update DG with delete command details
Aishwarya-Hariharan-Iyer Nov 5, 2022
01735fb
added exit command in features
Nov 5, 2022
e0e2559
Add documentation for pin functionality
ConradLew Nov 5, 2022
7fa702e
Add documentation for default view
ConradLew Nov 5, 2022
99262f7
Merge branch 'master' into master
ConradLew Nov 5, 2022
9b9e6a0
Add line EOF
ConradLew Nov 5, 2022
103dc03
Merge branch 'master' of https://github.com/ConradLew/tp
ConradLew Nov 5, 2022
81e1416
Merge pull request #236 from Aishwarya-Hariharan-Iyer/update-document…
ConradLew Nov 5, 2022
0ff856d
Merge branch 'master' into master
ConradLew Nov 5, 2022
5a2b589
add mark command in DG
Nov 5, 2022
6ba9873
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 5, 2022
9f7e0a2
Remove extra paragraph
ConradLew Nov 6, 2022
8dcf388
Merge branch 'master' of https://github.com/ConradLew/tp
ConradLew Nov 6, 2022
b53c176
Merge pull request #237 from ConradLew/master
Donovan9617 Nov 6, 2022
37ee5d4
Fix empty client bug
ConradLew Nov 6, 2022
f37c9c5
Merge pull request #237 from ConradLew/master
ConradLew Nov 6, 2022
6220902
Fix alignment bugs in DG
ConradLew Nov 6, 2022
99ffbdd
Fix typos
ConradLew Nov 6, 2022
9447fca
Fix minor typo
ConradLew Nov 6, 2022
d1015b8
Fix pin toggle method inaccuracy
ConradLew Nov 6, 2022
62194a0
Fix design considerations
ConradLew Nov 6, 2022
2dda677
Merge pull request #40 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 6, 2022
25679b3
Merge branch 'master' of https://github.com/Aishwarya-Hariharan-Iyer/tp
Aishwarya-Hariharan-Iyer Nov 6, 2022
32daed4
Remove prefix in delete command explanation
Aishwarya-Hariharan-Iyer Nov 6, 2022
44cb214
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 6, 2022
83b960e
Add explanation of Find Command
Aishwarya-Hariharan-Iyer Nov 6, 2022
74fac09
Add sequence diagram files
Aishwarya-Hariharan-Iyer Nov 6, 2022
2653e00
Add Find Command Sequence Diagrams
Aishwarya-Hariharan-Iyer Nov 6, 2022
e29091e
Add design considerations for find commands
Aishwarya-Hariharan-Iyer Nov 6, 2022
05bef84
Update DG
Donovan9617 Nov 6, 2022
a97f7f4
Add documentation to test client and find commands
Aishwarya-Hariharan-Iyer Nov 6, 2022
07a51e1
Add test cases for client and find commands
Aishwarya-Hariharan-Iyer Nov 6, 2022
5276802
Add new line at EOF
Aishwarya-Hariharan-Iyer Nov 6, 2022
43fbc02
Remove add client tests and change client to entity
Aishwarya-Hariharan-Iyer Nov 6, 2022
8ded14b
Standardize prefix representation
Aishwarya-Hariharan-Iyer Nov 6, 2022
c511604
Merge pull request #238 from ConradLew/master
crvstalphua Nov 6, 2022
c96468d
Merge branch 'master' into editDg
crvstalphua Nov 6, 2022
e704dc9
Merge pull request #239 from Donovan9617/editDg
crvstalphua Nov 6, 2022
d0bd33f
Edit mark and unmark commands in DG
Nov 6, 2022
128a212
Merge branch 'master' into update-documentation-2
Aishwarya-Hariharan-Iyer Nov 6, 2022
8392141
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 6, 2022
3305f07
Merge pull request #240 from Aishwarya-Hariharan-Iyer/update-document…
crvstalphua Nov 6, 2022
03c9bd4
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 6, 2022
79f69cf
Update high-level Example Sequence Diagram
Yongbeom-Kim Nov 6, 2022
357c69c
Update Paragraph on Logic component
Yongbeom-Kim Nov 6, 2022
ba35b40
Update UI component for DG
Donovan9617 Nov 6, 2022
dd1b32e
Add manual test cases for mark/unmark issue in DG
Nov 6, 2022
c7f9d58
Merge pull request #241 from Donovan9617/UIdg
crvstalphua Nov 6, 2022
deb0828
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 6, 2022
45871b3
Re-add accidentally deleted diagram
Nov 6, 2022
56033d2
Edit Parser Classes Diagram
Yongbeom-Kim Nov 6, 2022
7286a04
Merge pull request #242 from crvstalphua/branch-documentation
Aishwarya-Hariharan-Iyer Nov 6, 2022
10d94ce
Merge pull request #42 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 6, 2022
75ca962
Merge branch 'master' of https://github.com/Aishwarya-Hariharan-Iyer/tp
Aishwarya-Hariharan-Iyer Nov 6, 2022
6ae4761
Correct UG examples
Aishwarya-Hariharan-Iyer Nov 6, 2022
e780bc1
Add new sections
Yongbeom-Kim Nov 6, 2022
f710562
Merge branch 'master' into bugfix/fix-overflow-error
Yongbeom-Kim Nov 6, 2022
a4a05fc
Update find documentation in DG
Aishwarya-Hariharan-Iyer Nov 6, 2022
474c3b4
Add user stories for find commands
Aishwarya-Hariharan-Iyer Nov 6, 2022
268ce28
Remove bullet points in sort and pin
Aishwarya-Hariharan-Iyer Nov 6, 2022
7705145
Merge pull request #244 from Aishwarya-Hariharan-Iyer/update-document…
Aishwarya-Hariharan-Iyer Nov 6, 2022
96ec3f1
Edit Model component and class diagram in DG
Nov 6, 2022
c34e517
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 6, 2022
7a21b76
Reformat entire UG to be arranged based on command type rather than e…
Nov 6, 2022
13cd35e
Merge pull request #44 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 7, 2022
106f155
Merge branch 'master' of https://github.com/Aishwarya-Hariharan-Iyer/tp
Aishwarya-Hariharan-Iyer Nov 7, 2022
90a6b07
Add files for find parser tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
146cbf7
Fix Partial Initialisation Diagram
Yongbeom-Kim Nov 7, 2022
20ed5ec
Fix missing brackets
Yongbeom-Kim Nov 7, 2022
f782dac
Add findClientCommandParser tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
1e61e80
Add FindProjectCommandParser tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
f2cdff8
Add FindIssueCommandParser tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
7897de3
Fix checkstyle concerns
Aishwarya-Hariharan-Iyer Nov 7, 2022
877a6be
Merge pull request #245 from crvstalphua/branch-documentation2
ConradLew Nov 7, 2022
99d5987
Add tests for single prefix inputs
Aishwarya-Hariharan-Iyer Nov 7, 2022
f2b8c9b
Add tests for edit commands
Aishwarya-Hariharan-Iyer Nov 7, 2022
c98e698
Standardize use of command flag
Aishwarya-Hariharan-Iyer Nov 7, 2022
bb8142c
Update User Story
Yongbeom-Kim Nov 7, 2022
acc3eb8
Remove redundant test files
Aishwarya-Hariharan-Iyer Nov 7, 2022
089e1cf
Update PPP
Aishwarya-Hariharan-Iyer Nov 7, 2022
9648078
Add AddIssueCommandParserTest and DeleteIssueCommandParserTest
Nov 7, 2022
35bc863
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 7, 2022
396976c
Fix minor DG typos
Nov 7, 2022
e3672e0
Update Use Cases (rough draft)
Yongbeom-Kim Nov 7, 2022
0eb2537
Refine UC extensions
Yongbeom-Kim Nov 7, 2022
d8a3bf0
Update use case numbering
Yongbeom-Kim Nov 7, 2022
26678d1
Add JavaDocs
Aishwarya-Hariharan-Iyer Nov 7, 2022
5ba3d79
Add in-text JavaDocs and authorship
Aishwarya-Hariharan-Iyer Nov 7, 2022
346a469
Merge pull request #45 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 7, 2022
f67c306
Update user stories
Yongbeom-Kim Nov 7, 2022
7d47e93
Update extension numbering
Yongbeom-Kim Nov 7, 2022
43dbaa3
Add parser tests for edit commands
Aishwarya-Hariharan-Iyer Nov 7, 2022
7ac27c8
Merge branch 'update-documentation-4' of https://github.com/Aishwarya…
Aishwarya-Hariharan-Iyer Nov 7, 2022
fac5165
Merge branch 'master' into update-testing
Aishwarya-Hariharan-Iyer Nov 7, 2022
db12be9
Add details to PPP
Aishwarya-Hariharan-Iyer Nov 7, 2022
1b81657
Merge branch 'update-testing' of https://github.com/Aishwarya-Harihar…
Aishwarya-Hariharan-Iyer Nov 7, 2022
b73e5ef
Fix minor typo
Aishwarya-Hariharan-Iyer Nov 7, 2022
f9ac5d6
Removed unused import
Aishwarya-Hariharan-Iyer Nov 7, 2022
2b76984
Add more details to PPP
Aishwarya-Hariharan-Iyer Nov 7, 2022
b452e13
Add new line at EOF
Aishwarya-Hariharan-Iyer Nov 7, 2022
e15b233
Add AddCommandTests
Nov 7, 2022
3d1e339
Add tests for delete commands
Donovan9617 Nov 7, 2022
5e5bfa6
Merge pull request #248 from Aishwarya-Hariharan-Iyer/update-testing
Aishwarya-Hariharan-Iyer Nov 7, 2022
d95ecae
Merge branch 'master' into update-documentation-4
Aishwarya-Hariharan-Iyer Nov 7, 2022
98269bc
Merge branch 'update-documentation-4' of https://github.com/Aishwarya…
Aishwarya-Hariharan-Iyer Nov 7, 2022
af8ad98
Merge pull request #247 from Aishwarya-Hariharan-Iyer/update-document…
Aishwarya-Hariharan-Iyer Nov 7, 2022
d3abe9c
Merge pull request #46 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 7, 2022
6f0ebac
Merge branch 'master' of https://github.com/Aishwarya-Hariharan-Iyer/tp
Aishwarya-Hariharan-Iyer Nov 7, 2022
d54a8fd
Update PPP
Nov 7, 2022
e0b6993
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 7, 2022
b4f155c
fix ci errors
Nov 7, 2022
ba767c7
Add tests for edit commands
Donovan9617 Nov 7, 2022
67c0da0
Merge branch 'master' of https://github.com/Donovan9617/tp_Donovan in…
Donovan9617 Nov 7, 2022
f02c7c6
Merge branch 'master' into docs/update-requirements-dg
Yongbeom-Kim Nov 7, 2022
cdaf74a
Merge pull request #246 from Yongbeom-Kim/docs/update-requirements-dg
Yongbeom-Kim Nov 7, 2022
daf1507
Add tests for delete command
Donovan9617 Nov 7, 2022
54fea27
Merge branch 'master' of https://github.com/Donovan9617/tp_Donovan in…
Donovan9617 Nov 7, 2022
3d398e0
Fix ci
Donovan9617 Nov 7, 2022
769e4ca
Update PPP with links
Aishwarya-Hariharan-Iyer Nov 7, 2022
0a83992
Update PPP
Aishwarya-Hariharan-Iyer Nov 7, 2022
243ec5c
Remove a line
Aishwarya-Hariharan-Iyer Nov 7, 2022
32693aa
Merge branch 'master' into docs/update-dg
Yongbeom-Kim Nov 7, 2022
81ab472
Edit PPP
Donovan9617 Nov 7, 2022
d8d1db0
Merge branch 'master' into update-ppp
Aishwarya-Hariharan-Iyer Nov 7, 2022
a809436
Reduce size of images in UG
Nov 7, 2022
b3f3497
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 7, 2022
3f7713e
Update CODECOV_TOKEN in workflow
Yongbeom-Kim Nov 7, 2022
d0e5e47
Format PPP
Nov 7, 2022
edd1f9c
Update repo with token
Yongbeom-Kim Nov 7, 2022
f641815
Merge pull request #252 from Yongbeom-Kim/bugfix/fix-codecov
Yongbeom-Kim Nov 7, 2022
213ecb5
Merge branch 'master' into docs/update-dg
Yongbeom-Kim Nov 7, 2022
9714170
Merge branch 'master' into update-ppp
Aishwarya-Hariharan-Iyer Nov 7, 2022
d66f120
Merge pull request #243 from Yongbeom-Kim/docs/update-dg
Yongbeom-Kim Nov 7, 2022
46ea193
Merge branch 'master' into update-ppp
Aishwarya-Hariharan-Iyer Nov 7, 2022
07c6dea
update PPP
Nov 7, 2022
490d87f
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 7, 2022
f110646
Merge pull request #251 from Aishwarya-Hariharan-Iyer/update-ppp
Aishwarya-Hariharan-Iyer Nov 7, 2022
155cd52
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 7, 2022
1eb75ea
Merge branch 'master' into addTests
ConradLew Nov 7, 2022
94d5963
Merge pull request #249 from crvstalphua/branch-testcases
crvstalphua Nov 7, 2022
d19b0ef
Merge branch 'master' into addTests
Aishwarya-Hariharan-Iyer Nov 7, 2022
fe55cc1
Merge pull request #47 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 7, 2022
82a74d2
Merge branch 'master' of https://github.com/Aishwarya-Hariharan-Iyer/tp
Aishwarya-Hariharan-Iyer Nov 7, 2022
7e32dc4
Merge pull request #250 from Donovan9617/addTests
ConradLew Nov 7, 2022
9b46683
Remove extra line at EOF
Aishwarya-Hariharan-Iyer Nov 7, 2022
b9067eb
Merge branch 'master' into ppp-size
Aishwarya-Hariharan-Iyer Nov 7, 2022
cd72560
Merge pull request #253 from Aishwarya-Hariharan-Iyer/ppp-size
Aishwarya-Hariharan-Iyer Nov 7, 2022
bac3ff8
Merge branch 'ppp-size' of https://github.com/Aishwarya-Hariharan-Iye…
Aishwarya-Hariharan-Iyer Nov 7, 2022
3d58c67
Reduce size by another line
Aishwarya-Hariharan-Iyer Nov 7, 2022
4264904
fix reposense link in ppp
Nov 7, 2022
885a1cb
Reduce size further
Aishwarya-Hariharan-Iyer Nov 7, 2022
1e3cd71
Fix typos
ConradLew Nov 7, 2022
6e10495
Merge pull request #256 from Aishwarya-Hariharan-Iyer/ppp-size
Aishwarya-Hariharan-Iyer Nov 7, 2022
426da37
Merge branch 'master' into branch-finaledits
Aishwarya-Hariharan-Iyer Nov 7, 2022
b901dec
Add paragraph spacing
Aishwarya-Hariharan-Iyer Nov 7, 2022
1100648
Merge branch 'AY2223S1-CS2103-F13-1:master' into ppp-size
Aishwarya-Hariharan-Iyer Nov 7, 2022
1c13773
Merge pull request #254 from crvstalphua/branch-finaledits
crvstalphua Nov 7, 2022
df54277
Merge branch 'master' into ppp-size
Aishwarya-Hariharan-Iyer Nov 7, 2022
e7bbd6c
Merge branch 'master' into master
ConradLew Nov 7, 2022
a3dfdba
Merge pull request #257 from Aishwarya-Hariharan-Iyer/ppp-size
Aishwarya-Hariharan-Iyer Nov 7, 2022
af5b45c
pagebreak UG
Nov 7, 2022
fff7f63
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 7, 2022
af563d5
Merge branch 'master' into master
ConradLew Nov 7, 2022
cbbd95e
Merge pull request #258 from crvstalphua/branch-finaledits
crvstalphua Nov 7, 2022
60a986d
Add additional note
ConradLew Nov 7, 2022
d28b6fd
Merge branch 'ppp-size' of https://github.com/Aishwarya-Hariharan-Iye…
Aishwarya-Hariharan-Iyer Nov 7, 2022
a2dd2be
Fix spacing in PPP
Aishwarya-Hariharan-Iyer Nov 7, 2022
aa5d00f
Merge branch 'master' of https://github.com/ConradLew/tp
ConradLew Nov 7, 2022
419bff5
Merge branch 'master' into master
ConradLew Nov 7, 2022
24e6f45
Add page sections
Aishwarya-Hariharan-Iyer Nov 7, 2022
49c8792
Merge pull request #48 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 7, 2022
1921f31
page formatting
Nov 7, 2022
d453393
Merge pull request #259 from Aishwarya-Hariharan-Iyer/ppp-size
Aishwarya-Hariharan-Iyer Nov 7, 2022
3c7131e
Merge branch 'master' into branch-finaledits
crvstalphua Nov 7, 2022
5ce21f7
Merge pull request #260 from crvstalphua/branch-finaledits
crvstalphua Nov 7, 2022
db8c0c1
Merge branch 'master' into master
ConradLew Nov 7, 2022
65e6f2f
Merge pull request #255 from ConradLew/master
ConradLew Nov 7, 2022
ccc7fb6
add Mark and Unmark Issue Command Tests
Nov 7, 2022
4cc64b6
Merge branch 'master' of https://github.com/AY2223S1-CS2103-F13-1/tp …
Nov 7, 2022
7576321
Update ppp
Nov 7, 2022
b8c8d08
Merge pull request #262 from crvstalphua/branch-finaledits
ConradLew Nov 7, 2022
eb0a0b6
ug mark/unmark issue formatting
Nov 7, 2022
966c339
Merge branch 'master' into branch-finaledits
ConradLew Nov 7, 2022
a288524
Fix missing `
ConradLew Nov 7, 2022
4410a24
Merge branch 'master' into master
ConradLew Nov 7, 2022
017ad57
Merge pull request #263 from crvstalphua/branch-finaledits
crvstalphua Nov 7, 2022
0740b3b
Merge branch 'master' into master
Aishwarya-Hariharan-Iyer Nov 7, 2022
be1fbcf
Merge pull request #264 from ConradLew/master
ConradLew Nov 7, 2022
4c15021
Merge pull request #50 from AY2223S1-CS2103-F13-1/master
Aishwarya-Hariharan-Iyer Nov 7, 2022
b40fec7
Merge branch 'master' of https://github.com/Aishwarya-Hariharan-Iyer/tp
Aishwarya-Hariharan-Iyer Nov 7, 2022
9482946
Add tests for find client command
Aishwarya-Hariharan-Iyer Nov 7, 2022
044133e
Correct prefixes
Aishwarya-Hariharan-Iyer Nov 7, 2022
719d6e6
Add more tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
043118a
Add n/ prefix
Aishwarya-Hariharan-Iyer Nov 7, 2022
240d0bc
Change name to label
Aishwarya-Hariharan-Iyer Nov 7, 2022
8910e8f
Add FindClientCommand
Aishwarya-Hariharan-Iyer Nov 7, 2022
fbe3dcf
Merge pull request #265 from Aishwarya-Hariharan-Iyer/ug-fix
ConradLew Nov 7, 2022
25f7f68
Add FindIssueCommandTest
Aishwarya-Hariharan-Iyer Nov 7, 2022
5307c7d
Add StatusTest and UrgencyTest
Nov 7, 2022
412189f
update PPP
Nov 7, 2022
54e35fb
fix ci errors
Nov 7, 2022
89d134c
Update yongbeom-kim.md
Yongbeom-Kim Nov 7, 2022
9be260e
Add FindProjectCommand tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
06e8ff1
Merge pull request #267 from Yongbeom-Kim/master
Yongbeom-Kim Nov 7, 2022
215ead4
Add more find issue command tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
0fb6697
Add more project tests
Aishwarya-Hariharan-Iyer Nov 7, 2022
55b83ac
Merge branch 'master' into more-test
Aishwarya-Hariharan-Iyer Nov 7, 2022
a12af51
Merge branch 'more-test' of https://github.com/Aishwarya-Hariharan-Iy…
Aishwarya-Hariharan-Iyer Nov 7, 2022
e7b8591
Add tests for model manager
Donovan9617 Nov 7, 2022
fb4cb51
Merge branch 'master' into branch-finaledits
crvstalphua Nov 7, 2022
cc8d754
Merge branch 'master' of https://github.com/Donovan9617/tp_Donovan in…
Donovan9617 Nov 7, 2022
39af777
Merge pull request #266 from crvstalphua/branch-finaledits
Aishwarya-Hariharan-Iyer Nov 7, 2022
aef94ce
Merge remote-tracking branch 'upstream/master' into addTests
Donovan9617 Nov 7, 2022
599cb66
Merge branch 'master' into more-test
crvstalphua Nov 7, 2022
8a5c919
Merge pull request #269 from Donovan9617/addTests
Aishwarya-Hariharan-Iyer Nov 7, 2022
a57d1b6
Merge branch 'master' into more-test
Aishwarya-Hariharan-Iyer Nov 7, 2022
f03e4a3
Merge pull request #268 from Aishwarya-Hariharan-Iyer/more-test
ConradLew Nov 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: codecov/codecov-action@v2
if: runner.os == 'Linux'
with:
token: cfaa373b-2c7a-40b1-a4c1-11023db5e91f
directory: ${{ github.workspace }}/build/reports/jacoco/coverage
files: coverage.xml
fail_ci_if_error: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/

21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2223S1-CS2103-F13-1/tp)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
* DevEnable is a desktop application for **Software Developers** to manage client projects.<br>
Developers can:
* view all projects in one place
* tag and manage tasks based on deadlines
* tag and manage clients for each project
* It is optimized for use via a **Command Line Interface (CLI)**.
* For the detailed documentation of this project, see the [DevEnable Product Website](https://ay2223s1-cs2103-f13-1.github.io/tp/).

* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ checkstyle {
toolVersion = '10.2'
}

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down Expand Up @@ -66,7 +70,7 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'devenable.jar'
}

defaultTasks 'clean', 'test'
51 changes: 25 additions & 26 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,54 @@ title: About Us

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Aishwarya Hariharan Iyer

<img src="images/johndoe.png" width="200px">
<img src="images/aishwarya-hariharan-iyer.png" width="200px">

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/Aishwarya-Hariharan-Iyer)]
[[portfolio](team/aishwarya-hariharan-iyer.md)]

* Role: Project Advisor
* Role: Developer
* Responsibilities: UI

### Jane Doe
### Lew Kian Loong, Conrad

<img src="images/johndoe.png" width="200px">
<img src="images/conradlew.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/ConradLew)]
[[portfolio](team/conradlew.md)]

* Role: Team Lead
* Responsibilities: UI
* Responsibilities: Data

### Johnny Doe
### Crystal Phua

<img src="images/johndoe.png" width="200px">
<img src="images/crvstalphua.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](https://github.com/crvstalphua)]
[[portfolio](team/crvstalphua.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: UI

### Jean Doe
### Donovan Singh

<img src="images/johndoe.png" width="200px">
<img src="images/donovan9617.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/Donovan9617)]
[[portfolio](team/donovan9617.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: UI

### James Doe
### Kim Yong Beom

<img src="images/johndoe.png" width="200px">
<img src="images/yongbeom-kim.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/Yongbeom-Kim)]
[[portfolio](team/yongbeom-kim.md)]

* Role: Developer
* Responsibilities: UI
Loading