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

[AY1920S1-CS2113-T13-2] Dukepital #98

Open
wants to merge 654 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
654 commits
Select commit Hold shift + click to select a range
5a0dff1
Merge pull request #172 from HUANGXUANKUN/B-GUIImplementation
HUANGXUANKUN Oct 27, 2019
a9db206
.Simplify the logic of the delete assigned task command and find assi…
Oct 27, 2019
0c64117
some parser needs to rework
Oct 27, 2019
707638b
Allow user to update remark of a patient.
kkeejjuunn Oct 28, 2019
30d0061
Fix checkstyle problem.
kkeejjuunn Oct 28, 2019
f24a962
Command descriptions for each of the available commands.
lmtaek Oct 28, 2019
b4ddfd1
Complete shortcut for patient , task and assigning task in the GUI.
qjie7 Oct 28, 2019
8a2f47f
Finalizing CLI-compatible HelpCommand--shows list of commands + their…
lmtaek Oct 28, 2019
476bcfc
Beginning implementations for Help feature in the GUI.
lmtaek Oct 28, 2019
222dec8
Merge pull request #173 from WEIFENG-NUSCEG/master
HUANGXUANKUN Oct 28, 2019
c5774f4
Merge pull request #175 from kkeejjuunn/B-AllowUserUpdateRemarkUnderP…
HUANGXUANKUN Oct 28, 2019
c4662bb
Parser changes--simplified class to handle every input instance with …
lmtaek Oct 28, 2019
ca6aeff
All changes done for ParserTest.
lmtaek Oct 28, 2019
9731fdf
All changes made to CommandManager--now more responsible for throwing…
lmtaek Oct 28, 2019
a2f9dd4
Merge branch 'master' into parser-simplified
lmtaek Oct 28, 2019
591b459
Fix delete patient command after GUI implementation.
kkeejjuunn Oct 28, 2019
0a75372
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
kkeejjuunn Oct 28, 2019
4ef41eb
Fix checkstyle and add authorship.
kkeejjuunn Oct 28, 2019
11791a6
Added Statistic Tab with Command frequency viewed in Pie Chart , as w…
qjie7 Oct 28, 2019
ce48c13
Merge pull request #180 from qjie7/B-ImproveGUI
lmtaek Oct 28, 2019
0711343
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
lmtaek Oct 28, 2019
5da5147
fix the bug that delete assigned task by task id will terminate itsel…
Oct 28, 2019
98725f4
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/main
Oct 28, 2019
b11d83a
no message
Oct 28, 2019
3a96162
Update find patient command so that if any patients' name contain the…
kkeejjuunn Oct 28, 2019
a15a4e7
fixed the bug in the delete process of a multimap
Oct 28, 2019
1ceece4
Update AssignedTaskManager.java
WEIFENG-NUSCEG Oct 28, 2019
d0823a4
Merge pull request #181 from WEIFENG-NUSCEG/master
kkeejjuunn Oct 28, 2019
9fe14f0
Fix delete task command after implementing GUI.
kkeejjuunn Oct 28, 2019
59e1576
Merge pull request #176 from lmtaek/parser-simplified
lmtaek Oct 28, 2019
9cce5dc
Merge pull request #182 from kkeejjuunn/UpdateFindPatient
kkeejjuunn Oct 28, 2019
ceb6ebc
Allow user to find task by id or descriotion.
kkeejjuunn Oct 28, 2019
7d4fa25
Merge pull request #177 from kkeejjuunn/FixDeletePatientAfterGUIImple…
kkeejjuunn Oct 28, 2019
d259058
Merge pull request #183 from kkeejjuunn/FixDeleteTaskCommandAfterGUII…
kkeejjuunn Oct 28, 2019
c45ec4d
Merge pull request #184 from kkeejjuunn/AddFindTaskCommand
kkeejjuunn Oct 28, 2019
8bc5e19
Changes to implement a HelpBox which displays commands available for …
lmtaek Oct 29, 2019
452cbf5
Updates to keep additions complaint with checkstyle requirements.
lmtaek Oct 29, 2019
bba23ac
Removed unnecessary method call to showHelpGuide().
lmtaek Oct 29, 2019
fc6ca73
Merge branch 'master' into help-guide
lmtaek Oct 29, 2019
5dc62fc
Update Ui.java
lmtaek Oct 29, 2019
36e9dc9
Update Ui.java
lmtaek Oct 29, 2019
24d59ac
Update Ui.java
lmtaek Oct 29, 2019
b7d1f05
Update Ui.java
lmtaek Oct 29, 2019
2d2cc5b
Update Ui.java
lmtaek Oct 29, 2019
2b4150f
Update Ui.java
lmtaek Oct 29, 2019
bb38d5b
Merge pull request #186 from lmtaek/help-guide
lmtaek Oct 29, 2019
4585fca
Fix checkstyle issues from perivous PR
HUANGXUANKUN Oct 29, 2019
fcb88f6
Merge pull request #187 from HUANGXUANKUN/master
lmtaek Oct 29, 2019
4e52ef9
Improved on code for BarChart and PieChart, now it will work with any…
qjie7 Oct 29, 2019
965d938
fixed checkstyle
qjie7 Oct 29, 2019
50f1966
BUG FIX ON the unique task id loaded from storage,
Oct 29, 2019
5ebfb3d
reformat to match the check style requirement
Oct 29, 2019
7864084
added ControlFX dependencies to build.gradle and implemented AutoComp…
qjie7 Oct 29, 2019
4fa93bd
Implement logger for all patient and task related command.
kkeejjuunn Oct 29, 2019
e974a75
Fix the wrong name parsed.
kkeejjuunn Oct 29, 2019
2510e89
Fixed the bug that the auto unique id generation is not functioning p…
Oct 29, 2019
00185fb
Merge pull request #190 from WEIFENG-NUSCEG/master
WEIFENG-NUSCEG Oct 29, 2019
cf6eb37
Merge pull request #193 from kkeejjuunn/Logger
kkeejjuunn Oct 29, 2019
a36b800
Prevent other developers from commiting the log files.
kkeejjuunn Oct 29, 2019
260bdad
Merge pull request #195 from kkeejjuunn/Logger
qjie7 Oct 30, 2019
9127342
Merge pull request #189 from qjie7/B-ImproveOnStatisticCode
qjie7 Oct 30, 2019
c49a83d
Merge branch 'master' into B-AutoCompletion
qjie7 Oct 30, 2019
2a4ca07
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
qjie7 Oct 30, 2019
c4993d6
Merge branch 'B-AutoCompletion' of https://github.com/qjie7/main into…
qjie7 Oct 30, 2019
bf635f2
shifted undo button to main panel instead of tab panel.
qjie7 Oct 30, 2019
eceb261
Merge pull request #192 from qjie7/B-AutoCompletion
qjie7 Oct 30, 2019
03620d5
Fixed the problem of jar file is not able to open in both terminal an…
qjie7 Oct 30, 2019
c72d579
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
lmtaek Oct 30, 2019
a607c47
Reverting back slight unintentional change.
lmtaek Oct 30, 2019
100931c
Update Ui.java
lmtaek Oct 30, 2019
a1c5e31
Merge pull request #197 from lmtaek/help-guide-alterations
WEIFENG-NUSCEG Oct 30, 2019
4d9bae5
Update to AboutUs.adoc
lmtaek Oct 30, 2019
bd91ab2
Updated Ui.png for README.adoc
lmtaek Oct 30, 2019
5c7eb93
Merge pull request #198 from lmtaek/master
lmtaek Oct 30, 2019
97f2a2d
Added Assign task tab , as well as assign deadline task and period ta…
qjie7 Oct 30, 2019
ecd8d87
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/main
qjie7 Oct 30, 2019
fffc6ed
Merge pull request #196 from qjie7/B-FixJarFilePath
qjie7 Oct 30, 2019
c407b4b
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/main
qjie7 Oct 30, 2019
7849a50
Merge pull request #199 from qjie7/master
qjie7 Oct 30, 2019
02c53f5
indicate authorship through the @@author tag
Oct 30, 2019
34dbed6
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/main
Oct 30, 2019
f212dcc
Improvements for Help Guide readability.
lmtaek Oct 31, 2019
e2f441f
Checkstyle compliancy.
lmtaek Oct 31, 2019
7b39a12
Merge pull request #202 from lmtaek/help-guide-improvements
HUANGXUANKUN Oct 31, 2019
622e24f
Update windows.resizeable
HUANGXUANKUN Oct 31, 2019
127642b
added junit test for ShortCutter and counter class. Added a line in M…
qjie7 Nov 1, 2019
90fd085
added logging to counter and ShortCutter class and fixed checkstyle e…
qjie7 Nov 1, 2019
2c63c5d
Fixed Jar not able to work in cross platform.
qjie7 Nov 1, 2019
0591498
Update build.gradle to support javaFx version 11.0.1 for both MacOS a…
HUANGXUANKUN Nov 1, 2019
4fa3d4f
Merge pull request #204 from HUANGXUANKUN/master
HUANGXUANKUN Nov 1, 2019
0b26d13
fixed checkstyle error for test
qjie7 Nov 1, 2019
6ca1607
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
qjie7 Nov 1, 2019
1c95e14
remove setFixsize(false) since already been fixed
qjie7 Nov 1, 2019
fabbfb0
Merge pull request #203 from qjie7/B-Junit
qjie7 Nov 1, 2019
e4cf873
no message
Nov 1, 2019
8717e45
Update MainWindow.fxml to stage
HUANGXUANKUN Nov 2, 2019
39fa566
Add JUnit Test for TaskManager model.
kkeejjuunn Nov 2, 2019
1afd4b0
Update GUI framework
HUANGXUANKUN Nov 2, 2019
c92373c
Refactor GUI
HUANGXUANKUN Nov 2, 2019
0776605
Resolve checkstyle problems
HUANGXUANKUN Nov 2, 2019
b5fe193
Create data directory if it is not existed
HUANGXUANKUN Nov 2, 2019
04d5791
Merge pull request #247 from HUANGXUANKUN/B-Refactor
HUANGXUANKUN Nov 2, 2019
dad883f
Implement the check of name, NRIC, room number while adding a new pat…
kkeejjuunn Nov 2, 2019
4f7c410
Fix the bug which the user can assigned a period task with a ending t…
Nov 2, 2019
1e3854d
Merge branch 'master' into master
WEIFENG-NUSCEG Nov 2, 2019
d7bd270
resolved a conflict
WEIFENG-NUSCEG Nov 2, 2019
b2ed336
resolved conflicts
WEIFENG-NUSCEG Nov 2, 2019
75cdc05
Update AssignPeriodTaskCommand.java
WEIFENG-NUSCEG Nov 2, 2019
6e54523
resolved conflicts
WEIFENG-NUSCEG Nov 2, 2019
0840e98
resolved conflicts
WEIFENG-NUSCEG Nov 2, 2019
165e963
resolved conflicts
WEIFENG-NUSCEG Nov 2, 2019
be8cd9b
Beginning implementations for UpcomingTasks feature; not implemented …
lmtaek Nov 3, 2019
99fbdcd
Altered Ui method so that output actually displays in GUI Command win…
lmtaek Nov 3, 2019
ddf06e7
Formatting alterations for improved user understanding.
lmtaek Nov 3, 2019
b0eff81
Improvements in output for CLI. Now displays Unique task ID, task des…
lmtaek Nov 3, 2019
8baf68e
Quick adjustments to adhere to Checkstyle.
lmtaek Nov 3, 2019
03ac822
Quick update to indicate ownership.
lmtaek Nov 3, 2019
a4b8370
Merge pull request #240 from WEIFENG-NUSCEG/master
WEIFENG-NUSCEG Nov 3, 2019
f6fdc61
Merge pull request #246 from kkeejjuunn/AddTaskJUnitTest
qjie7 Nov 3, 2019
77567f7
Fixed Exit command not exiting GUI after entering 'bye'
qjie7 Nov 3, 2019
fbf5dc6
removed extra import in ExitCommand
qjie7 Nov 3, 2019
c1f24f5
Merge pull request #249 from kkeejjuunn/B-UpdateAddPatient
kkeejjuunn Nov 3, 2019
e70fbac
Merge pull request #250 from lmtaek/upcoming-tasks
kkeejjuunn Nov 3, 2019
91884d8
Merge pull request #252 from qjie7/branch-FixedExitCommand
qjie7 Nov 3, 2019
0f8499a
Add constraints while adding a new task.
kkeejjuunn Nov 3, 2019
b2a61a6
First implementations for UpcomingTasks GUI.
lmtaek Nov 4, 2019
4ac5056
fix the bug that a user will get error for assigning period task, The…
Nov 4, 2019
1c7d736
Merge pull request #254 from WEIFENG-NUSCEG/master
lmtaek Nov 4, 2019
4eeba37
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
lmtaek Nov 4, 2019
a45672c
Adding new assignment data to compensate for latest merge.
lmtaek Nov 4, 2019
b125358
fixed a redundant check
Nov 4, 2019
89d387a
Merge pull request #255 from WEIFENG-NUSCEG/master
WEIFENG-NUSCEG Nov 4, 2019
2b92433
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
lmtaek Nov 4, 2019
8d1df3c
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
kkeejjuunn Nov 4, 2019
969f2f1
Update the check based on Lauren's comment.
kkeejjuunn Nov 4, 2019
7c1d636
Add JUnit test for patient model.
kkeejjuunn Nov 4, 2019
9556264
Complete patient related command JavaDoc.
kkeejjuunn Nov 4, 2019
ce46cfb
Merge pull request #253 from kkeejjuunn/CheckTaskDuplication
kkeejjuunn Nov 5, 2019
02f8079
Merge pull request #258 from kkeejjuunn/AddPatientJUnitTest
kkeejjuunn Nov 5, 2019
0a48e9c
Merge pull request #259 from kkeejjuunn/CompletePatientRelatedCommand…
kkeejjuunn Nov 5, 2019
c764909
Complete task related command JavaDoc and refactor related code.
kkeejjuunn Nov 5, 2019
fd64e62
Fix checkstyle.
kkeejjuunn Nov 5, 2019
0b0c78e
Merge pull request #260 from kkeejjuunn/CompleteTaskRelatedCommandJav…
kkeejjuunn Nov 5, 2019
985dcda
Complete patient related model JavaDoc.
kkeejjuunn Nov 5, 2019
80208de
Merge pull request #261 from kkeejjuunn/CompletePatientRelatedModelJa…
kkeejjuunn Nov 5, 2019
1e03761
Update javadoc of task related model and correct the javadoc in Patie…
kkeejjuunn Nov 5, 2019
f01768b
Merge pull request #262 from kkeejjuunn/CompleteTaskRelatedModelJavaDoc
kkeejjuunn Nov 5, 2019
302815f
Update log4j2 properties to keep the log file up to 7 days only.
kkeejjuunn Nov 5, 2019
ce7fb7c
Fix some typo.
kkeejjuunn Nov 5, 2019
cd062cf
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
lmtaek Nov 5, 2019
2890a65
Work in progress of GUI implementation. Need to troubleshoot for diff…
lmtaek Nov 5, 2019
5031771
Altered logic for date/time checks in order to prevent excessive filt…
lmtaek Nov 5, 2019
f5f6e4d
Checkstyle compliancy.
lmtaek Nov 5, 2019
93d2d93
Updated Upcoming Tasks GUI to accommodate long lists of tasks assigne…
lmtaek Nov 6, 2019
d907760
Merge pull request #263 from kkeejjuunn/UpdateLog4j2properties
lmtaek Nov 6, 2019
55d8bac
Merge pull request #264 from lmtaek/upcoming-tasks-GUI
lmtaek Nov 6, 2019
1d882b6
Populating Dukepital with data. Also fixed a quick bug within the Upc…
lmtaek Nov 6, 2019
778dfab
Spacing alteration. Creating new branch to merge with main repo.
lmtaek Nov 6, 2019
bc6e53a
Merge pull request #265 from lmtaek/populating-data-and-bug-fixing
lmtaek Nov 6, 2019
5f76045
Update patients.csv with more meaningful data
lmtaek Nov 6, 2019
6d5f132
added "piechart" command to show piechart in a new window.
qjie7 Nov 6, 2019
c30200d
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/mai…
qjie7 Nov 6, 2019
1098bf4
Merge pull request #266 from qjie7/B-Improvement
qjie7 Nov 6, 2019
86b1908
Increase TaskManagerTest coverage.
kkeejjuunn Nov 6, 2019
e90e695
Merge pull request #267 from kkeejjuunn/IncreaseTaskTestCoverage
kkeejjuunn Nov 6, 2019
2b4a8e2
Check if the room/nric is empty while adding or updating a patient.
kkeejjuunn Nov 6, 2019
12c8d57
Merge pull request #269 from kkeejjuunn/CheckNRICandRoomAreEmpty
kkeejjuunn Nov 6, 2019
6534696
Log all the DukeException with error message.
kkeejjuunn Nov 6, 2019
987fcbe
Merge pull request #270 from kkeejjuunn/UpdateDukeExceptionLog
kkeejjuunn Nov 6, 2019
796b128
Implemented so that Upcoming Tasks tab's display will change immediat…
lmtaek Nov 7, 2019
7a2768a
CommandManagerTests for all possible commands are covered for proper …
lmtaek Nov 7, 2019
e314982
Formatting fixes for HelpCommand class, as well as implementation of …
lmtaek Nov 7, 2019
fc83461
Merge branch 'master' into dynamic-update-and-JUnits
lmtaek Nov 7, 2019
8d207eb
Altered 'try/catch's in CommandManager
lmtaek Nov 8, 2019
6cc3330
Merge pull request #271 from lmtaek/dynamic-update-and-JUnits
kkeejjuunn Nov 8, 2019
25c8fe4
Updating for accuracy
lmtaek Nov 8, 2019
b32f8b7
Update AboutUs.adoc
lmtaek Nov 8, 2019
e3b6777
Added CLI command for barchart , fixed a few bug as well as improve o…
qjie7 Nov 8, 2019
e9abeda
Merge pull request #275 from qjie7/master
qjie7 Nov 8, 2019
609a706
Altering typo in authorship indication for RepoSense
lmtaek Nov 8, 2019
7bdaed8
Fixing typo in authorship indication for RepoSense
lmtaek Nov 8, 2019
df41702
Fixing typo in authorship indication for RepoSense
lmtaek Nov 8, 2019
dbd011f
Fixing typo within authorship indicator for RepoSense.
lmtaek Nov 8, 2019
01f5d01
Merge pull request #276 from lmtaek/authorship-fix
HUANGXUANKUN Nov 9, 2019
48b0f2d
improved autocompletion
qjie7 Nov 9, 2019
46953d1
fixed checkstyle
qjie7 Nov 9, 2019
d9a1934
Merge pull request #277 from qjie7/master
qjie7 Nov 9, 2019
4d3c367
change archive version to v1.4 and archive base name to '[CS2113-T13-…
qjie7 Nov 9, 2019
ecd2e3a
Merge pull request #278 from qjie7/master
qjie7 Nov 9, 2019
8afde55
Update README.adoc
qjie7 Nov 9, 2019
3b18297
Update README.adoc
qjie7 Nov 9, 2019
c761e6c
Update README.adoc
qjie7 Nov 9, 2019
87318a1
Update TypoCorrected Junit Test
HUANGXUANKUN Nov 10, 2019
a05724e
Update check style
HUANGXUANKUN Nov 10, 2019
b4924f6
Merge pull request #279 from HUANGXUANKUN/master
HUANGXUANKUN Nov 10, 2019
3aa30e2
add junit test for assignedTaskManager and mementoManager
Nov 10, 2019
5e8541a
fixed checkstyle issue
Nov 10, 2019
6d418be
Merge pull request #280 from WEIFENG-NUSCEG/master
WEIFENG-NUSCEG Nov 10, 2019
8aa544c
change the name of my personal profile
Nov 10, 2019
dd922ca
Update authorship
HUANGXUANKUN Nov 10, 2019
0a495e4
add my renamed personal profile
Nov 10, 2019
4968ea7
Merge pull request #283 from WEIFENG-NUSCEG/master
WEIFENG-NUSCEG Nov 10, 2019
6f97597
renamed my personal profile
WEIFENG-NUSCEG Nov 10, 2019
edbdddd
Update authorship
HUANGXUANKUN Nov 10, 2019
e51d678
Merge pull request #282 from HUANGXUANKUN/B-TypoCorrectionConfirmation
HUANGXUANKUN Nov 10, 2019
13e83a7
rename profile pic
HUANGXUANKUN Nov 10, 2019
44c654f
Merge pull request #284 from HUANGXUANKUN/master
HUANGXUANKUN Nov 10, 2019
8e15579
Update ReadMe with the travis check and added contact us.
kkeejjuunn Nov 10, 2019
0b2fc4c
Implemented GUI commands to manipulate Filtering/Switching of tables/…
HUANGXUANKUN Nov 10, 2019
1394c84
Merge pull request #285 from kkeejjuunn/AddContactUs
HUANGXUANKUN Nov 10, 2019
8967b34
Merge pull request #286 from HUANGXUANKUN/B-GuiCommand
HUANGXUANKUN Nov 10, 2019
4a7be01
Fix typo corrector
HUANGXUANKUN Nov 10, 2019
cc73f46
Datepicker field are now cleared after every input
qjie7 Nov 10, 2019
dcbbcc2
Merge pull request #287 from HUANGXUANKUN/B-FixingTypoCorrection
HUANGXUANKUN Nov 10, 2019
b16a307
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/main
qjie7 Nov 10, 2019
f9d2614
Merge pull request #288 from qjie7/master
qjie7 Nov 10, 2019
41e6016
improved autocompletion to new commands and shifted unused code to ab…
qjie7 Nov 10, 2019
950c073
Merge pull request #289 from qjie7/master
qjie7 Nov 10, 2019
96b7efd
Fixed the bug which update task and patient command will not be saved…
Nov 11, 2019
8805edd
Fix filtering bug
HUANGXUANKUN Nov 11, 2019
20ad9cc
Merge pull request #290 from WEIFENG-NUSCEG/master
WEIFENG-NUSCEG Nov 11, 2019
88117b0
fixed minor issues in program
qjie7 Nov 11, 2019
2060009
fixed checkstyle
qjie7 Nov 11, 2019
49423ed
Merge pull request #292 from qjie7/master
qjie7 Nov 11, 2019
0fa44fc
Update AboutUs.adoc
qjie7 Nov 11, 2019
ea51195
Update Junit test for Storage reading
HUANGXUANKUN Nov 11, 2019
21f3dc1
Update Junit test data path for travis
HUANGXUANKUN Nov 11, 2019
61e79e7
remove ./build for gitignore
HUANGXUANKUN Nov 11, 2019
3247e73
Updating help guide
lmtaek Nov 11, 2019
81462c2
Update data path
HUANGXUANKUN Nov 11, 2019
5ceeff8
ignore build folder
HUANGXUANKUN Nov 11, 2019
a48bd1a
Merge pull request #291 from HUANGXUANKUN/master
lmtaek Nov 11, 2019
e098367
Limits the amount of input a user can put into Dukepital all at once;…
lmtaek Nov 11, 2019
3fdad00
Checkstyle adherence.
lmtaek Nov 11, 2019
a25dd05
Merge pull request #293 from lmtaek/input-restrictions
lmtaek Nov 11, 2019
2eff5f8
added find assigned task feature for GUI
qjie7 Nov 11, 2019
3f2116c
Merge pull request #294 from qjie7/master
qjie7 Nov 11, 2019
f263680
regenerate the csv files
Nov 11, 2019
f8e547a
Merge pull request #295 from WEIFENG-NUSCEG/master
WEIFENG-NUSCEG Nov 11, 2019
8f8eb8b
Side class and implementation of pre-populated data for a jar file.
lmtaek Nov 11, 2019
d7ee49e
Fixed bug with saving data.
lmtaek Nov 11, 2019
02d0bd8
Merge pull request #296 from lmtaek/prepopulate-data
lmtaek Nov 12, 2019
f4e4ad4
update readme to include loc
HUANGXUANKUN Jan 13, 2020
40a5394
Update README.md
HUANGXUANKUN Jan 13, 2020
84fee92
update img path
HUANGXUANKUN Jan 13, 2020
84e3a0b
rearrange readme settings
HUANGXUANKUN Jan 13, 2020
a4cd941
include travis.md status img
HUANGXUANKUN Jan 13, 2020
a99cdb7
update short video demo
HUANGXUANKUN Jan 13, 2020
2b677cd
Merge branch 'master' of https://github.com/AY1920S1-CS2113-T13-2/main
HUANGXUANKUN Jan 13, 2020
c78ebb3
Merge pull request #298 from HUANGXUANKUN/master
HUANGXUANKUN Jan 13, 2020
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
Prev Previous commit
Next Next commit
Update data path
HUANGXUANKUN committed Nov 11, 2019
commit 81462c22f85e6e5eb17e8d801fef460b442f9834
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
/*.iml

# Gradle build properties
#build.gradle
build.gradle

# Gradle build files
/.gradle/
/build
#/build

# log files
logs/
6 changes: 6 additions & 0 deletions build/classes/java/test/testdata/counter.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Command Name,Frequency
DeleteTaskCommand,8
DeletePatientCommand,4
DeleteAssignedTaskCommand,2
AssignPeriodTaskCommand,1
AddTaskCommand,1
4 changes: 4 additions & 0 deletions build/classes/java/test/testdata/patients.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Id,Name,NRIC,Room,Remark
1,John Doe,G00012345L,3A-1,Hasn't had an appetite for past 2 days
2,Barbara Jones,G7894560W,8B,Complaining about foot injury
6,Nick Wong,S1324567P,12C,Symptoms are improving
2 changes: 2 additions & 0 deletions build/classes/java/test/testdata/patientsTasks.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PID,TID,DONE,RECURRENCE,DEADLINE,STARTTIME,ENDTIME,TASKTYPE,uuid
1,1,false,false,,01/11/2019 1600,02/11/2019 1600,period,15
4 changes: 4 additions & 0 deletions build/classes/java/test/testdata/standardTasks.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Id,Description
1,Take Medicine A
2,Do surgery
6,Move room
2 changes: 1 addition & 1 deletion src/test/java/duke/storages/StorageTest.java
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
* @version 1.4
*/
class StorageTest {
private Path resourceDirectory = Paths.get("src","test","Testdata");
private Path resourceDirectory = Paths.get("src","test","testdata");
private String testDataPath = resourceDirectory.toFile().getAbsolutePath();
private StorageManager storageManager = new StorageManager(testDataPath);