Subject: Re: GSoC 2026 Interest - Front End Application MVP Hi Alberto,
Thank you for sharing the repository! I've gone through the codebase and the README carefully, and I have a much clearer picture of the project now. Here are my observations and a few questions: What I noticed: - The stack is well-chosen: React + TypeScript with Vite, Tailwind CSS + ShadCN UI, Redux Toolkit, and an OpenAPI-generated Fineract client. This is a modern, maintainable setup. - The project structure is clean and well-organized, separating fineract-api, hooks, pages, and layout into their own directories makes the codebase easy to navigate. - I noticed there are 8 open Pull Requests currently, I'd love to review those to understand what's actively being worked on. - The repo is still marked as "not recommended for deployment" and is work in progress, which tells me there's meaningful GSoC scope to contribute. My questions: 1. Which pages/features are already functional (e.g., login, balance checking, transfers) and which ones are still missing or incomplete? 2. Are there any known issues with the OpenAPI-generated Fineract client that contributors should be aware of? I saw there's an ISSUES.md specifically for this. 3. For the GSoC MVP scope, is the expectation to build new pages on top of the existing architecture, or are there structural/refactoring improvements needed first? 4. Is end-to-end testing (Cypress/Playwright) part of the MVP deliverables, or is unit testing with something like Vitest sufficient for now? I'm planning to set up the project locally with a Fineract backend this week and start exploring good-first issues or open PRs I can contribute to. Looking forward to getting more involved! Best regards, Yousuf Ansari https://github.com/YousufFFFF On Tue, 24 Feb 2026 at 08:47, Jose Alberto Hernandez < [email protected]> wrote: > Hello! > > Please If you have chance, review the next git repository > https://github.com/openMF/mifos-x-web-app-react > > And let us know some comment or doubt about it > > Thanks and Regards > Alberto > > On Mon, Feb 23, 2026 at 5:10 PM Yousuf Ansari < > [email protected]> wrote: > >> Hi Fineract community, >> >> My name is Yousuf Ansari, and I'm a third year student at JSPM Narhe >> studying AI & DS. I came across the Apache Fineract GSoC 2026 ideas list >> and the "Front End Application MVP (POC)" project immediately caught my >> attention. >> >> I've been actively contributing to Apache Superset over the past few >> months, which has given me hands-on experience with React-based frontend >> architecture, REST API integration, and the open source contribution >> workflow (PRs, code review, mailing lists). The Fineract Frontend MVP feels >> like a natural next step: building a clean, user-facing customer portal on >> top of a well-defined Self-Service API is something I'm genuinely excited >> about. >> >> I've read through the project description and understand the core scope: >> login, balance checking, account transfers, and loan applications, with >> solid UI design and end-to-end testing. I'd love to learn more about what >> the community envisions for the tech stack and any priorities that have >> evolved since the idea was posted. >> >> Could someone point me in the right direction or let me know if this idea >> is still active for GSoC 2026? I'd also love to start contributing to >> Fineract in the meantime to get more familiar with the codebase. >> >> Thanks for your time! >> >> Yousuf Ansari >> https://github.com/YousufFFFF >> >>
