forked from se-edu/addressbook-level4
-
Notifications
You must be signed in to change notification settings - Fork 55
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
V1.2 #80
Open
chokxy
wants to merge
299
commits into
nusCS2113-AY1819S1:master
Choose a base branch
from
CS2113-AY1819S1-T12-2:v1.2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V1.2 #80
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added AddAppt command for patient timetable
Command does nothing now.
Takes in index integer and medhistory string.
Previous 2 commits were changes/updates to Logic. This commit changes medhistory string to be a MedHistory class instead.
Followed tutorial answers. From observation, a $medhistory entry is seen in patient card in the GUI.
Add and Edit Command for MedHistory does not work here yet.
XML == Extensible Markup Language. Further read up required on the importance of this class.
Observation: GUI no longer shows EMPTY_MEDHISTORY which was $medhistory. Now it shows nothing.
This is the end of the tutorial to add a new command. In this commit, the error message got replaced with real logic to edit the medical history of a patient.
Found in AddressBookParser and AddressBookParserTest.
Add a Codacy badge to README.adoc
-Fixed codacy badge -Removed unused CI services
- Add Appt to model component - Add test for Appt (to test the equals method). - Modify AddApptCommand to now take in an Appt instead of a String.
UGDG updates for medical history.
Updated User Guide and Developer Guide for addinfo
V1.2 Changing MedHistory to use Set
Multiple Arguments for Additional Info and Date of Birth Implementation
Find by keyword with Prefix V1.2
…fore keyword Codacy & travis pt 7
…h_to_merge_from(never_add_hovan's_pr)' into v1.2
# Conflicts: # src/main/java/seedu/address/logic/parser/AddCommandParser.java # src/main/java/seedu/address/logic/parser/AddMedicalReportCommandParser.java # src/main/java/seedu/address/model/medicalreport/MedicalReport.java # src/main/java/seedu/address/model/person/Person.java # src/main/java/seedu/address/storage/XmlAdaptedPerson.java # src/test/java/seedu/address/testutil/ReportBuilder.java # src/test/java/seedu/address/testutil/TypicalPersons.java
Merge with xhxh96 v1.2
…fore keyword Codacy & travis pt 7
Merge to Chok V1.2
Updated JUnit Test
auskure
pushed a commit
to auskure/main
that referenced
this pull request
Nov 3, 2018
Updated UserGuide for free command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.