Home - openMF/mifos-mobile GitHub Wiki
Welcome to the Mifos Mobile wiki. This comprehensive document outlines how to contribute effectively to improve the Self Service Android Application, from reporting issues to submitting code changes. Mifos Mobile is An Android Application built on top of the MifosX Self-Service platform for end-user customers to view/transact on the accounts and loans they hold. Data visible to customers will be a sub-set of what staff can see. This is a native Android Application written in Kotlin.
Mifos has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Note
We're moving to Jira for issue tracking. Please use Jira for issue tracking.
And Join our slack channel mifos-mobile
to discuss all things about Mifos Mobile development. and do not cross post your messages in multiple channels. ask your question in the appropriate channel.
project-root/ Mifos Mobile
β
βββ buildLogic/ # Shared build configuration(Gradle)
β
βββ core/ # Core business logic module
β βββ common/ # Common code shared across platforms(KMP)
β βββ model/ # Model classes and data structures(KMP)
β βββ data/ # Data models and repositories(KMP)
β βββ network/ # Networking and API clients(KMP)
β βββ domain/ # Domain-specific logic(KMP)
β βββ ui/ # UI components and screens(CMP)
β βββ designsystem/ # App-wide design system(CMP)
β βββ datastore/ # Local data storage(KMP)
β
βββ feature/ # CMP Feature Specific module
β βββ about/ # CMP about specific module
β βββ accounts/ # CMP account specific module
β βββ auth/ # CMP auth specific module
β βββ beneficiary/ # CMP beneficary specific logic
β βββ client-charge/ # CMP faq specific logic
β βββ guarantor/ # CMP guarantor specific logic
β βββ help/ # CMP help specific logic
β βββ home/ # CMP home specific logic
β βββ loan/ # CMP loan specific logic
β βββ location/ # CMP location specific logic
β βββ notifiaction/ # CMP notification specific logic
β βββ qr/ # CMP qr specific logic
β βββ recent-transaction/ # CMP recent-transaction specific logic
β βββ savings/ # CMP payments specific logic
β βββ settings/ # CMP profile specific logic
β βββ third-party-transfer/ # CMP qr specific logic
β βββ transfer-process/ # CMP transfer-process specific logic
β βββ update-password/ # CMP update-password specific logic
β βββ user-profile/ # CMP user-profiel specific logic
β
βββ androidApp/ # Android Application module
βββ iosApp/ # iOS Application module
β
βββ shared/ # Shared Kotlin Multiplatform code
Thank you for being so interested in contributing to the Mifos Mobile project by Mifos! We welcome all contributions and encourage you to follow these guidelines to ensure a smooth and efficient collaboration process.
To get started, please refer to the Contribution Guide for detailed instructions on how to contribute to the project.
The Open Source Guides website has a collection of resources for individuals, communities, and companies who want to learn how to run and contribute to an open source project. Contributors and people new to open source alike will find the following guides especially useful:
Mifos boasts an active and vibrant contributor community, Please join us on slack. Once you've joined the mifos slack community, please join the #mifos-mobile
channel to engage with mifos-mobile development. If you encounter any difficulties joining our Slack channel, please don't hesitate to open an issue. This will allow us to assist you promptly or send you an invitation.
This project is open-source and available under Mozilla Public License Version 2.0 (MPL-2.0).