Giter Club home page Giter Club logo

movercado_analysis's Introduction

Movercado Analysis ===

Movercado is an eco-system designed to increase efficiency of aid delivery at the bottom of the pyramid using local markets and SMS. We are looking for an amazing hacker to lead the development and operation of this platform for at least the next year. We have created this application to help us quickly identify talented individuals who may be a good fit. In order to participate, fork this project and if you follow all of the steps correctly, your application will automatically email us when complete.

It may be helpful to read more about Movercado at www.movercado.wordpress.com before continuing.

Design ===

Movercado and movercado-analysis have been written with Ruby on Rails. Although you do not need to be a Rails expert to join the team, you should have a strong coding background that makes it easy to pick up a new language/platform. We have tried to make the exercises challenging but achievable even for rails beginners. All of your code must be written in Ruby/Rails. Of course you may leverage all the tools within the Rails stack (Javascript, CSS, etc).

In order to make the exercises easier to understand, movercado-analysis includes barebones functionality taken from the earliest versions of the Movercado prototype. The main concepts are:

-Users: Anyone who sends a message into Movercado.
-Phones: A cell phone belonging to a user.
-Message: An SMS sent or received by a user.
-Apps: Logical workflows that specify how to handle messages. Apps have a 3-digit code that the processing mechanism attempts to parse on incoming messages to identify the appopriate app to handle the message. This 3-digit app-code should not be confused with the Codes detailed below.
-Roles: The classification for a specific user for a specific application. Activista, vendor, etc.
-Interactions: History of how users have interacted with Movercado. This is where sales (Troca Aki), trainings (IPC) are recorded.
-Codes: Used to identify users in Movercado through quasi-encrypted means.

Look at the diagram in doc/movercado-analysis.jped for an idea of how each of these things are connected. Some details have been intentionally left out to encourage you to look through the source and understand how things work.

hint: db/schema.rb is always the best source!

Part one: deployment ===

We are currently hosting Movercado on VPS services but are always trying to be ready to expand quickly. One good service that allows Rails apps to scale quickly is Heroku. Sign up with Heroku at www.heroku.com and follow these instructions devcenter.heroku.com/articles/rails3 to git your fork of movercado-analysis up and running.

Be sure to seed the database using the provided seeds.rb script! hint: rake db:seed and/or rake db:reset

Part two: analysis ===

As you can read on the blog, one of the main flows being used in Movercado is IPC Session Validation. Imagine that you have been assigned to create a summary page to be used by accounting to give the top 10 activistas each week a bonus. Create a summary page at yourapp.herokuapp.com/activista_summary with a link from the homepage that provides:

-The ID of the top ten activistas organized by week
-The # of sessions each of those activistas led
-The time of the first session for each activista and the time of the last session for each activista.

Note that you have only been provided with data for January and February.

Part three: alerts ===

A second important workflow in Movercado is Troca Aki. Every time a valid Troca Aki interaction takes place, we need to reimburse the vendor real money. Given that money is changing hands, we need to make sure we have alerts in place in case there is suspicious activity on the network.

Implement a feature that has Movercado send yourself an email if a vendor has more than 1,000 sales a month (a very high and potentially suspicious amount.)

hint: These instructions may be helpful for getting emails working from Heroku. devcenter.heroku.com/articles/smtp

Part four: mocking messages ===

We have Kannel setup on our servers hosting Movercado. Kannel is an SMS gateway that we have connected to the cell phone operators through an intermediary. Although you don’t have Kannel setup on your Heroku space, we can simulate it’s presence. Whenever Kannel receives a message, it forwards it to Movercado via a GET request to yourapp.herokuapp.com/kannel/entry_point.

Write a rake task that simulates 1,000 valid Troca Aki interactions for a single vendor in order to trigger the alert you implemented above.

hint: Look at the seeds script which creates sample IPC validations. You may be able to do something similar for Troca Aki validations.

Part five: submission ===

Change the recipient of your alert message to be [email protected]. The subject of the email should be: “Final movercado-analysis submission”. The body should include your name, your email, a link to your github fork, and a link to your website on herkoku.

Good luck and please use github to post any bugs you find so that others can be involved. For extra points, make a pull request for anything you think needs to be improved.

movercado_analysis's People

Contributors

marvinmarnold avatar

Watchers

Seraphin Miranda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.