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

spocode/priorities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages