spocode / priorities

A priority rating system for various public issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spokane Priorites App

What are the priorities of the people? This is an easy informal voting system that uses Bottle.py, MongoDB and Chart.js to collect and graph the data.

TODO

  • Chart.js
  • Sessions/cookies
  • Improved MongoDB aggregation (the current function is a pig that won't scale)

Example MongoDB Collection

{
    "_id": {
        "$oid": "5275675ded805ab090aa25f9"
    },
    "status": "family",
    "priorities_list": [
        "transportation",
        "business",
        "education",
        "community",
        "safety",
        "environment",
        "health"
    ],
    "zip": "",
    "years": ""
}

About

A priority rating system for various public issues


Languages

Language:Python 100.0%Language:CSS 0.0%Language:JavaScript 0.0%