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

refactor: refactor Path tracking to compose #2114

Merged
merged 5 commits into from
Jun 24, 2024

Conversation

Aditya-gupta99
Copy link
Collaborator

@Aditya-gupta99 Aditya-gupta99 commented Jun 20, 2024

Jira MIFOSAC-178


XML Screen
Record_2024-06-18-23-56-26.mp4

Jetpack Compose
Record_2024-06-21-00-30-02.mp4

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the MifosStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

feature/path-tracking/build.gradle.kts Outdated Show resolved Hide resolved

DisposableEffect(Unit) {

val notificationReceiver = object : BroadcastReceiver() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you using BroadcastReceiver

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was previously implemented. it receives datas from path tracking service, but right now path service is not working, so for now, I simply added this so we don't forget this implementation. once path tracking service is fixed, if this receiver is no longer useful, I'll remove it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a ticket to migrate service in workmanager

@therajanmaurya therajanmaurya merged commit f260d88 into openMF:master Jun 24, 2024
5 checks passed
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.

2 participants