Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

MentorsJames Dailey
Overview & Objectives
  • creating simple "pre-paid accounts", API for "using solar minutes up"
Description

 

Helpful Skills 
Impact

 

Other Resources 

...

Availability as Chrome App provides FIs one app that is continually updated. This can be very  good tool for handling off-line data entry capabilities. The biggest  advantage is, download once and on slow Internet connection the app  can to talk with backend.
Mentors Nayan Ambali
Overview & Objectives

 

Description

 

Helpful Skills 
Impact

At present MIfos X platform is shipped with Community-App (SPA) as default UI, but initial load time of the application high. And for users on narrow band internet it takes considerable amount of time to load the app.

Instead of loading the app every time, we can convert the Community-App into a Chrome App and user can download them once and install it ion the machine, and it can used as thick client.

 

Description

Community-App is completely developed on top of JavaScript, CSS and HTML. And Chrome apps are also written in same stack. Use grunt we should be able to repackage Community-App(SPA) into Community-App(Chrome App)

Helpful SkillsJavascript, AngularJS, Grunt
Impact

Users with slow internet connectivity can use this app (Installed on the machine) instead of loading Community-App (SPA) on the browser

Other Resources  http://developer.chrome.com/apps/angular_framework.html

...