rufuspollock-okfn / yourtopia

Web app for crowdsourcing preferences about index weighting such as the Human Development Index. Powers the YourTopia site - Global Development beyond GDP.
http://yourtopia.net/
14 stars 9 forks source link

Basic domain model (in Backbone) #12

Closed rufuspollock closed 12 years ago

rufuspollock commented 12 years ago
  1. Profile/Account: ...
  2. Series / Indicators
    id
    title
    description
    data

Data looks like rows of:

| date | year | region | country | value | value_normalized | other-dimensions |
  1. Index
    id
    title
    description
    series:
        ...
    weightings: ...
    transform: function(series) { value = 0; for s in series: 
    cached: 
rufuspollock commented 12 years ago

Changed now we have new python setup.