-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improve body measurement field #223
Improve body measurement field #223
Conversation
ngchisern
commented
Oct 30, 2021
•
edited
Loading
edited
- Modify the class so that it accepts 'double' input
- Add lower and upper bound for measurements
- Fix inconsistent measurement prefix in UG
- Correct wrong format for edit & edittask command in UG
- Add file locations of taskbook and orderbook in UI
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
============================================
- Coverage 58.94% 58.55% -0.40%
- Complexity 679 681 +2
============================================
Files 134 134
Lines 2609 2642 +33
Branches 300 304 +4
============================================
+ Hits 1538 1547 +9
- Misses 981 1001 +20
- Partials 90 94 +4
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.
Thanks for improving the code while fixing the issues. Just a small improvement to make (renaming for consistency).
* master: Update help command image Fix issues raised in PR Fix issue from PR review Update TaskList to UniqueTaskList Fix typo in UG for marktask command Update ListXCommand message Add upper limit on phone number field Update add command UG documentation Update display message to user for add and list commands Update MarkTaskCommand when task already marked Update UG to remind users modify measurement when they are editing the gender Update MarkOrderCommand when order already marked Improve error message for the case where the measurements are not modified when gender is edited
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!