Git Product home page Git Product logo

mangroveorg / datawinners Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 20.0 250.75 MB

Data winners is a data collection application supporting multiple channels like sms, web and smartphone. Goal is to enable seamless data collection, reporting and visualization.

Home Page: https://www.datawinners.com

Shell 0.15% Python 33.25% XSLT 0.62% JavaScript 45.30% CSS 5.55% HTML 15.11% Ruby 0.01% CoffeeScript 0.01% Batchfile 0.01%

datawinners's People

Contributors

ajaydivakaran avatar akonale avatar akshaysn avatar anishek avatar ashish12 avatar dileepbapat avatar diptanu avatar fedcuit avatar fuying avatar geetchandratre avatar ghante avatar herihaja avatar kanchu avatar kurhula avatar lakshmirp avatar maheshlal2910 avatar mariot avatar melaniemariamrobert avatar neetumishra26 avatar poojas avatar prabhuramkumar avatar rajbharath avatar rakotoarisoa avatar sairamkrish avatar sdn2525 avatar shwetags avatar sreeramanathan avatar vikassry avatar xianfuying avatar yogeshsr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

datawinners's Issues

Installation Steps

What are the steps to install Datawinners on hosted server? Steps currently given in README are not working.

refactor entity/datasenders/ implementation approach (All datasenders page)

javascript datasenders/index.js needs to be improved. for example the handler for web_user_creation is very complex. It trys to parse the message from the view and guess where is the email id : (json_data.errors[i].split(' ')[3])

further examples :

       data_sender.short_name = $($(row).children()[2]).html();
        data_sender.name = $($(row).children()[1]).html();
        data_sender.location = $($(row).children()[4]).html();
        data_sender.contactInformation = $($(row).children()[6]).html();
        data_sender.email = $($(row).children()[7]).html();

Appropriate json could be passed directly from the views

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.