Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
329 commits
Select commit Hold shift + click to select a range
ecb8282
Added feature sort-appointment by date in ascending order.
chwenyee Mar 27, 2025
7dee5b9
Added some JUnit Test Cases for AddAppointment, DeleteAppointment, Li…
chwenyee Mar 27, 2025
fc4ba23
restored junit and authored
dylancmznus Mar 27, 2025
bb88c1e
Merge pull request #39 from dylancmznus/Mark-Find-Appointments
dylancmznus Mar 27, 2025
6214f56
edit patients' detail
jyukuan Mar 28, 2025
bb4dbf9
Merge branch 'master' of https://github.com/AY2425S2-CS2113-T11b-4/tp…
jyukuan Mar 28, 2025
671c2c0
Merge branch 'fix2' into Yukuan-edit-patients-detail
jyukuan Mar 28, 2025
a9a9457
Fixed the checkstyle of the code.
jyukuan Mar 28, 2025
8062b22
Fixed checkstyle of Parser.java
jyukuan Mar 28, 2025
3478ca0
Merge pull request #41 from jyukuan/Yukuan-edit-patients-detail
jyukuan Mar 28, 2025
740ca94
Adjusted the patient_data file, implemented save feature to delete-pa…
JudHoka Mar 28, 2025
2768c2d
Added assertions into the ManagementSystem
JudHoka Mar 28, 2025
c0dedbf
Merge branch 'branch-storage' into branch-resolveConflict
JudHoka Mar 28, 2025
288ea80
Resolve conflicts
JudHoka Mar 28, 2025
5853997
Adjusted testing to fit new functionality
JudHoka Mar 28, 2025
2640bdd
Merge pull request #43 from JudHoka/branch-resolveConflict
JudHoka Mar 28, 2025
9bd48ea
Refine sort-appointment and added JUnit Test Cases
chwenyee Mar 28, 2025
d9daf3a
Created storage system for appointments
JudHoka Mar 28, 2025
0e53375
Added mark and unmark appointments function
dylancmznus Mar 29, 2025
c49c580
Added function to find appointment by nric
dylancmznus Mar 29, 2025
203cc1c
Added junit tests for mark unmark and find appointments
dylancmznus Mar 29, 2025
badc433
Merge pull request #44 from dylancmznus/Mark-Find-Appointments
dylancmznus Mar 29, 2025
aa95ed4
Merge branch 'fix3' into ChanWenYee-Appointment2.0
chwenyee Mar 29, 2025
06556db
Resolved remaining conflict.
chwenyee Mar 29, 2025
c48764c
Merge pull request #45 from chwenyee/ChanWenYee-Appointment2.0
chwenyee Mar 29, 2025
d80a606
Added output format for appointment date and time.
chwenyee Mar 29, 2025
9cfda75
Linked Patient Class and Appointment Class together.
chwenyee Mar 29, 2025
98ec5e4
Merge pull request #47 from chwenyee/ChanWenYee-Appointment2.0
chwenyee Mar 30, 2025
0276de7
Add assertions to key classes and fix formatting
Basudeb2005 Mar 30, 2025
9ecca4e
Merge pull request #48 from Basudeb2005/add-assertions
Basudeb2005 Mar 30, 2025
9b2d6f9
Updated DG and UG
chwenyee Mar 30, 2025
511cdf2
DG-Instructions for manual testing
jyukuan Mar 30, 2025
b10cbb2
Merge pull request #49 from chwenyee/ChanWenYee-Appointment2.0
chwenyee Mar 30, 2025
87bdb15
Adjusted storage functionality to some features
JudHoka Mar 30, 2025
89ed8fc
Merge pull request #51 from jyukuan/Yukuan-DG
jyukuan Mar 30, 2025
93b4d90
Merge branch 'branch-resolveConflict2' into branch-appointStorage
JudHoka Mar 30, 2025
2e96772
Adjusted some formatting
JudHoka Mar 30, 2025
186c4ed
Fixed some gradle checks
JudHoka Mar 30, 2025
8e72411
gradle wrapper debug
JudHoka Mar 30, 2025
3b610d1
Gradle debug
JudHoka Mar 30, 2025
9317034
Adjusted params in Test cases
JudHoka Mar 30, 2025
1345ae3
Fixes to gradle checks
JudHoka Mar 30, 2025
e6b752f
Merge pull request #50 from JudHoka/branch-appointStorage
JudHoka Mar 30, 2025
efbb9b0
Adjusted new mark feature to storage
JudHoka Mar 30, 2025
1d1c9ef
Merge pull request #53 from JudHoka/branch-storage
JudHoka Mar 30, 2025
1aa83f5
Added Use cases and UG intro
dylancmznus Mar 31, 2025
91fef3c
Merge pull request #56 from dylancmznus/Mark-Find-Appointments
dylancmznus Mar 31, 2025
8e7755d
change the story-history logic(no patient no store)
jyukuan Apr 1, 2025
53cfda6
Merge pull request #58 from jyukuan/Yukuan-history-improved
jyukuan Apr 1, 2025
fffa1f8
Added a new PatientNotFoundException
chwenyee Apr 1, 2025
2d2b032
Add prescription generation and HTML printing feature
Basudeb2005 Apr 1, 2025
0feb041
Merge pull request #59 from Basudeb2005/correct-feature-print-prescri…
Basudeb2005 Apr 1, 2025
9a1dfd4
Fix checkstyle issues in prescription feature
Basudeb2005 Apr 1, 2025
9177103
Fix remaining checkstyle line length issues
Basudeb2005 Apr 1, 2025
f57c022
Fix line length issue in Parser.java
Basudeb2005 Apr 1, 2025
7cc6c6e
Merge pull request #61 from Basudeb2005/correct-feature-print-prescri…
Basudeb2005 Apr 1, 2025
eb731f8
Fix prescription ID display bug
Basudeb2005 Apr 1, 2025
c29ba44
Update the UG about the patient's history, and add assertion
jyukuan Apr 1, 2025
8a07346
Merge pull request #62 from jyukuan/Yukuan-UG-Assertion-and-Junit
jyukuan Apr 1, 2025
56aee85
Update DeveloperGuide.md with user stories
Basudeb2005 Apr 1, 2025
a1e12de
Merge pull request #63 from Basudeb2005/Basudeb2005-DG
Basudeb2005 Apr 1, 2025
71bfc98
Add Add prescription feature related UG and DG updates
Basudeb2005 Apr 1, 2025
68045d7
Merge branch 'master' into Basudeb2005-DG
Basudeb2005 Apr 1, 2025
b1cd97c
Merge pull request #64 from Basudeb2005/Basudeb2005-DG
Basudeb2005 Apr 1, 2025
e94a479
Added UG features
dylancmznus Apr 2, 2025
7467636
Added find appt in UG
dylancmznus Apr 2, 2025
d92b51a
Merge pull request #69 from dylancmznus/Mark-Find-Appointments
dylancmznus Apr 2, 2025
1bf8ed2
Fixed checkstyle for PatientNotFoundException
chwenyee Apr 2, 2025
94d4499
Merge branch 'fix4' into ChanWenYee-Refinement
chwenyee Apr 2, 2025
92d9012
Merge pull request #70 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 2, 2025
3ef1a43
Updated DG
chwenyee Apr 2, 2025
827beff
Merge pull request #71 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 2, 2025
1c7d6b0
Update user guide with sequence diagram
jyukuan Apr 2, 2025
68e65bb
Merge pull request #72 from jyukuan/Yukuan-DG2
jyukuan Apr 2, 2025
786dfec
Update DeveloperGuide.md
JudHoka Apr 2, 2025
5d1bdeb
Merge pull request #73 from JudHoka/branch-DG
JudHoka Apr 2, 2025
419c437
Added view-patient implementation in DG
dylancmznus Apr 2, 2025
98aa4a4
Updated DG to include implementation of add patient feature
JudHoka Apr 2, 2025
d7f66fc
Merge pull request #76 from JudHoka/branch-DG
JudHoka Apr 2, 2025
589d32e
Merge pull request #74 from dylancmznus/Mark-Find-Appointments
dylancmznus Apr 2, 2025
745b68f
Updated find-appointment feature
dylancmznus Apr 3, 2025
998b759
updated test cases
dylancmznus Apr 3, 2025
4f67f76
Merge pull request #77 from dylancmznus/Mark-Find-Appointments
dylancmznus Apr 3, 2025
49d80e6
Update UG with better formatting.
chwenyee Apr 3, 2025
fc40fa5
Merge pull request #78 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 3, 2025
f95fe54
Yukuan's PPP
jyukuan Apr 3, 2025
48d3250
Merge pull request #79 from jyukuan/Yukuan-PPP
jyukuan Apr 3, 2025
04b12e4
Added PPP
dylancmznus Apr 3, 2025
5e20b82
Merge pull request #80 from dylancmznus/PPP
dylancmznus Apr 3, 2025
6611a0d
Add Project Portfolio Page and update AboutUs link
Basudeb2005 Apr 3, 2025
553c6fb
Merge pull request #81 from Basudeb2005/Basudeb2005-PPP
Basudeb2005 Apr 3, 2025
b47c135
Updated PPP
JudHoka Apr 3, 2025
705e021
Merge pull request #82 from JudHoka/branch-PPP
JudHoka Apr 3, 2025
63795c7
Created my PPP draft.
chwenyee Apr 4, 2025
f7b6567
Merge pull request #83 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 4, 2025
0d49d32
Fix the discribtion in PPP
jyukuan Apr 4, 2025
b6c9b59
Merge pull request #84 from jyukuan/Yukuan-PPP
jyukuan Apr 4, 2025
a43cd22
Fixed some issues in storage feature for appointments
JudHoka Apr 4, 2025
a395d52
Cleared out patient data
JudHoka Apr 4, 2025
5fcf3b3
Fixes from test cases
JudHoka Apr 4, 2025
7010e04
Merge pull request #85 from JudHoka/branch-fixes
JudHoka Apr 4, 2025
7002c45
Added table of content for UG
chwenyee Apr 4, 2025
59f0ff1
Updated DG for add/delete feature implementation, so as the addAppoin…
chwenyee Apr 4, 2025
5aff871
Added features into UG and expected outputs into some features
JudHoka Apr 4, 2025
1329d7a
Merge pull request #132 from JudHoka/branch-UG
JudHoka Apr 4, 2025
05fcb93
Fixed the bug where multiple appointments can be added to the same ti…
chwenyee Apr 5, 2025
7720e4a
Merge branch 'master' into ChanWenYee-Refinement
chwenyee Apr 5, 2025
6b1ea0a
Merge pull request #133 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 5, 2025
4de800c
Updated UG to provide expected outputs in feature
JudHoka Apr 5, 2025
7a4a78a
Merge branch 'master' into master
JudHoka Apr 5, 2025
233738a
Merge pull request #134 from JudHoka/master
JudHoka Apr 5, 2025
65bc72a
Rename Basudeb2005.md to basudeb2005.md
Basudeb2005 Apr 5, 2025
df3483c
Fix some bugs
jyukuan Apr 5, 2025
fde4ec5
fix gradle error
jyukuan Apr 5, 2025
cca66ea
Fixed the bug where appointment records are not deleted when its asso…
chwenyee Apr 5, 2025
7964a8b
Clear txt file
chwenyee Apr 5, 2025
bc06d6e
Restored deleted prescription data txt file
chwenyee Apr 5, 2025
f3c5ee5
Merge pull request #136 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 5, 2025
389f1b7
Added input validation for NRIC in add-appointment feature.
chwenyee Apr 5, 2025
0c926bd
Added `help` command to improve user experience
chwenyee Apr 5, 2025
00861da
Checkpoint 1: Nothing changed
Basudeb2005 Apr 5, 2025
1cd4a35
Implemented valid birthdate feature using LocalDate and adjusted test…
JudHoka Apr 5, 2025
ecb5b12
Add test cases for prescription feature
Basudeb2005 Apr 5, 2025
383ddc3
Fix checkstyle issues
Basudeb2005 Apr 5, 2025
5fdf697
Fix 120 chars checkstyle issue
Basudeb2005 Apr 5, 2025
0b2f943
Merge pull request #139 from Basudeb2005/Add-TestPrescription
Basudeb2005 Apr 5, 2025
4d4b948
Add prescription feature documentation with sequence and class diagrams
Basudeb2005 Apr 5, 2025
941b594
Fix formatting issues
Basudeb2005 Apr 5, 2025
bab86a5
Fix sequence of Tests
Basudeb2005 Apr 5, 2025
9ee5c0c
Merge pull request #140 from Basudeb2005/Add-PrescriptionDocumentation
Basudeb2005 Apr 5, 2025
f29553b
Checkstyle fixes
JudHoka Apr 6, 2025
52b68ce
More checkstyle fixes
JudHoka Apr 6, 2025
883acd3
More and more checkstyle fixes
JudHoka Apr 6, 2025
33bbc12
More and more and more checkstyle fixes
JudHoka Apr 6, 2025
b283544
Merge branch 'master' into branch-dobDateFormat
JudHoka Apr 6, 2025
896f6fb
Merge pull request #142 from JudHoka/branch-dobDateFormat
JudHoka Apr 6, 2025
6362d37
Format fixes in test cases
JudHoka Apr 6, 2025
f611dc3
Merge pull request #143 from JudHoka/branch-fixes
JudHoka Apr 6, 2025
af35410
Merge branch 'master' of https://github.com/AY2425S2-CS2113-T11b-4/tp…
jyukuan Apr 6, 2025
e519d72
Merge branch 'fix3'
jyukuan Apr 6, 2025
de8c0e0
fix the bug that I assign to myself(in issue)
jyukuan Apr 6, 2025
6563959
Updated DG UML for add patient
JudHoka Apr 6, 2025
41b7818
fix the bug that caused by last change
jyukuan Apr 6, 2025
3202bdd
Merge pull request #146 from JudHoka/branch-DG
JudHoka Apr 6, 2025
e556f10
Merge pull request #145 from jyukuan/fix4
jyukuan Apr 6, 2025
27a4cee
Adjusted contactNumber to only input valid phone number
JudHoka Apr 6, 2025
8e5211c
Merge pull request #147 from JudHoka/branch-contactNumber
JudHoka Apr 6, 2025
1fabbed
Gender can only input M or F
JudHoka Apr 6, 2025
597d835
Updated addPatient to check for valid IC
JudHoka Apr 6, 2025
d2b9da4
Updated editPatient description in UG
JudHoka Apr 6, 2025
d45f2bb
Updated UG and DG
JudHoka Apr 6, 2025
9ec385f
checkstyle fixes
JudHoka Apr 6, 2025
69b2923
Merge pull request #148 from JudHoka/branch-Patient
JudHoka Apr 6, 2025
db10e30
Added more JUnit Test
chwenyee Apr 6, 2025
f6bbf3c
Merge branch 'fix5' into ChanWenYee-Refinement
chwenyee Apr 6, 2025
116ebb6
Fixed checkstyle issue of ParserTest
chwenyee Apr 6, 2025
715c074
Merge pull request #149 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 6, 2025
2e12e0a
Add Architecture section to Developer Guide
Basudeb2005 Apr 6, 2025
8e41af7
Update architecture diagrams to match professor's example
Basudeb2005 Apr 6, 2025
dd52be4
Refine DG of add/delete appointment feature
chwenyee Apr 6, 2025
c3be506
Update architecture diagrams and documentation to use exact package n…
Basudeb2005 Apr 6, 2025
d20bf6c
Fix component relationships in architecture diagram
Basudeb2005 Apr 6, 2025
f8fd4a5
Merge pull request #150 from Basudeb2005/architecture-dg-v2
Basudeb2005 Apr 6, 2025
b7468fd
Updated DG with delete patient feature
JudHoka Apr 6, 2025
9ae1ad9
Merge pull request #151 from JudHoka/branch-Patient
JudHoka Apr 6, 2025
bcabe6c
updated view-patient implementation in DG
dylancmznus Apr 6, 2025
0ee8030
update view-patient DG
dylancmznus Apr 6, 2025
ce6a68d
Merge pull request #152 from dylancmznus/PE-D
dylancmznus Apr 6, 2025
6551b01
Updated DG
chwenyee Apr 7, 2025
ba9b1cc
Merge pull request #153 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 7, 2025
8a4acc1
Updated Architeture Diagram and added Storage component
JudHoka Apr 7, 2025
8102454
Updated date of birth format from hh-MM-yyyy to yyyy-MM-hh
JudHoka Apr 7, 2025
4d1ea10
Merge pull request #154 from JudHoka/branch-DG
JudHoka Apr 7, 2025
ac3fbaa
Updated storage component with class diagram and link to the repo
JudHoka Apr 7, 2025
a609ca4
Merge pull request #155 from JudHoka/branch-DG
JudHoka Apr 7, 2025
ba021de
Updated Architecture diagram, added UI and Main component
JudHoka Apr 7, 2025
da85d56
Merge pull request #156 from JudHoka/branch-DG
JudHoka Apr 7, 2025
d410087
Updated some component of design architecture
JudHoka Apr 7, 2025
0d13ead
Merge pull request #157 from JudHoka/master
JudHoka Apr 7, 2025
b01aa27
Updated DG with manager and object components
dylancmznus Apr 7, 2025
9e7867b
Merge pull request #158 from dylancmznus/PE-D
dylancmznus Apr 7, 2025
3e197e3
Updated DG for Parser component. Change Parser.parseAddAppointment an…
chwenyee Apr 7, 2025
2bbc2bb
Updated known issue in UG, Updated PPP
chwenyee Apr 7, 2025
0c100cd
Merge branch 'master' into ChanWenYee-Refinement
chwenyee Apr 7, 2025
d65d447
add java-doc for my code, add command class diagram, and update ppp
jyukuan Apr 7, 2025
c960515
Fixed the checkstyle of Patient
chwenyee Apr 7, 2025
e9b01a1
Merge pull request #159 from chwenyee/ChanWenYee-Refinement
chwenyee Apr 7, 2025
e00626c
Merge branch 'master' into Yukuan-Command-Class-Diagram
jyukuan Apr 7, 2025
927c95d
Merge pull request #160 from jyukuan/Yukuan-Command-Class-Diagram
jyukuan Apr 7, 2025
d364d9f
Merge branch 'fix5' into ChanWenYee-Refinement
chwenyee Apr 7, 2025
ec623f7
Merge branch 'ChanWenYee-Refinement' into ChanWenYee-JavaDoc
chwenyee Apr 7, 2025
db54319
Updated the formatting of DG
chwenyee Apr 7, 2025
895f6f9
Update jyukuan.md
jyukuan Apr 7, 2025
8eea7a7
Updated JavaDoc
chwenyee Apr 7, 2025
e01be4b
Updated FAQ in UG.
chwenyee Apr 7, 2025
5d6a2e9
Added javadocs to respective features
dylancmznus Apr 7, 2025
5f14985
Merge pull request #161 from dylancmznus/PE-D
dylancmznus Apr 7, 2025
1460a04
Updated Parser JavaDoc and fixed checkstyle
chwenyee Apr 7, 2025
e98e020
Merge pull request #162 from chwenyee/ChanWenYee-JavaDoc
chwenyee Apr 7, 2025
17cff21
Updated a bug in loading patients
JudHoka Apr 7, 2025
7a5c4c2
Merge pull request #163 from JudHoka/branch-storage
JudHoka Apr 7, 2025
d8aac2a
Added JavaDoc for several classes
JudHoka Apr 7, 2025
4b8b2d4
Merge branch 'master' into branch-storage
JudHoka Apr 7, 2025
4d38f2d
Checkstyle finishes
JudHoka Apr 7, 2025
b58404d
Merge branch 'branch-storage' of https://github.com/JudHoka/tp_person…
JudHoka Apr 7, 2025
72d2b2f
Merge pull request #164 from JudHoka/branch-storage
JudHoka Apr 7, 2025
51bae95
Add JavaDoc for non-trivial methods following coding standards
Basudeb2005 Apr 7, 2025
487e981
Add JavaDoc to Command classes
Basudeb2005 Apr 7, 2025
af8a63b
Add JavaDoc to Storage class and its methods
Basudeb2005 Apr 7, 2025
6c18756
Add JavaDoc to remaining classes and methods in the codebase.
Basudeb2005 Apr 7, 2025
564d5c8
Merge branch 'AddJavaDoc'
Basudeb2005 Apr 7, 2025
cc35637
Fix prescription storage issue
Basudeb2005 Apr 7, 2025
237f12b
Merge pull request #167 from Basudeb2005/FixPrescriptionStorage
Basudeb2005 Apr 7, 2025
624c7d2
Merge with upstream master
Basudeb2005 Apr 7, 2025
85b6bb7
Improve error messages for view-all-prescriptions and view-prescription
Basudeb2005 Apr 7, 2025
6594e80
Update error messages for view-all-prescriptions and view-prescriptio…
Basudeb2005 Apr 7, 2025
e676721
Merge pull request #168 from Basudeb2005/viewprescriptionformat
Basudeb2005 Apr 7, 2025
6a35a16
Update PPP with issue resolution details
Basudeb2005 Apr 7, 2025
c9d3106
Merge pull request #169 from Basudeb2005/BasudebFinalPPP
Basudeb2005 Apr 7, 2025
07fe5bc
Update PPP: final edits by Basudeb2005
Basudeb2005 Apr 7, 2025
3915fe3
Merge pull request #171 from Basudeb2005/FinalPPPBasudeb2005
Basudeb2005 Apr 7, 2025
f0fa0dc
Update PPP with clickable full URL
Basudeb2005 Apr 7, 2025
b6a0220
Merge pull request #173 from Basudeb2005/FinalPPPBasudeb2005
Basudeb2005 Apr 7, 2025
b8ff106
Final DG pushes
JudHoka Apr 8, 2025
71e8aa8
Merge pull request #174 from JudHoka/branch-DG
JudHoka Apr 8, 2025
51cf0f9
Added table content for DG
chwenyee Apr 8, 2025
6743c42
Merge branch 'master' into ChanWenYee-JavaDoc
chwenyee Apr 8, 2025
e615950
Merge pull request #175 from chwenyee/ChanWenYee-JavaDoc
chwenyee Apr 8, 2025
92d4032
Updated DG and UG some more, filled in PPP
JudHoka Apr 8, 2025
b5bc667
Merge pull request #176 from JudHoka/branch-DG
JudHoka Apr 8, 2025
5b30481
Updated PPP and UG some more
JudHoka Apr 8, 2025
3b819f3
Reformatted all code
JudHoka Apr 8, 2025
fcd4c94
Checkstyle fixes
JudHoka Apr 8, 2025
934e20f
A little checkstyle fix
JudHoka Apr 8, 2025
7967748
Merge pull request #177 from JudHoka/branch-PPP
JudHoka Apr 8, 2025
a5bdf32
Update jyukuan.md
jyukuan Apr 8, 2025
267bbbf
Updated PPP
chwenyee Apr 8, 2025
41530be
Update jyukuan.md
jyukuan Apr 8, 2025
e1bd1b2
Update jyukuan.md
jyukuan Apr 8, 2025
176006c
Merge pull request #178 from chwenyee/ChanWenYee-FinalCheck
chwenyee Apr 8, 2025
44aa457
Update README.md
chwenyee Apr 8, 2025
0eb2bb9
Emptying data files
JudHoka Apr 8, 2025
04c4d7e
Update UserGuide.md
chwenyee Apr 8, 2025
c303a79
Merge pull request #179 from JudHoka/branch-PPP
JudHoka Apr 8, 2025
61fc9cd
Update DeveloperGuide.md
chwenyee Apr 8, 2025
f18da68
Small change in PPP
JudHoka Apr 8, 2025
64589ac
Update DeveloperGuide.md
chwenyee Apr 8, 2025
e42761c
Merge pull request #180 from JudHoka/branch-PPP
JudHoka Apr 8, 2025
02656a7
Update UserGuide.md
chwenyee Apr 8, 2025
1e2f113
Update chwenyee.md
chwenyee Apr 8, 2025
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workbench.editor.defaultBinaryEditor": "default"
}
3 changes: 3 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: ClinicEase

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Duke project template
# ClinicEase

This is a project template for a greenfield Java project. It's named after the Java mascot _Duke_. Given below are instructions on how to use it.

Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test {
}

application {
mainClass.set("seedu.duke.Duke")
mainClass.set("ClinicEase")
}

shadowJar {
archiveBaseName.set("duke")
archiveBaseName.set("ClinicEase")
archiveClassifier.set("")
}

Expand All @@ -43,4 +43,5 @@ checkstyle {

run{
standardInput = System.in
enableAssertions = true
}
Empty file added data/appointment_data.txt
Empty file.
Empty file added data/patient_data.txt
Empty file.
Empty file added data/prescription_data.txt
Empty file.
14 changes: 7 additions & 7 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# About us

Display | Name | Github Profile | Portfolio
--------|:----:|:--------------:|:---------:
![](https://via.placeholder.com/100.png?text=Photo) | John Doe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | John Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
| Display | Name | Github Profile | Portfolio |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------:|
| ![](https://via.placeholder.com/100.png?text=Photo) | Basudeb Chakraborty | [Github](https://github.com/Basudeb2005) | [Portfolio](team/Basudeb2005.md) |
| ![](https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.detik.com%2Fedu%2Fedutainment%2Fd-6761377%2Fblak-blakan-judha-siswa-sma-pradita-dirgantara-yang-diterima-11-kampus-luar-negeri&psig=AOvVaw1BQ3wU1pFhYGxi0EuDmLOq&ust=1741317092826000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCLiFj-m99IsDFQAAAAAdAAAAABAE) | Judha Hoka Wishika | [GitHub](https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.detik.com%2Fedu%2Fedutainment%2Fd-6761377%2Fblak-blakan-judha-siswa-sma-pradita-dirgantara-yang-diterima-11-kampus-luar-negeri&psig=AOvVaw1BQ3wU1pFhYGxi0EuDmLOq&ust=1741317092826000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCLiFj-m99IsDFQAAAAAdAAAAABAE) | [Portfolio](team/judhoka.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Yukuan | [Github](https://github.com/jyukuan) | [Portfolio](team/jyukuan.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Dylan Chua | [Github](https://github.com/dylancmznus) | [Portfolio](team/dylancmznus.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Chan Wen Yee | [Github](https://github.com/chwenyee) | [Portfolio](team/chwenyee.md) |
Loading