Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 654 Bytes

readme.md

File metadata and controls

33 lines (26 loc) · 654 Bytes

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": ""
}