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

migrate transfer process screen to compose screen #2583 #2585

Conversation

Saifuddin53
Copy link
Contributor

@Saifuddin53 Saifuddin53 commented May 13, 2024

Fixes #2583

Please Add Screenshots If there are any UI changes.

Before :

before

After :

after

Videos:

mifos.video.mp4

@AvneetSingh2001
Copy link
Collaborator

@Saifuddin53 requested some change, please update the code accordingly. Also can you please add screen recording as well

@Saifuddin53 Saifuddin53 force-pushed the migration_transfer_process_compose branch from 6ec885e to d53c2a6 Compare May 14, 2024 02:52
@Saifuddin53 Saifuddin53 force-pushed the migration_transfer_process_compose branch from d53c2a6 to 896af28 Compare May 14, 2024 14:44
@AvneetSingh2001
Copy link
Collaborator

@Saifuddin53 , can you check why are we getting HTTP 400 response for this?

@Saifuddin53
Copy link
Contributor Author

I think it's a server side error

@AvneetSingh2001
Copy link
Collaborator

can you paste the logs about the error here

@Saifuddin53
Copy link
Contributor Author

Screenshot 2024-05-15 084635

@Saifuddin53
Copy link
Contributor Author

Saifuddin53 commented May 15, 2024

The same error is coming in our view-based screen. It would be solved when we migrate our previous screen which is SavingsMakeTransferFragment as it is passing null for the payto and payfrom fields

@Saifuddin53
Copy link
Contributor Author

Recording.2024-05-15.094427.mp4

@Saifuddin53
Copy link
Contributor Author

Screenshot 2024-05-15 214738 @AvneetSingh2001 here the showSavingsAccountTemplate function is not able to fetch the accounts from the AccountOptions list

@Saifuddin53 Saifuddin53 force-pushed the migration_transfer_process_compose branch from 896af28 to 998c1d9 Compare May 16, 2024 03:37
@Saifuddin53
Copy link
Contributor Author

@AvneetSingh2001 can you please review it again

@itsPronay
Copy link
Contributor

@Saifuddin53 I see you have multiple commits. Please squash them

Copy link
Contributor

@itsPronay itsPronay left a comment

Choose a reason for hiding this comment

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

image

fix this one as well.
There's an issue with the layout when the device is rotated. Only a portion of the screen remains visible, and scrolling is disabled because you're using a Column.

@itsPronay
Copy link
Contributor

also please reformat your code, I believe it's ctrl + alt + L

@therajanmaurya therajanmaurya merged commit 30dd7af into openMF:development Jun 14, 2024
0 of 3 checks passed
akashmeruva9 pushed a commit to akashmeruva9/mifos-mobile that referenced this pull request Jul 1, 2024
migrate transfer process screen to compose screen openMF#2583 (openMF#2585)

refactor: qr code display migration (openMF#2609)

Migrate Beneficiary List from XML to compose (openMF#2607)

"Added MIfos Logo to RegistrationScreen" (openMF#2613)

* Added Image to RegistrationScreen

* "Added Image to RegistrationScreen"

Bug: Resolved Swipe Refresh Not Working in RecentTransaction Screen Compose (openMF#2617)

* "Resolved Swipe Refresh Not Working"

* Resolved Swipe Refresh Not Working

* Centered the Swipe Refresh And Added Padding

migrate saving accounts transaction screen to compose openMF#2588 (openMF#2596)

* migrate saving accounts transaction screen to compose openMF#2588

* Update SavingAccountsTransactionTopBar.kt

* init

* init

* refactor: savings accounts screen migration

* refactor: savings accounts screen migration

---------

Co-authored-by: Avneet Singh <avneetmaankiya@gmail.com>

fix#2615 Missing TopAppBar navigation back implementation in AddBeneficiaryScreen (openMF#2616)

fix#2610: Scrolling Disabled in TransferProcessFragment (openMF#2611)

fix#2610: Scrolling Disabled in TransferProcessFragment

fix#2610: Scrolling Disabled in TransferProcessFragment

Beneficiary application (openMF#2618)

Settings screen migration (openMF#2619)

refactor: Registration Module
therajanmaurya pushed a commit that referenced this pull request Jul 1, 2024
* A

migrate transfer process screen to compose screen #2583 (#2585)

refactor: qr code display migration (#2609)

Migrate Beneficiary List from XML to compose (#2607)

"Added MIfos Logo to RegistrationScreen" (#2613)

* Added Image to RegistrationScreen

* "Added Image to RegistrationScreen"

Bug: Resolved Swipe Refresh Not Working in RecentTransaction Screen Compose (#2617)

* "Resolved Swipe Refresh Not Working"

* Resolved Swipe Refresh Not Working

* Centered the Swipe Refresh And Added Padding

migrate saving accounts transaction screen to compose #2588 (#2596)

* migrate saving accounts transaction screen to compose #2588

* Update SavingAccountsTransactionTopBar.kt

* init

* init

* refactor: savings accounts screen migration

* refactor: savings accounts screen migration

---------

Co-authored-by: Avneet Singh <avneetmaankiya@gmail.com>

fix#2615 Missing TopAppBar navigation back implementation in AddBeneficiaryScreen (#2616)

fix#2610: Scrolling Disabled in TransferProcessFragment (#2611)

fix#2610: Scrolling Disabled in TransferProcessFragment

fix#2610: Scrolling Disabled in TransferProcessFragment

Beneficiary application (#2618)

Settings screen migration (#2619)

refactor: Registration Module

* refactor: registration module

---------

Co-authored-by: Saifuddin Adenwala <adenwala32@gmail.com>
akashmeruva9 pushed a commit to akashmeruva9/mifos-mobile that referenced this pull request Jul 3, 2024
migrate transfer process screen to compose screen openMF#2583 (openMF#2585)

refactor: qr code display migration (openMF#2609)

Migrate Beneficiary List from XML to compose (openMF#2607)

"Added MIfos Logo to RegistrationScreen" (openMF#2613)

* Added Image to RegistrationScreen

* "Added Image to RegistrationScreen"

Bug: Resolved Swipe Refresh Not Working in RecentTransaction Screen Compose (openMF#2617)

* "Resolved Swipe Refresh Not Working"

* Resolved Swipe Refresh Not Working

* Centered the Swipe Refresh And Added Padding

migrate saving accounts transaction screen to compose openMF#2588 (openMF#2596)

* migrate saving accounts transaction screen to compose openMF#2588

* Update SavingAccountsTransactionTopBar.kt

* init

* init

* refactor: savings accounts screen migration

* refactor: savings accounts screen migration

---------

Co-authored-by: Avneet Singh <avneetmaankiya@gmail.com>

fix#2615 Missing TopAppBar navigation back implementation in AddBeneficiaryScreen (openMF#2616)

fix#2610: Scrolling Disabled in TransferProcessFragment (openMF#2611)

fix#2610: Scrolling Disabled in TransferProcessFragment

fix#2610: Scrolling Disabled in TransferProcessFragment

Beneficiary application (openMF#2618)

Settings screen migration (openMF#2619)

refactor: Registration Module
akashmeruva9 pushed a commit to akashmeruva9/mifos-mobile that referenced this pull request Jul 5, 2024
migrate transfer process screen to compose screen openMF#2583 (openMF#2585)

refactor: qr code display migration (openMF#2609)

Migrate Beneficiary List from XML to compose (openMF#2607)

"Added MIfos Logo to RegistrationScreen" (openMF#2613)

* Added Image to RegistrationScreen

* "Added Image to RegistrationScreen"

Bug: Resolved Swipe Refresh Not Working in RecentTransaction Screen Compose (openMF#2617)

* "Resolved Swipe Refresh Not Working"

* Resolved Swipe Refresh Not Working

* Centered the Swipe Refresh And Added Padding

migrate saving accounts transaction screen to compose openMF#2588 (openMF#2596)

* migrate saving accounts transaction screen to compose openMF#2588

* Update SavingAccountsTransactionTopBar.kt

* init

* init

* refactor: savings accounts screen migration

* refactor: savings accounts screen migration

---------

Co-authored-by: Avneet Singh <avneetmaankiya@gmail.com>

fix#2615 Missing TopAppBar navigation back implementation in AddBeneficiaryScreen (openMF#2616)

fix#2610: Scrolling Disabled in TransferProcessFragment (openMF#2611)

fix#2610: Scrolling Disabled in TransferProcessFragment

fix#2610: Scrolling Disabled in TransferProcessFragment

Beneficiary application (openMF#2618)

Settings screen migration (openMF#2619)

refactor: Registration Module
akashmeruva9 pushed a commit to akashmeruva9/mifos-mobile that referenced this pull request Jul 5, 2024
# This is the 1st commit message:

refactor: openMF#2636 Use MaterialTheme colors for a uniform theme (openMF#2637)

# This is the commit message openMF#2:

refactor: savings module (openMF#2635)

# This is the commit message openMF#3:

refactor: qr module (openMF#2638)

# This is the commit message openMF#4:

A

migrate transfer process screen to compose screen openMF#2583 (openMF#2585)

refactor: qr code display migration (openMF#2609)

Migrate Beneficiary List from XML to compose (openMF#2607)

"Added MIfos Logo to RegistrationScreen" (openMF#2613)

* Added Image to RegistrationScreen

* "Added Image to RegistrationScreen"

Bug: Resolved Swipe Refresh Not Working in RecentTransaction Screen Compose (openMF#2617)

* "Resolved Swipe Refresh Not Working"

* Resolved Swipe Refresh Not Working

* Centered the Swipe Refresh And Added Padding

migrate saving accounts transaction screen to compose openMF#2588 (openMF#2596)

* migrate saving accounts transaction screen to compose openMF#2588

* Update SavingAccountsTransactionTopBar.kt

* init

* init

* refactor: savings accounts screen migration

* refactor: savings accounts screen migration

---------

Co-authored-by: Avneet Singh <avneetmaankiya@gmail.com>

fix#2615 Missing TopAppBar navigation back implementation in AddBeneficiaryScreen (openMF#2616)

fix#2610: Scrolling Disabled in TransferProcessFragment (openMF#2611)

fix#2610: Scrolling Disabled in TransferProcessFragment

fix#2610: Scrolling Disabled in TransferProcessFragment

Beneficiary application (openMF#2618)

Settings screen migration (openMF#2619)

refactor: Registration Module

# This is the commit message openMF#5:

refactor: Login module

# This is the commit message openMF#6:

refactor: Login module

# This is the commit message openMF#7:

refactor: Recent Login module

# This is the commit message openMF#8:

A

migrate transfer process screen to compose screen openMF#2583 (openMF#2585)

refactor: qr code display migration (openMF#2609)

Migrate Beneficiary List from XML to compose (openMF#2607)

"Added MIfos Logo to RegistrationScreen" (openMF#2613)

* Added Image to RegistrationScreen

* "Added Image to RegistrationScreen"

Bug: Resolved Swipe Refresh Not Working in RecentTransaction Screen Compose (openMF#2617)

* "Resolved Swipe Refresh Not Working"

* Resolved Swipe Refresh Not Working

* Centered the Swipe Refresh And Added Padding

migrate saving accounts transaction screen to compose openMF#2588 (openMF#2596)

* migrate saving accounts transaction screen to compose openMF#2588

* Update SavingAccountsTransactionTopBar.kt

* init

* init

* refactor: savings accounts screen migration

* refactor: savings accounts screen migration

---------

Co-authored-by: Avneet Singh <avneetmaankiya@gmail.com>

fix#2615 Missing TopAppBar navigation back implementation in AddBeneficiaryScreen (openMF#2616)

fix#2610: Scrolling Disabled in TransferProcessFragment (openMF#2611)

fix#2610: Scrolling Disabled in TransferProcessFragment

fix#2610: Scrolling Disabled in TransferProcessFragment

Beneficiary application (openMF#2618)

Settings screen migration (openMF#2619)

refactor: Registration Module

# This is the commit message openMF#9:

refactor: Login module

refactor: Login module

refactor: Recent Login module

refactor: transfer process module (openMF#2644)
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.

refactor: migrate TransferProcessFragment to compose screen
4 participants