Skip to content
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

Merged
merged 73 commits into from
Nov 24, 2022
Merged

Update the P2P data UI and workflow #55

merged 73 commits into from
Nov 24, 2022

Conversation

Rkareko
Copy link
Contributor

@Rkareko Rkareko commented Nov 10, 2022

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

  • I have written Unit tests for any new feature(s) and edge cases for bug fixes
  • I have added any strings visible on UI components to the strings.xml file
  • I have run ./gradlew spotlessApply and ./gradlew spotlessCheck to check my code follows the project's style guide

@Rkareko
Copy link
Contributor Author

Rkareko commented Nov 10, 2022

Still WIP

@Rkareko
Copy link
Contributor Author

Rkareko commented Nov 24, 2022

@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

@ekigamba
Copy link
Contributor

@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

Copy link

@ellykits ellykits left a 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

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",

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",

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

@Rkareko Rkareko merged commit 85f3243 into main Nov 24, 2022
@Rkareko Rkareko deleted the compose-ui-integration branch November 24, 2022 10:44
@Rkareko Rkareko mentioned this pull request Nov 25, 2022
3 tasks
@pld pld unassigned Rkareko Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Sender] Update the P2P sending data UI and workflow
3 participants