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

[CS2103T-F12-1] Uno FAS #84

Open
wants to merge 612 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
612 commits
Select commit Hold shift + click to select a range
338cde4
Add assertions and logging
AlyssaPng Nov 10, 2023
ca73785
Refactor code for comparator and sortCommandParser
jylow Nov 10, 2023
c95169e
Add logging for invalid data file
AlyssaPng Nov 10, 2023
ce48e09
Add test for removePrefix method
AlyssaPng Nov 10, 2023
db97d17
Add DG use cases and minor changes
nikele2001 Nov 10, 2023
b23e2cb
Add test cases for Apppointment class
Kb-Tay Nov 10, 2023
e4e0318
Increase SLAP for FindCommandParser
sopa301 Nov 10, 2023
6162387
Add javadocs and reorder functions for readability
sopa301 Nov 10, 2023
5ba70d2
Merge pull request #240 from sopa301/branch-doc-dg
nikele2001 Nov 10, 2023
20e57c1
Merge branch 'master' into Branch-Update-DG
sopa301 Nov 10, 2023
718f5de
Merge pull request #250 from nikele2001/Branch-Update-DG
sopa301 Nov 10, 2023
9828235
Merge pull request #247 from jylow/branch-update-refactorCode
sopa301 Nov 10, 2023
e1df0bd
Update code to have single layer of abstraction
Kb-Tay Nov 10, 2023
de79eb6
Merge pull request #246 from AlyssaPng/branch-refractor-gather
nikele2001 Nov 10, 2023
21fc334
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
sopa301 Nov 10, 2023
30f1c5b
Fix invalid handling of data file upon application launch and minor c…
nikele2001 Nov 10, 2023
fd687f4
Merge pull request #254 from nikele2001/Branch-Fix-Bugs
sopa301 Nov 10, 2023
da2eab2
Merge pull request #252 from sopa301/branch-code-refactorFindParser
nikele2001 Nov 10, 2023
eaac7d9
Fix documentation bugs and improve slap for EditCommandParser
sopa301 Nov 10, 2023
036c457
Fix invalid day bug
AlyssaPng Nov 10, 2023
5c34229
Increase SLAP for AddCommandParser and EditCommandParser
sopa301 Nov 10, 2023
f079339
Add UI information in User Guide
nikele2001 Nov 10, 2023
452d203
Edit javadocs for more clarity
sopa301 Nov 10, 2023
c639887
Update docs/UserGuide.md
nikele2001 Nov 10, 2023
df88a3c
Update docs/UserGuide.md
nikele2001 Nov 10, 2023
07f9f30
Merge pull request #257 from nikele2001/Branch-Update-DG
sopa301 Nov 10, 2023
87dd9c2
Edit UI Class Diagram and minor changes in DG
nikele2001 Nov 10, 2023
a819ad2
Edit code from PR reviews
AlyssaPng Nov 11, 2023
8aff6d8
Fix some checkstyle problems in DG and PPP
nikele2001 Nov 11, 2023
068dbb9
Change naming
AlyssaPng Nov 11, 2023
2a40043
Fix some checkstyle problems in DG and PPP
nikele2001 Nov 11, 2023
ed176dc
Merge pull request #259 from nikele2001/Branch-Update-DG
nikele2001 Nov 11, 2023
a4d978a
Merge branch 'master' into branch-refractor-gather
AlyssaPng Nov 11, 2023
5f58e28
Fix checkstyle
AlyssaPng Nov 11, 2023
fc0d8cd
Update use cases in DG and fix minor style warnings in UG
nikele2001 Nov 11, 2023
87534ba
Add tests
AlyssaPng Nov 11, 2023
4c6aac4
Merge branch 'master' into branch-code-slap
nikele2001 Nov 11, 2023
8e76317
Merge pull request #255 from sopa301/branch-code-slap
sopa301 Nov 11, 2023
e48e4b7
Merge pull request #260 from nikele2001/Branch-Update-DG
sopa301 Nov 11, 2023
dcd9d97
Add more tests
AlyssaPng Nov 11, 2023
ddc9c57
Merge pull request #256 from AlyssaPng/branch-refractor-gather
AlyssaPng Nov 11, 2023
ec48a89
Fix DG use case line separator bug and remove some outdated AB3 refer…
nikele2001 Nov 11, 2023
d70d405
Merge branch 'master' into branch-code-moreSlap
sopa301 Nov 11, 2023
76d82af
Fix more DG bugs
nikele2001 Nov 11, 2023
ede5988
Merge pull request #261 from nikele2001/Branch-Update-DG
sopa301 Nov 11, 2023
6ce981c
Merge pull request #258 from sopa301/branch-code-moreSlap
sopa301 Nov 11, 2023
0226296
Fix DG bugs
nikele2001 Nov 11, 2023
d59f09c
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
nikele2001 Nov 11, 2023
1477bcd
Merge pull request #262 from nikele2001/Branch-Update-DG
sopa301 Nov 11, 2023
10d5d1e
Update user guide.
jylow Nov 11, 2023
018b906
Merge branch 'master' into branch-Feature-ImproveCodeQuality
Kb-Tay Nov 11, 2023
141061e
Merge pull request #270 from jylow/branch-docs-updateUG
sopa301 Nov 11, 2023
5d0773f
Merge pull request #271 from Kb-Tay/branch-Feature-ImproveCodeQuality
sopa301 Nov 11, 2023
287fb94
Fix bugs for gather command
jylow Nov 11, 2023
333cd84
Merge pull request #276 from jylow/branch-bugfix-gatherDisplay
AlyssaPng Nov 11, 2023
6a37ed8
Fix incorrect wrapping
sopa301 Nov 11, 2023
7443ead
Update DG user stories
nikele2001 Nov 11, 2023
61cc1e9
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
nikele2001 Nov 11, 2023
8a49655
Update DG and UG.
jylow Nov 11, 2023
61a67d0
Merge pull request #277 from sopa301/branch-ui-wrap
sopa301 Nov 11, 2023
69051ca
Merge pull request #280 from jylow/branch-docs-updateUG
sopa301 Nov 11, 2023
6d250a6
Merge pull request #279 from nikele2001/Branch-Update-DG
sopa301 Nov 11, 2023
f4ecc31
Update UML diagrams for Complete Feature
Kb-Tay Nov 11, 2023
e9823a8
Update UG and DG to remove references to non-wrapping tags and fps
sopa301 Nov 11, 2023
ac563f5
Merge pull request #281 from sopa301/branch-doc-wrap
nikele2001 Nov 11, 2023
46431b9
Update DG and UG
jylow Nov 11, 2023
27df2c2
Fix checkstyle errors
Kb-Tay Nov 11, 2023
7ddd16e
Merge pull request #283 from jylow/branch-docs-updateUG
sopa301 Nov 11, 2023
fba5210
Merge pull request #282 from Kb-Tay/branch-Bugs-UpdateDG
sopa301 Nov 11, 2023
2accbe9
Add test cases
Kb-Tay Nov 12, 2023
4fcd5a6
Fix checkstyle issues
Kb-Tay Nov 12, 2023
c8c6d54
Add test cases for CompleteCommand, NullAppointment, Appointment
Kb-Tay Nov 12, 2023
8e8170f
Update UG to be more specific for Complete Command
Kb-Tay Nov 12, 2023
bde60c0
Add Java Docs
Kb-Tay Nov 12, 2023
8e93330
Make non tag and fp fields wrap properly
sopa301 Nov 12, 2023
34225e5
Draft full Instructions for Manual Testing section
sopa301 Nov 12, 2023
43bba1c
Add Add, Edit and Find sections of manual testing
sopa301 Nov 12, 2023
f6faee4
Add the rest of the manual testing instructions
sopa301 Nov 12, 2023
346d50f
Fix visual bug in tag and fp boxes
sopa301 Nov 12, 2023
dd17a70
Update PPP
sopa301 Nov 12, 2023
538336d
Update PPP
sopa301 Nov 12, 2023
28edba2
Remove proposed features and planned enhancement #6
sopa301 Nov 12, 2023
c3914c4
Merge pull request #286 from Kb-Tay/branch-Feature-ImproveCodeQuality
sopa301 Nov 12, 2023
04ae29e
Remove references to proposed features in UG
sopa301 Nov 12, 2023
a55d51d
Update the use cases
Kb-Tay Nov 12, 2023
4976729
Update quick links
sopa301 Nov 12, 2023
417cb43
Fix invalid command examples in UG
sopa301 Nov 12, 2023
7c0f85f
Update documentations for DG, UG and PPP
AlyssaPng Nov 12, 2023
432d6cc
Update PPP
AlyssaPng Nov 12, 2023
17e38e3
Add new line to PPP
AlyssaPng Nov 12, 2023
19208e4
Merge pull request #289 from Kb-Tay/branch-Feature-ImproveCodeQuality
sopa301 Nov 12, 2023
afe01a6
Edit UG data file part
AlyssaPng Nov 12, 2023
d32d8da
Merge pull request #290 from AlyssaPng/branch-docs-all
sopa301 Nov 12, 2023
a4ef223
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
sopa301 Nov 12, 2023
2d7842a
Merge pull request #288 from sopa301/branch-doc-ppp
sopa301 Nov 12, 2023
8746f94
Update DG PPP
jylow Nov 12, 2023
b9adf9f
Merge pull request #291 from jylow/branch-docs-updateUG
sopa301 Nov 12, 2023
9de7e73
Add more tests
sopa301 Nov 12, 2023
b68cc63
Increase code coverage for ConfirmOverrideCommand
jylow Nov 12, 2023
cd79a2e
Increase code coverage for ConfirmOverrideCommand
jylow Nov 12, 2023
4791817
Change comments in pull request
jylow Nov 12, 2023
b8307a8
Increase code coverage for CommandResult
jylow Nov 12, 2023
55bc9df
Merge branch 'branch-add-codeCoverage' of http://github.com/jylow/tp …
jylow Nov 12, 2023
5595586
Merge pull request #292 from jylow/branch-add-codeCoverage
sopa301 Nov 12, 2023
fce7448
Update User Guide
jylow Nov 12, 2023
23e2f8d
Remove user stories that are not implemented
nikele2001 Nov 13, 2023
3d846ee
Update UI images in UG
nikele2001 Nov 13, 2023
22644de
Merge pull request #293 from jylow/branch-docs-updateUG
sopa301 Nov 13, 2023
084d2a6
Merge pull request #294 from nikele2001/Branch-Update-DG
sopa301 Nov 13, 2023
b67f129
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
sopa301 Nov 13, 2023
b848824
Add effort component
sopa301 Nov 13, 2023
43f33ec
Update PPP
Kb-Tay Nov 13, 2023
d2c4a0a
Add more details to effort section
sopa301 Nov 13, 2023
45f69eb
Merge branch 'master' into branch-Feature-ImproveCodeQuality
Kb-Tay Nov 13, 2023
95c0cac
Update DG for sidebar implementation
nikele2001 Nov 13, 2023
6c71022
Edit DG implementation
AlyssaPng Nov 13, 2023
15360be
Merge pull request #296 from sopa301/branch-doc-effort
nikele2001 Nov 13, 2023
865e3fd
Merge pull request #297 from nikele2001/Branch-Update-DG
AlyssaPng Nov 13, 2023
607a5f1
Merge pull request #298 from AlyssaPng/branch-docs-others
nikele2001 Nov 13, 2023
4a0b2df
Update User Guide
jylow Nov 13, 2023
e0a8843
Merge pull request #299 from jylow/branch-docs-updateUG
sopa301 Nov 13, 2023
188ba32
Add test cases
Kb-Tay Nov 13, 2023
9077a79
Fix checkstyle issues
Kb-Tay Nov 13, 2023
582594e
Fix checkstyle issues
Kb-Tay Nov 13, 2023
3a5d8f2
Edit DG docs
AlyssaPng Nov 13, 2023
0bedfd2
Merge pull request #300 from Kb-Tay/branch-Feature-ImproveCodeQuality
sopa301 Nov 13, 2023
8938b2f
Merge pull request #301 from AlyssaPng/branch-test-parser
sopa301 Nov 13, 2023
80e3078
Update User Guide
jylow Nov 13, 2023
25cb0ae
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
jylow Nov 13, 2023
d78ceb9
Update index page
Kb-Tay Nov 13, 2023
55a461c
Update PPP
jylow Nov 13, 2023
52529a6
Merge pull request #302 from jylow/branch-docs-updateUG
nikele2001 Nov 13, 2023
847d981
Merge pull request #303 from Kb-Tay/branch-Docs-UpdateIndex
nikele2001 Nov 13, 2023
3f90c68
Update DG
sopa301 Nov 13, 2023
28d5067
Merge pull request #304 from sopa301/branch-dg-dg
sopa301 Nov 13, 2023
8768b7d
Update UG introduction
nikele2001 Nov 13, 2023
819d207
Update PPP
sopa301 Nov 13, 2023
3307fc5
Merge pull request #306 from sopa301/branch-ppp
sopa301 Nov 13, 2023
ff5ed64
Merge pull request #305 from nikele2001/Branch-Update-DG
sopa301 Nov 13, 2023
e0d0b0b
Update PPP
nikele2001 Nov 13, 2023
2e4df84
Update PPP
nikele2001 Nov 13, 2023
f7856b6
Merge pull request #307 from nikele2001/Branch-Update-DG
sopa301 Nov 13, 2023
caa9fd0
Update naming convention of appointment sidebar to appointment list
nikele2001 Nov 13, 2023
8355236
Merge pull request #308 from nikele2001/Branch-Update-DG
jylow Nov 13, 2023
debec73
Update aboutUs and PPP
jylow Nov 13, 2023
6cac2c8
Update User Guide
jylow Nov 13, 2023
40421de
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
jylow Nov 13, 2023
8d77b81
Update MainApp to include new release version
jylow Nov 13, 2023
5908358
Update DG
sopa301 Nov 13, 2023
2c16bf5
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
jylow Nov 13, 2023
26ba2ff
Fix diagram bug
sopa301 Nov 13, 2023
526563a
Edit DG and PP
AlyssaPng Nov 13, 2023
40ad43d
Merge pull request #310 from jylow/branch-docs-updateUG
sopa301 Nov 13, 2023
b5f4140
Merge pull request #311 from jylow/branch-release
sopa301 Nov 13, 2023
3c04dac
Update PPP
Kb-Tay Nov 13, 2023
07a8075
Update correct test cases
sopa301 Nov 13, 2023
55d4d0f
Update Find implementation for more clarity
sopa301 Nov 13, 2023
7bc9a1e
Fix heading of appendix effort
sopa301 Nov 13, 2023
ce1688f
Merge pull request #313 from AlyssaPng/branch-docs-final
sopa301 Nov 13, 2023
6a8837e
Fix grammar for PPP
sopa301 Nov 13, 2023
91f181c
Update javadoc for PersonContainsKeywordsPredicate
sopa301 Nov 13, 2023
cfde796
Add DG documentation for override schedule command
jylow Nov 13, 2023
2684fdb
Merge pull request #312 from sopa301/branch-ppp
jylow Nov 13, 2023
f0dbd57
Merge pull request #314 from sopa301/branch-tests
jylow Nov 13, 2023
9c0d853
Merge pull request #315 from jylow/branch-docs-updateUG
sopa301 Nov 13, 2023
bf2f59c
Update PPP to include schedule override
jylow Nov 13, 2023
4e41684
Merge pull request #316 from jylow/branch-docs-updateUG
jylow Nov 13, 2023
2767544
Fix structure error in find implementation
sopa301 Nov 13, 2023
b67d027
Update DG
jylow Nov 13, 2023
77e9cb7
Merge pull request #318 from jylow/branch-docs-updateUG
sopa301 Nov 13, 2023
b881c23
Update DG and PPP
jylow Nov 13, 2023
1cc516e
Merge pull request #317 from sopa301/branch-bug-dg
sopa301 Nov 13, 2023
a8b3e3d
Merge pull request #319 from jylow/branch-docs-updateUG
jylow Nov 13, 2023
3803422
Edit DG implementation
AlyssaPng Nov 13, 2023
d7e9c2b
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
AlyssaPng Nov 13, 2023
6276c9e
Merge pull request #320 from Kb-Tay/branch-Docs-UpdateDocs
jylow Nov 13, 2023
5eac787
Update PPP
jylow Nov 13, 2023
bb6529a
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
AlyssaPng Nov 13, 2023
5792123
Merge pull request #321 from jylow/branch-docs-updateUG
nikele2001 Nov 13, 2023
7dfa885
Edit DG
AlyssaPng Nov 13, 2023
72ecdb3
Merge pull request #322 from AlyssaPng/branch-docs-final
sopa301 Nov 13, 2023
0d4bfa3
Update PPP
jylow Nov 13, 2023
308dd3f
Update PPP
jylow Nov 13, 2023
b70b9f3
Merge branch 'master' into branch-docs-updateUG
jylow Nov 13, 2023
446a459
Merge pull request #323 from jylow/branch-docs-updateUG
sopa301 Nov 13, 2023
9698c53
Add sequence diagram for appointment list, activity diagram for gathe…
nikele2001 Nov 13, 2023
efae93a
Update PPP
nikele2001 Nov 13, 2023
12b040d
Fix checkstyle in .puml files
nikele2001 Nov 13, 2023
b125d71
Fix checkstyle errors in ModelManager class
nikele2001 Nov 13, 2023
a126288
Merge pull request #324 from nikele2001/Branch-Update-DG
sopa301 Nov 13, 2023
c0e22ed
Fix trailing whitespaces warnings
nikele2001 Nov 13, 2023
e32be65
Update DG design considerations for Complete
Kb-Tay Nov 13, 2023
d5eae6d
Merge branch 'master' into branch-Docs-UpdateDocumentation
Kb-Tay Nov 13, 2023
e3ea34a
UpdatePPP
Kb-Tay Nov 13, 2023
9077ae0
Update PPP and UG
jylow Nov 13, 2023
603d0f7
Update PPP and UG
jylow Nov 13, 2023
a0bec86
Merge pull request #325 from nikele2001/Branch-Update-DG
sopa301 Nov 13, 2023
0c782bd
Merge pull request #328 from Kb-Tay/branch-Docs-UpdateDocumentation
sopa301 Nov 13, 2023
de8a164
Update UG
jylow Nov 13, 2023
0220dcd
Update UG
jylow Nov 13, 2023
231e8fb
Update Complete sequence diagram
Kb-Tay Nov 13, 2023
d6e39f0
Merge pull request #327 from jylow/branch-docs-updateUG
sopa301 Nov 13, 2023
aad9cf5
Update PPP for Jun Yu
jylow Nov 13, 2023
89c3197
Merge pull request #329 from Kb-Tay/branch-Docs-UpdateSeqDiagram
jylow Nov 13, 2023
fdeaf88
Merge pull request #330 from jylow/branch-docs-updateUG
AlyssaPng Nov 13, 2023
e24d6e8
Update PPP for Alyssa
AlyssaPng Nov 13, 2023
d8ae817
Edit PPP
AlyssaPng Nov 13, 2023
7bab9dd
Fix formatting issues for PPP and DG
Kb-Tay Nov 13, 2023
66ac8dd
Merge pull request #331 from Kb-Tay/branch-Docs-UpdateSeqDiagram
AlyssaPng Nov 13, 2023
e3cda75
Merge pull request #332 from AlyssaPng/branch-docs-editPPP
Kb-Tay Nov 13, 2023
f8b747a
Update PPP
AlyssaPng Nov 13, 2023
6a880b5
Update UG
AlyssaPng Nov 13, 2023
1922ddc
Update PPP
nikele2001 Nov 13, 2023
f44ea95
Edit UG
AlyssaPng Nov 13, 2023
194875f
Merge pull request #333 from AlyssaPng/branch-docs-editPPP
nikele2001 Nov 13, 2023
cb67e11
Update UG introduction
nikele2001 Nov 13, 2023
df48dd6
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
nikele2001 Nov 13, 2023
e835fa0
Fix DG bugs
nikele2001 Nov 13, 2023
f3998d6
Merge pull request #334 from nikele2001/Branch-Update-DG
AlyssaPng Nov 13, 2023
50af340
Update PPP
Kb-Tay Nov 13, 2023
c83f22d
Merge branch 'master' into branch-Docs-UpdateSeqDiagram
Kb-Tay Nov 13, 2023
9dd8037
Update error in UG
Kb-Tay Nov 13, 2023
53a18ef
Update UI class diagram
nikele2001 Nov 13, 2023
efdcdc1
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
nikele2001 Nov 13, 2023
a968826
Merge pull request #335 from Kb-Tay/branch-Docs-UpdateSeqDiagram
AlyssaPng Nov 13, 2023
bcd03cf
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-F12-1/tp…
nikele2001 Nov 13, 2023
054376e
Fix checkstyle
nikele2001 Nov 13, 2023
ccc0357
Update minor issues in DG
Kb-Tay Nov 13, 2023
c737575
Merge pull request #336 from nikele2001/Branch-Update-DG
sopa301 Nov 13, 2023
28487aa
Merge pull request #337 from Kb-Tay/branch-Docs-UpdateSeqDiagram
sopa301 Nov 13, 2023
0f64347
Fix minor issue in PPP
sopa301 Nov 13, 2023
126ad90
Merge pull request #338 from sopa301/branch-ppp
sopa301 Nov 13, 2023
f0140b1
Add tips for user in UG
Kb-Tay Nov 13, 2023
51c7394
Fix minor bug in PPP
nikele2001 Nov 13, 2023
162af42
Merge pull request #339 from nikele2001/Branch-Update-DG
AlyssaPng Nov 13, 2023
50f4185
Update tips in UG
Kb-Tay Nov 13, 2023
49587de
Merge pull request #340 from Kb-Tay/branch-Docs-UpdateSeqDiagram
jylow Nov 14, 2023
2e7e093
Update DG
nikele2001 Nov 14, 2023
3e76108
Fix checkstyle errors
nikele2001 Nov 14, 2023
ac8ca15
Add test
nikele2001 Nov 14, 2023
fca1903
Fix UG bugs
nikele2001 Nov 14, 2023
fb1881c
Merge pull request #341 from nikele2001/Branch-Update-DG
nikele2001 Nov 14, 2023
7049e1d
Update UG
jylow Nov 14, 2023
174e1b3
Merge pull request #342 from jylow/branch-docs-updateUG
AlyssaPng Nov 14, 2023
b5cb4e7
Update UG
jylow Nov 14, 2023
9dba702
Update README
jylow Nov 14, 2023
e4665e8
Update UG
jylow Nov 14, 2023
4c8594c
Merge pull request #343 from jylow/branch-docs-updateUG
jylow Nov 14, 2023
fd302f2
Update README image
nikele2001 Nov 14, 2023
35569bb
Merge pull request #344 from nikele2001/Branch-Update-DG
sopa301 Nov 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: ./gradlew check coverage

- name: Upload coverage reports to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/
.vscode/settings.json
31 changes: 20 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![Java CI](https://github.com/AY2324S1-CS2103T-F12-1/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2324S1-CS2103T-F12-1/tp/actions/workflows/gradle.yml)

![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.
### About UNOFAS

This project was created under the CS2103T Software Engineering module in NUS.

UNOFAS is a desktop app for Financial Advisors (FA) to manage client’s contacts, optimized for use via a Command Line
Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). The app also includes features
such as sorting, scheduling and other commands to query information quickly required by the FA.

### Other Links
* UNOFAS [Main Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/)
* UNOFAS [User Guide Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/UserGuide.html)
* UNOFAS [Developer Guide Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/DeveloperGuide.html)
* UNOFAS [About Us Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/AboutUs.html)
* UNOFAS [Github Website](https://github.com/AY2324S1-CS2103T-F12-1/tp)


### Acknowledgements

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 @@ -66,7 +66,11 @@ dependencies {
}

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

run {
enableAssertions = true;
}

defaultTasks 'clean', 'test'
54 changes: 27 additions & 27 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,51 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Aaron Tay Kai Boon

<img src="images/johndoe.png" width="200px">
<img src="images/kb-tay.png" width="200px">

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/Kb-tay)]
[[portfolio](team/kb-tay.md)]

* Role: Project Advisor
* Role: Developer
* Responsibilities: Testing + Debugging

### Jane Doe
### Nicholas Chia

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: Documentation + UI

### Johnny Doe
### Poon Yip Hang, Ryan

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

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

* Role: Developer
* Responsibilities: Data
* Role: Team Lead
* Responsibilities: Issue tracking + Documentation

### Jean Doe
### Low Jun Yu

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Quality Assurance + Testing

### James Doe
### Alyssa Png Kai Wen

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: UI + Documentation
Loading
Loading