Google Code-In

Google Code-In

Get Stoked - End Poverty. One Line of Code at a Time.

The Mifos Initiative is one of the 25 mentoring organizations for Google Code-In 2017 - join us in fighting poverty with financial inclusion!

Mifos Participation in GCI

2016

2014

2016 Google Code-In (GCI) - Get to Know Mifos

After participating in Google Summer of Code in five different summers and GCI in 2014 we look forward to the opportunity to work with pre-university students through Google Code-In. As both a 501(c)3 non-profit and an open source project, our global community has a diverse range of tasks (both technical and non-technical) that will be a valuable experience for the students. Students will gain exposure to an active open source project, a widespread global community, and expand upon a wide range of discipline as they use technology to help alleviate global poverty.

Students in 2016 will have the option to work on a variety of projects related to the back-end Apache Fineract platform, our front-end Web App built on top of the AngularJS framework, and a suite of mobile apps including our Android field officer app and Android client self-service banking app. 

Get Excited!

Watch the following videos to learn about our gigantic mission and the game-changing platform we've built to achieve it. 

http://youtu.be/co5cK2cYVU0

Useful Resources

GCI students will have the opportunity to work on the following types of tasks:

  1. Code: we have a range of introductory coding tasks across our Java platform, AngularJS community app, and Android field officer and client self-service apps 

    1. Platform - Apache Fineract: Source Code | Issue Tracker | Mailing List

    2. Web App - Mifos X: Source Code | Issue Tracker | Mailing List | Gitter Chatroom

    3. Mobile App - Android Field Officer App: Source Code | Issue Tracker | Gitter Chatroom

    4. Client App - Android Self-Service App: Source Code | Issue Tracker | Gitter Chatroom

  2. Documentation/Training: Most of the end users of our software aren't super-technical. Documentation is critical - we have a number of short how-to guides, training slides, and video tutorial to work on for using the software and engaging with the community. 

    1. Fineract Wiki: https://cwiki.apache.org/confluence/display/FINERACT/

    2. Mifos X User Manual: User Manual

  3. Outreach/Research: As a global non-profit with a rich social mission to bring financial services to the poor, we have an enormous amount of non-coding work to get done in our community - on the marketing front this involves product positioning and collateral, donor and volunteer outreach, social media management, CRM & contact management, digital media design, as well as analysis and research of our competitors and new financial inclusion products and services. 

  4. Quality Assurance: Mifos X is enterprise-grade, mission-critical software to run a bank - quality, security, and performance couldn't be more important - as our software continues to grow, we have a range of manual and automate testing tasks.

  5. User Interface: Since many end users of our software aren't that technically literate, an optimal user experience is ever more valuable, various areas of our web and mobile apps could use some mockups and wireframes.

 

Example Tasks

Coding

Task: Insert Correct Labels for “Add Client Identifier” page

Within the Mifos X Web App (Community App), the labels for adding a client identifier are incorrect. To reproduce, navigate to any client, click Identities and then +Add. The labels for the first two input fields are incorrect. The first one reads “Status” and should be “Document Type”. The second reads “label.input.status” and should be “Document Status”

 

You can test this out at https://demo.openmf.org (mifos/password). This can be changed by updating the Mifos X Web App (Community App) with source code located at https://github.com/openMF/community-app. Please reference this Getting Started Guide to familiarize with the codebase.

See 

MIFOSX-2753 - Getting issue details... STATUS
 for a screenshot.

Tags: Javascript, AngularJS, UI, Web App, Community App 

Task: Add Proper Field so "Edit Weekly Charges" Functionality Works Properly 

Within the Mifos X Web App, it's not possible to edit an existing weekly charge due to a required input field of "Repeats every" being missing. The steps to reproduce are as such

  1. Create savings account with weekly charge, 

  2. Click on submit, to submit new savings application.

  3. Click on Undo approval, 

  4. In the modification savings page, for weekly charge - Repeats every field is not available. 

What is expected is that the "Repeats Every" field should be displayed. See

MIFOSX-2557 - Getting issue details... STATUS
 for details and screenshot. Expected:- 

You can test this out at https://demo.openmf.org (mifos/password). This can be changed by updating the Mifos X Web App (Community App) with source code located at https://github.com/openMF/community-app. Please reference this Getting Started Guide to familiarize with the codebase.

Tags: Javascript, AngularJS, UI

Task: Only Allow Active Groups to Be Associated with Centers

Currently in the Mifos X Web App (community app) when attempting to search for new groups to associate with a center, it is displaying in the auto-populated search, closed and pending groups, Ideally it should allow only active groups to get associated under Centers (While creating center or though manage groups for centers).  See 

MIFOSX-2792 - Getting issue details... STATUS
 for more details

You can test this out at https://demo.openmf.org (mifos/password). This can be changed by updating the Mifos X Web App (Community App) with source code located at https://github.com/openMF/community-app. Please reference this Getting Started Guide to familiarize with the codebase.

 

Tags: AngularJS, Java, Javascript

Task: Fix Localization issues with typos and bad grammar in message strings

In several of the message strings available for translation, there are both typos and grammatical mistakes which need to be addressed. The listing strings can be found at https://github.com/openMF/community-app/labels/TranslateWiki. Pull requests can be made for each separate commit. 

You can test this out at https://demo.openmf.org (mifos/password). This can be changed by updating the Mifos X Web App (Community App) with source code located at https://github.com/openMF/community-app. Please reference this Getting Started Guide to familiarize with the codebase.

Tags: AngularJS, Java, Javascript

Task: Properly align the client and group lists on Bulk Reassignment Page

In the recently re-skinned Mifos X Web App (Community App), the Client and Group lists on the Bulk Loan Reassignment page are mis-aligned. Please fix the columns so they're aligned not extending beyond the margin. 

See https://github.com/openMF/community-app/issues/1625 for screenshot and details. 

You can test this out at https://demo.openmf.org/beta (mifos/password). This can be changed by updating the Mifos X Web App (Community App) with source code located at https://github.com/openMF/community-app. Please reference this Getting Started Guide to familiarize with the codebase.

Tags: AngularJS, Java, Javascript