-
Notifications
You must be signed in to change notification settings - Fork 6
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
Added Prescription add/delete/list commands #136
Conversation
Codecov Report
@@ Coverage Diff @@
## master #136 +/- ##
============================================
- Coverage 60.35% 55.48% -4.87%
- Complexity 550 554 +4
============================================
Files 102 112 +10
Lines 2048 2251 +203
Branches 233 261 +28
============================================
+ Hits 1236 1249 +13
- Misses 728 918 +190
Partials 84 84
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, just need to consider alternative function names for those I highlighted. Thanks for the hard work :)
src/main/java/seedu/address/logic/parser/prescription/AddPrescriptionCommandParser.java
Outdated
Show resolved
Hide resolved
src/main/java/seedu/address/model/prescription/Prescription.java
Outdated
Show resolved
Hide resolved
src/main/java/seedu/address/model/prescription/UniquePrescriptionList.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, ty!
No description provided.