-
Notifications
You must be signed in to change notification settings - Fork 59
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
568 | Quest Patient List View with configurable views #595
Conversation
Signed-off-by: Elly Kitoto <[email protected]>
Signed-off-by: Elly Kitoto <[email protected]>
Signed-off-by: Elly Kitoto <[email protected]>
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.
I have a couple of questions/comments:
- For the bottom navigation menu options how are we going to handle click actions?
- Is it possible to implement the bottom navigation menu options like the
SideMenuOptions
and have a click listener on each bottom menu option similer to the item count callback on SideMenuOptions? - If step 2 is possible then I do not think we will need to pass the bottom navigation menu options to the register. We can however provide a configuration to toggle the visibility of the bottom navigation.
- Is it also possible to have the method as open in the
BaseRegisterActivity
class so it can be overridden in the subclass but we provide default implementation returning empty bottom navigation menu option. - Is it also possible to rename the MenuOption to provide more context for instance
NavigationMenuOption
Is it also possible to replace the |
Update the register button design and text |
Done! Incorporated the feedback |
* WIP * changelog updated Co-authored-by: maimoonak <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #595 +/- ##
============================================
- Coverage 36.28% 36.13% -0.16%
- Complexity 345 376 +31
============================================
Files 130 149 +19
Lines 3679 4140 +461
Branches 517 597 +80
============================================
+ Hits 1335 1496 +161
- Misses 2191 2463 +272
- Partials 153 181 +28
Flags with carried forward coverage won't be shown. Click here to find out more.
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.
this looks good, please expand test coverage for the new code
@ndegwamartin Unit test written for new code in Quest do not reflect in CI. I tried writing tests into engine but most of the classes need shadow application, and implementations for base-classes. Kindly look into it so that I can see the missing line after QuestTests are analyzed |
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!
sorry @maimoonak I didn't realize that! changes approved, can someone else please take a look? And @ndegwamartin please merge if this gets another approval, thank you |
…into 568-quest-list
Fixes #568 - Depends on #586
Type
Choose one: Feature
Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guide