-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update the P2P data UI and workflow #55
Conversation
Add initial P2P event, screen and UI state classes
Add action button
Update spacing between progress status components
Still WIP |
@dubdabasoduba @ekigamba @f-odhiambo I propose we merge this work since any other PRs need to be based on it. The tests coverage issue can be tracked on Fix coverage drop introduced by UI / UX enhancements |
Sounds good |
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!
view.requestLocationPermissionsAndEnableLocation() | ||
} | ||
is P2PEvent.PairDevicesFound -> { | ||
// display list of pairing devices |
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.
Add TODO
item or remove comment
) | ||
Column(modifier = modifier.wrapContentWidth(Alignment.Start)) { | ||
Text( | ||
text = "${device?.name()} Phone", |
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.
Extract string Phone to string.xml
) | ||
Column(modifier = modifier.wrapContentWidth(Alignment.Start)) { | ||
Text( | ||
text = "${device?.name()} Phone", |
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.
Extract string to xml file
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes opensrp/fhircore#1728 & opensrp/fhircore#1729
Type
Choose one: (Bug fix | Feature | Documentation | Testing | Code health | Release | Other)
Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guide