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-T09-3] MediLink Contacts #94

Open
wants to merge 523 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
523 commits
Select commit Hold shift + click to select a range
fcf5b12
Fix checkstyle
chonguschonguschongus Oct 30, 2023
15468f7
Improve code coverage
chonguschonguschongus Oct 31, 2023
97dd5a5
Fix checkstyle
chonguschonguschongus Oct 31, 2023
e354460
Fix checkstyle
chonguschonguschongus Oct 31, 2023
2d6c39b
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Oct 31, 2023
9dadee1
Add logs and assertions
tanveersingh10 Oct 31, 2023
bf65f60
Add logs and assertions
tanveersingh10 Oct 31, 2023
9177566
Add more assertions
tanveersingh10 Oct 31, 2023
d8fcf5b
Fix code quality
chonguschonguschongus Oct 31, 2023
161010c
Fix checkstyle
chonguschonguschongus Oct 31, 2023
c68176d
Merge pull request #125 from chonguschonguschongus/branch-improveCode…
chonguschonguschongus Oct 31, 2023
bcced88
Merge branch 'master' of github.com:tanveersingh10/tp
tanveersingh10 Oct 31, 2023
4540292
Fix error
tanveersingh10 Oct 31, 2023
45f4d28
Merge branch 'master' into master
tanveersingh10 Oct 31, 2023
62a7392
Fix failing test cases and UI
cmHuang777 Oct 31, 2023
b6c83f5
Merge pull request #126 from tanveersingh10/master
tanveersingh10 Oct 31, 2023
157043a
Merge pull request #124 from cmHuang777/branch-AddAppointment
Mohammed-Faizzzz Nov 1, 2023
70c6692
Fix merge conflicts
chonguschonguschongus Nov 1, 2023
d4e55ca
Merge branch 'master' into branch-addDeleteAppointment
chonguschonguschongus Nov 1, 2023
775cd2d
Fix test cases
chonguschonguschongus Nov 1, 2023
53c68d5
Merge branch 'branch-addDeleteAppointment' of https://github.com/chon…
chonguschonguschongus Nov 1, 2023
d3c108a
Fix test cases
chonguschonguschongus Nov 1, 2023
83c53bc
Merge pull request #134 from chonguschonguschongus/branch-fixMergeCon…
Mohammed-Faizzzz Nov 1, 2023
0c130d3
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 1, 2023
d8120d7
Modify EditCommand and RemarkCommand
tanveersingh10 Nov 1, 2023
335e950
Added a log message
tanveersingh10 Nov 1, 2023
a6573bf
Modify AddAppointmentCommand
tanveersingh10 Nov 1, 2023
96617a6
Refactor files to allow for a UniqueAppointmentList
chonguschonguschongus Nov 1, 2023
586411e
Fix Ui issue
chonguschonguschongus Nov 1, 2023
f9feac0
Fix some test cases
chonguschonguschongus Nov 1, 2023
ca0d87c
Merge pull request #147 from chonguschonguschongus/branch-addAppointm…
chonguschonguschongus Nov 2, 2023
ae4b669
Merge branch 'master' into master
tanveersingh10 Nov 2, 2023
a1dd082
Merge pull request #144 from tanveersingh10/master
tanveersingh10 Nov 2, 2023
1839f89
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 2, 2023
8486475
Add DeleteAppointment command
chonguschonguschongus Nov 2, 2023
4b8c4ee
Fix checkstyle
chonguschonguschongus Nov 2, 2023
369236f
Prevent editing IC
tanveersingh10 Nov 2, 2023
ddf47f6
Merge pull request #148 from chonguschonguschongus/branch-deleteAppoi…
chonguschonguschongus Nov 2, 2023
053aa58
Add function to find Appointments by ICs of those involved:
chonguschonguschongus Nov 2, 2023
1e63e32
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 2, 2023
8c330cc
Merge pull request #151 from chonguschonguschongus/branch-findAppoint…
chonguschonguschongus Nov 2, 2023
a4f40f4
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 2, 2023
6982e55
Add UG for find-appt
tanveersingh10 Nov 2, 2023
8b0faac
Fix mistake in UG
tanveersingh10 Nov 2, 2023
5063b9d
Enhance looks and feel of Ui
chonguschonguschongus Nov 2, 2023
e394926
Fix checkstyle
chonguschonguschongus Nov 2, 2023
1688882
Update UG
chonguschonguschongus Nov 2, 2023
7e6ac84
Merge pull request #152 from chonguschonguschongus/branch-enhanceUi
chonguschonguschongus Nov 2, 2023
332ab00
Add special tags for doctors and patients
kohkaijie Nov 2, 2023
2444918
Add test cases for AddAppointment
cmHuang777 Nov 2, 2023
4709e52
Update branch with master
cmHuang777 Nov 2, 2023
2fb5d81
Merge branch 'master' into master
kohkaijie Nov 2, 2023
2f1dc7e
Merge pull request #149 from tanveersingh10/master
kohkaijie Nov 2, 2023
e65f608
Update branch with master
cmHuang777 Nov 2, 2023
7150975
Merge branch 'master' into new-tags
kohkaijie Nov 2, 2023
b4af097
Update documentations
cmHuang777 Nov 2, 2023
95c4def
Fix checkstyle
cmHuang777 Nov 2, 2023
e1a06e0
Update UG for special tags
kohkaijie Nov 2, 2023
1da56dc
Merge pull request #153 from kohkaijie/new-tags
Mohammed-Faizzzz Nov 2, 2023
454fe44
Make final changes
Mohammed-Faizzzz Nov 2, 2023
52ac3e0
Resolve checkstyle issues
Mohammed-Faizzzz Nov 2, 2023
c7e2b78
Resolve checkstyle issues
Mohammed-Faizzzz Nov 2, 2023
4aaa067
Merge pull request #155 from kohkaijie/update-UG
Mohammed-Faizzzz Nov 3, 2023
c3e2044
Update branch with master
cmHuang777 Nov 3, 2023
e614bad
Modify Doctor/Patient Card to remove display of Appointments
Mohammed-Faizzzz Nov 3, 2023
aa92847
Update sample data for start up
cmHuang777 Nov 3, 2023
a680aaf
Update UG
Mohammed-Faizzzz Nov 3, 2023
a3e1823
Update Ui.png
Mohammed-Faizzzz Nov 3, 2023
fa45052
Fix tests
cmHuang777 Nov 3, 2023
94de0a5
Merge pull request #154 from cmHuang777/branch-AddAppointment
cmHuang777 Nov 3, 2023
0d08316
Minor bug fix
chonguschonguschongus Nov 3, 2023
ab4e12c
Fix checkstyle
chonguschonguschongus Nov 3, 2023
710d318
Merge branch 'master' of https://github.com/chonguschonguschongus/tp
chonguschonguschongus Nov 3, 2023
dac86db
Resolve Merge Conflicts
Mohammed-Faizzzz Nov 3, 2023
40fc163
Fix minor bug
chonguschonguschongus Nov 3, 2023
2c25460
Update UG
Mohammed-Faizzzz Nov 3, 2023
24daad7
Update UG
Mohammed-Faizzzz Nov 3, 2023
32af315
Resolve Merge conflicts in TestCases
Mohammed-Faizzzz Nov 3, 2023
469d3c9
Merge pull request #158 from chonguschonguschongus/branch-fixDeleteAp…
kohkaijie Nov 3, 2023
1bcabdd
Update UG
Mohammed-Faizzzz Nov 3, 2023
60ec3e9
Merge pull request #160 from Mohammed-Faizzzz/check
cmHuang777 Nov 3, 2023
0bf21f4
Merge branch 'master' of https://github.com/chonguschonguschongus/tp
chonguschonguschongus Nov 7, 2023
fea8167
Fix bug relating to sample data
kohkaijie Nov 8, 2023
2a0e0fc
Edit Develop Guide
kohkaijie Nov 8, 2023
b7bdecb
Update PPP
kohkaijie Nov 8, 2023
9fc8882
Add test cases for UniqueAppointmentList, UniqueDoctorList, UniquePat…
chonguschonguschongus Nov 8, 2023
a0f2059
Fix checkstyle
chonguschonguschongus Nov 8, 2023
4388dd9
Fix minor bug
kohkaijie Nov 8, 2023
8ee3751
Fix minor issues
cmHuang777 Nov 8, 2023
6f464c3
Update PPP
cmHuang777 Nov 8, 2023
004300e
Merge branch 'master' into UpdatePPP
cmHuang777 Nov 8, 2023
bf73f5f
Fix bug in set appointment
cmHuang777 Nov 8, 2023
c3e6662
Merge pull request #208 from kohkaijie/sample-date-bug-fix
kohkaijie Nov 9, 2023
21b41d0
Merge pull request #210 from cmHuang777/UpdatePPP
cmHuang777 Nov 9, 2023
105c600
Update PPP
chonguschonguschongus Nov 9, 2023
b9c4757
Merge pull request #209 from chonguschonguschongus/branch-addTestCases
chonguschonguschongus Nov 9, 2023
c07ab8a
Update PPP
Mohammed-Faizzzz Nov 9, 2023
2a387e5
Update UG
chonguschonguschongus Nov 9, 2023
499b211
Merge pull request #212 from chonguschonguschongus/branch-updateDocs
kohkaijie Nov 9, 2023
2be2c0a
Merge pull request #211 from Mohammed-Faizzzz/branch-UpdatePPP
kohkaijie Nov 9, 2023
3ad0124
Fix bugs from PE-D assigned issues
cmHuang777 Nov 9, 2023
67a44cb
Update branch with upstream
cmHuang777 Nov 9, 2023
60fb8c2
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 10, 2023
0567824
remove remark command
tanveersingh10 Nov 10, 2023
09ce28d
Merge branch 'removeRemark'
tanveersingh10 Nov 10, 2023
ec2e75e
Fix duplicate doctors and patients
tanveersingh10 Nov 10, 2023
f061483
Fix adding of doctor and patient with same ic
tanveersingh10 Nov 10, 2023
e4f0ff4
Update UG
tanveersingh10 Nov 10, 2023
69090cc
Merge pull request #213 from cmHuang777/PE-D-BugFix
kohkaijie Nov 10, 2023
347d38c
Update PPP
tanveersingh10 Nov 10, 2023
4c68a8a
Merge pull request #214 from tanveersingh10/master
tanveersingh10 Nov 10, 2023
817193a
Update User Guide
kohkaijie Nov 10, 2023
5494749
Merge branch 'master' of https://github.com/kohkaijie/tp into ug-changes
kohkaijie Nov 10, 2023
7d34310
Update UG and add test cases
kohkaijie Nov 10, 2023
c6594dd
Merge pull request #215 from kohkaijie/ug-changes
Mohammed-Faizzzz Nov 10, 2023
6df7f5f
Modify AddDoctorCommandTest to only use AddDoctorCommand
Mohammed-Faizzzz Nov 10, 2023
da3aae4
Remove unused Appointment constructor
Mohammed-Faizzzz Nov 10, 2023
c83427e
Remove unused Appointment Constructor
Mohammed-Faizzzz Nov 10, 2023
f23b6de
Fix bug regarding messages for Patients and update UG
kohkaijie Nov 10, 2023
5e3885d
Update UG
kohkaijie Nov 10, 2023
586f803
Add more test cases and remove dead code
cmHuang777 Nov 10, 2023
ecdf01d
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp…
cmHuang777 Nov 10, 2023
f953cd9
Fix checkstyle and minor UG issues
cmHuang777 Nov 10, 2023
2230989
Update UG
Mohammed-Faizzzz Nov 11, 2023
4fa3adc
Merge pull request #217 from kohkaijie/more-ug-changes
Mohammed-Faizzzz Nov 11, 2023
0abbbc6
Merge pull request #219 from cmHuang777/branch-AddAppointment
cmHuang777 Nov 11, 2023
7bf80a9
Resolve Failing Testcases
Mohammed-Faizzzz Nov 11, 2023
423b723
Merge branch 'master' into branch-Modify-UG
kohkaijie Nov 11, 2023
7252ab0
Add test cases for FindAppointment and DeleteAppointment
chonguschonguschongus Nov 11, 2023
1cce91b
Fix checkstyle
chonguschonguschongus Nov 11, 2023
6ffae7b
Merge pull request #220 from Mohammed-Faizzzz/branch-Modify-UG
tanveersingh10 Nov 12, 2023
1189e53
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 12, 2023
c39dd6b
Prevent editing EC for doctors
tanveersingh10 Nov 12, 2023
334b671
Merge branch 'editDoctor'
tanveersingh10 Nov 12, 2023
5a2f363
Fix failing test cases
chonguschonguschongus Nov 12, 2023
3d54436
Improve Code Cov
tanveersingh10 Nov 12, 2023
ec3d7ef
Merge pull request #225 from tanveersingh10/master
kohkaijie Nov 12, 2023
8643499
Merge pull request #227 from chonguschonguschongus/branch-updateDocs
kohkaijie Nov 12, 2023
f95559b
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 12, 2023
b2ccdd5
Update UG
kohkaijie Nov 12, 2023
c38b4fe
Fix error message
kohkaijie Nov 12, 2023
80b33bb
Merge pull request #228 from tanveersingh10/master
tanveersingh10 Nov 12, 2023
9041577
Add test cases
kohkaijie Nov 12, 2023
fcccf9e
Fix checkstyle error
kohkaijie Nov 12, 2023
c054928
Merge pull request #229 from kohkaijie/UG-updates
kohkaijie Nov 12, 2023
707fdb3
Update UG
Mohammed-Faizzzz Nov 13, 2023
01e4905
Make small changes
tanveersingh10 Nov 13, 2023
5076ed2
Rectify typo
Mohammed-Faizzzz Nov 13, 2023
8a258fb
Rectify typos
Mohammed-Faizzzz Nov 13, 2023
dd41e17
Merge pull request #233 from tanveersingh10/master
kohkaijie Nov 13, 2023
663075e
add undo, redo to extra parameter
tanveersingh10 Nov 13, 2023
8ad509c
Change database to MediLink Contacts
tanveersingh10 Nov 13, 2023
79834ba
Merge pull request #234 from Mohammed-Faizzzz/branch-Update-TargetAud…
Mohammed-Faizzzz Nov 13, 2023
3968f5d
Merge branch 'master' into master
tanveersingh10 Nov 13, 2023
c881c4b
Fix small issue
tanveersingh10 Nov 13, 2023
bbd8ec0
Update Edit in UG
tanveersingh10 Nov 13, 2023
a08cf59
Update ug and dg
tanveersingh10 Nov 13, 2023
5ad8f93
Merge branch 'master' of github.com:tanveersingh10/tp
tanveersingh10 Nov 13, 2023
a660fb9
Remove AddCommand
Mohammed-Faizzzz Nov 13, 2023
1157345
Resolve Failing Testcase
Mohammed-Faizzzz Nov 13, 2023
5a52626
Resolve Failing Testcase
Mohammed-Faizzzz Nov 13, 2023
282340b
Add AddDoctorCommandIntegrationTest
Mohammed-Faizzzz Nov 13, 2023
bff47f4
Revert Message due to feature freeze
Mohammed-Faizzzz Nov 13, 2023
a585406
Update UG Common Errors Section
Mohammed-Faizzzz Nov 13, 2023
d6d5cec
Merge pull request #242 from Mohammed-Faizzzz/branch-Remove-AddCommand
kohkaijie Nov 13, 2023
3831c5e
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
tanveersingh10 Nov 13, 2023
c06dc1c
Update UG for undo and redo command
kohkaijie Nov 13, 2023
a0fa41d
Fix checkstyle
tanveersingh10 Nov 13, 2023
811a715
Removed Find Blood Type Command
chonguschonguschongus Nov 13, 2023
1ba18c5
Small change
tanveersingh10 Nov 13, 2023
43c0fe0
Update Common Pitfalls Section
Mohammed-Faizzzz Nov 13, 2023
8e56446
Merge pull request #243 from kohkaijie/DG-updates
Mohammed-Faizzzz Nov 13, 2023
d03d015
Update Use Cases in DG
Mohammed-Faizzzz Nov 13, 2023
5c6e449
Updated DG and UG
chonguschonguschongus Nov 13, 2023
464910c
Fix checkstyle
chonguschonguschongus Nov 13, 2023
74faf91
Update JavaDocs
chonguschonguschongus Nov 13, 2023
e8a55ef
Fix checkstyle
chonguschonguschongus Nov 13, 2023
4d193a3
Fix checkstyle
chonguschonguschongus Nov 13, 2023
a600608
Merge pull request #235 from tanveersingh10/master
kohkaijie Nov 13, 2023
fc64b7b
Merge branch 'master' into branch-fixingDocs
kohkaijie Nov 13, 2023
82769ff
Include Use Case for help command
Mohammed-Faizzzz Nov 13, 2023
6b6e6f7
Resolve Merge Conflicts
Mohammed-Faizzzz Nov 13, 2023
a237ab7
Merge pull request #244 from Mohammed-Faizzzz/branch-Documentation
Mohammed-Faizzzz Nov 13, 2023
48cc2a7
Update UML
chonguschonguschongus Nov 13, 2023
c80f5d4
Merge branch 'branch-fixingDocs' of https://github.com/chonguschongus…
chonguschonguschongus Nov 13, 2023
3e94bcd
Update JavaDocs for AddCommands
Mohammed-Faizzzz Nov 13, 2023
fcc8078
Update UML:
chonguschonguschongus Nov 13, 2023
fdde9a2
Add Javadocs for DeleteAppointmentCommand
Mohammed-Faizzzz Nov 13, 2023
9d52af2
Update Javadocs for DeleteCommand
Mohammed-Faizzzz Nov 13, 2023
44a15d9
Update javadocs for EditCommand
Mohammed-Faizzzz Nov 13, 2023
5d847d9
Update javadocs for remaining command Classes
Mohammed-Faizzzz Nov 13, 2023
4fff9bb
Update javadocs for AddAppointmentCommandParser
Mohammed-Faizzzz Nov 13, 2023
73093ba
Update Javadocs for logic
Mohammed-Faizzzz Nov 13, 2023
93b05d4
Merge pull request #245 from chonguschonguschongus/branch-fixingDocs
kohkaijie Nov 13, 2023
7697e60
Update UG
kohkaijie Nov 13, 2023
c9a9386
Merge branch 'master' of https://github.com/kohkaijie/tp into final-U…
kohkaijie Nov 13, 2023
58aaf02
Update UG
kohkaijie Nov 13, 2023
8d7a469
Update UG
kohkaijie Nov 13, 2023
db5b43f
Add UI screenshots for FindCommand
kohkaijie Nov 13, 2023
3b579d7
Update Javadocs
Mohammed-Faizzzz Nov 13, 2023
344834d
Merge pull request #247 from kohkaijie/final-UG-edits
cmHuang777 Nov 13, 2023
921e533
Update javadocs for ui
Mohammed-Faizzzz Nov 13, 2023
4527989
Update UG and DG
cmHuang777 Nov 13, 2023
e0a0b5e
Modify Javadocs for storage
Mohammed-Faizzzz Nov 13, 2023
0e9af26
Merge upstream master
cmHuang777 Nov 13, 2023
5a0c7b2
Revised Javadocs
Mohammed-Faizzzz Nov 13, 2023
0a13b7a
Update PPP
Mohammed-Faizzzz Nov 13, 2023
14d8d5b
Merge branch 'AY2324S1-CS2103T-T09-3:master' into master
Mohammed-Faizzzz Nov 13, 2023
f03c678
Resolve Merge Conflicts
Mohammed-Faizzzz Nov 13, 2023
ebcbd3b
Resolve checkstyle issues
Mohammed-Faizzzz Nov 13, 2023
873975b
Update DG to include manual testing guide
kohkaijie Nov 13, 2023
1e23f8c
Update DG and PPP
cmHuang777 Nov 13, 2023
158c016
Update PPP
kohkaijie Nov 13, 2023
d554898
Update PPP
chonguschonguschongus Nov 14, 2023
8167aec
Merge pull request #250 from kohkaijie/final-UG-edits
chonguschonguschongus Nov 14, 2023
43d86cc
Merge branch 'master' into Documentations
kohkaijie Nov 14, 2023
395a170
Merge pull request #249 from cmHuang777/Documentations
cmHuang777 Nov 14, 2023
453895e
Merge pull request #251 from chonguschonguschongus/branch-fixingDocs
chonguschonguschongus Nov 14, 2023
97a37d3
Merge pull request #246 from Mohammed-Faizzzz/branch-Javadocs
kohkaijie Nov 14, 2023
98b9638
Update PPP
Mohammed-Faizzzz Nov 14, 2023
783f0dc
Add BloodTypePredicateTest
Mohammed-Faizzzz Nov 14, 2023
9f7517e
Update UG
kohkaijie Nov 14, 2023
96e6985
Delete BloodTypePredicate and Test
Mohammed-Faizzzz Nov 14, 2023
084ce14
Update PPP
Mohammed-Faizzzz Nov 14, 2023
b7ad825
Update DG
kohkaijie Nov 14, 2023
2bf99b0
Add more use cases
chonguschonguschongus Nov 14, 2023
43584af
Include more testcases
Mohammed-Faizzzz Nov 14, 2023
b31ef9a
Update DG
kohkaijie Nov 14, 2023
027ce51
Add one test case
chonguschonguschongus Nov 14, 2023
c568209
Merge pull request #252 from Mohammed-Faizzzz/branch-IncreaseCodeCov
chonguschonguschongus Nov 14, 2023
bf04765
Merge branch 'master' into branch-moreUseCases
chonguschonguschongus Nov 14, 2023
bbb7d5b
Merge pull request #253 from kohkaijie/final-day-edits
chonguschonguschongus Nov 14, 2023
9ff8a3a
Change PPP and findAppt message
chonguschonguschongus Nov 14, 2023
99212b8
Rectify PPP
Mohammed-Faizzzz Nov 14, 2023
95a7836
Update DG
chonguschonguschongus Nov 14, 2023
63f9d6b
Merge pull request #255 from Mohammed-Faizzzz/branch-Rectify-PPP
kohkaijie Nov 14, 2023
0cad00a
Merge pull request #254 from chonguschonguschongus/branch-moreUseCases
chonguschonguschongus Nov 14, 2023
19652a1
Fix DG error
chonguschonguschongus Nov 14, 2023
308342b
Fix minor bugs in documentations
cmHuang777 Nov 14, 2023
cc4cc6f
Fix site title in css
cmHuang777 Nov 14, 2023
d12c0a3
Merge pull request #256 from chonguschonguschongus/branch-finalFixes
cmHuang777 Nov 14, 2023
1772acb
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp…
cmHuang777 Nov 14, 2023
6a914b8
Merge pull request #257 from cmHuang777/BugFix
cmHuang777 Nov 14, 2023
31f8e2f
Update UG
Mohammed-Faizzzz Nov 15, 2023
f4b4783
Undo accidental changes
Mohammed-Faizzzz Nov 15, 2023
ec1fab4
Improve English for better clarity
Mohammed-Faizzzz Nov 15, 2023
01cfabb
Remove repetitive instructions
Mohammed-Faizzzz Nov 15, 2023
dcbc1b2
Update UG
cmHuang777 Nov 15, 2023
cc7970b
Merge pull request #258 from Mohammed-Faizzzz/branch-UG-For2101
cmHuang777 Nov 15, 2023
8e01335
Merge pull request #259 from cmHuang777/BugFix
cmHuang777 Nov 15, 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
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[![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/AY2324S1-CS2103T-T09-3/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S1-CS2103T-T09-3/tp/actions)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103T-T09-3/tp/branch/master/graph/badge.svg)](https://codecov.io/gh/AY2324S1-CS2103T-T09-3/tp)<br>


# MediLink Contacts

![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.
* MediLink Contacts aims to help medical staff including nurses/doctors/pharmacists navigate through patient details in
their high workload and time-pressured working environment. When medical emergencies arise, it becomes crucial to
provide rapid access to emergency contacts for patients and access other details of the patients to make decisions
more quickly. It is optimised for CLI so that users can quickly access the information.
* For the detailed documentation of this project, see the
**[MedicLink Contacts Product Website](https://ay2324s1-cs2103t-t09-3.github.io/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 = 'MediLink.jar'
}

defaultTasks 'clean', 'test'

run {
enableAssertions = true
}
50 changes: 27 additions & 23 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,55 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Tanveer Singh

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

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[homepage](https://www.linkedin.com/in/tanveersingh10/)]
[[github](https://github.com/tanveersingh10)]
[[portfolio](team/tanveersingh10.md)]

* Role: Project Advisor

### Jane Doe
### Koh Kai Jie

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[homepage](https://www.linkedin.com/in/koh-kai-jie-1064b728b/)]
[[github](http://github.com/kohkaijie)]
[[portfolio](team/kohkaijie.md)]

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

### Johnny Doe
### Mohammed Faiz

<img src="images/johndoe.png" width="200px">
<img src="images/mohammed-faizzzz.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[LinkedIn](https://www.linkedin.com/in/mohammed-faiz-47585017a/)]
[[Github](https://github.com/Mohammed-Faizzzz)]
[[Portfolio](team/mohammed-faizzzz.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: Doctor Class and related Classes/Features

### Jean Doe
### Chong Zhen Xi, Isaac

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[LinkedIn](https://www.linkedin.com/in/zhen-xi-chong-0a6499292/)]
[[github](http://github.com/chonguschonguschongus)]
[[portfolio](team/chonguschonguschongus.md)]

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

### James Doe
### Huang Chao Ming

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

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

* Role: Developer
* Responsibilities: UI
Loading