Giter Site home page Giter Site logo

mgtest's Introduction

mGage test

Data can be imported with a rake task like

    rake import:votes VOTES=votes.txt
  • Firstly this system is not perfect. It can be done with better isolation of variables, the best indexing for stored data changing erb to slim etc. It’s somewhat harder as I don’t have the full information about this data. For example how much data we have, how often it will be read, changed and so on.

  • Secondly; the command line script – isn't enough precise definition. Import can be done with combination bash/php/perl etc with plain SQLes but I think you mean something else :) In my opinion a much more effective way to do it could be just a rake task.

  • Third is a fairly standard task, nothing special. Maybe just a using "has_many through" connections between models Campaign and Candidate, will probably need more information about this set in future. And, btw: Why You Don’t Need Has_and_belongs_to_many Relationships

  • Decision about add votes counter to model candidate was taken 'cause I prefer fat models and slim controllers, but of 'course it's depend from situation, maybe if we take into account another part of our application we will need to use concerns or something else to reuse the same code to comply DRY rule. And, btw, if we will have much more data with votes – counting in this way isn't effective. Much more effective solution – use NoSQL database like Redis or just memcache to store our aggregated data and just use it for representation in view instead count every time "on the fly".

All other decisions about scope with uniqueness and similar – to have a consistent database in future.

mgtest's People

Watchers

 avatar  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.