openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
281 stars 691 forks source link

Can't view account details for share accounts #486

Closed edcable closed 1 year ago

edcable commented 6 years ago

Summary: From list of share accounts, I should be able to click each share account and view details of the account. However each link is not clickable.

Steps to reproduce:

Navigate to Accounts, Click Shares, Try to Click any Account from the List regardless of Status

Expected behavior:

Link successfully goes to the Account Details/Overview page

Observed behavior:

Not able to click the link.

Screenshots: screenshot_20171114-164641

dilpreet2028 commented 6 years ago

@edcable we don't have any api for share account details.

therajanmaurya commented 6 years ago

Ok, @edcable I have created a ticket for this: https://issues.apache.org/jira/browse/FINERACT-596

santoshconflux commented 5 years ago

@edcable , @therajanmaurya , @miPlodder

API development is done and the ticket is resolved. https://issues.apache.org/jira/browse/FINERACT-596

Tested in latest self service apk and it is yet to be implemented in front end self service app.

miPlodder commented 5 years ago

@Santosh Math santosh@confluxtechnologies.com Can you share the endpoints for the newly created API's?

Sincerely, Saksham Handu

On Tue, Dec 4, 2018 at 12:44 PM Santosh Math notifications@github.com wrote:

@edcable https://github.com/edcable , @therajanmaurya https://github.com/therajanmaurya , @miPlodder https://github.com/miPlodder

API development is done and the ticket is resolved. https://issues.apache.org/jira/browse/FINERACT-596

Tested in latest self service apk and it is yet to be implemented in front end self service app.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/openMF/mifos-mobile/issues/486#issuecomment-443995934, or mute the thread https://github.com/notifications/unsubscribe-auth/AVKtpQAVZfhMbrn_x6hZArs59XOMBdRgks5u1iDPgaJpZM4QiVoh .

ShruthiRajaram commented 5 years ago

Share account template -GET https://Domain Name/api/v1/self/shareaccounts/template?clientId={clientId} Retrieve share account - https://DomainName/api/v1/self/shareaccounts/{accountId} Submit share account - https://Domain Name/api/v1/self/shareaccounts

miPlodder commented 5 years ago

@ShruthiRajaram @santoshconflux Thanks, I will work on it.

santoshconflux commented 5 years ago

@miPlodder , Is it duplicate ticket of this? https://github.com/openMF/mifos-mobile/issues/834

which has already PR still open?

https://github.com/openMF/mifos-mobile/pull/870

miPlodder commented 5 years ago

@santoshconflux Yeah, both the issues are same. Regarding, the PR, I created in during the GSoC period using Fake Data Layer.

abhin2149 commented 5 years ago

Can I work on this issue @miPlodder ?

luckyman20 commented 1 year ago

Feature already implemented.