Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.32 KB

TODO.md

File metadata and controls

46 lines (39 loc) · 1.32 KB

Layout

  • calculate averages by provider
  • calculate summary info by state
  • routes with provider_id
  • add rest of CSV's
  • add selects
  • show all the data necessary:
    • Home
    • Comparison
  • migrate frontend

Data

  • Fix rrhh.csv and import it to the DB
  • fix rake import is making up precision??

Functionality

  • Select changes URL in Home
  • Link to order by column
  • Accept comparar/ with no providers
  • Select changes URL in Comparison
  • [S] Remove URL changes URL in Comparison

Other

  • calculate stats
  • use pretty names for ids in routes
  • use alias 'comparar for compare route (just changed the name in Spanish)

Performance

  • use procfile (avoid webrick)
  • cache averages and summary info
  • Use JS & ajax when possible
  • Generate state table with id's, so there's no N+1

Data

  • sedes.csv correct state San Jose with San José
  • rrhh.csv correct format

Wish List

  • uncomment 'ruby' definition in Gemfile
  • separate metadata from metadata for migrations
  • call methods/modules from migrations
  • use seeds.rb instead of db:import rake task

TODO

  • - Create "state" model for better queries
  • - Provider - provider_structure, this should be calculated on import and saved in the Database