Code Monkey home page Code Monkey logo

project-ideas's Introduction

codeforokc.org

This is the static site for codeforokc.org.

Developers

To start, ensure you have the following installed:

We have added a handy script for hosting the static site locally. First install the npm dependencies:

npm install

Then you have a couple options for serving the site. You can host out the current contents:

npm start

Or you can host it out and automatically watch for local changes:

npm run dev

License

Licensed under the MIT License.

project-ideas's People

Contributors

mkchandler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

project-ideas's Issues

U.S. City Open Data Census

Description

We need to document the state of open data in Oklahoma City. This web site categorizes and allows you to rate the data and ranks us along with other cities.

The project will be ongoing and needs to be refreshed at least every year.

Project Leads

TBD

Discussion/Source

Additional Details/Links

Who will use/benefit from this project?

This will give residents and the city visibility at a high level of what data is open and what is not. It will hopefully lead to more data being made public.

Project Needs (dev/design/resources)

  • People to research and document the data points.

Status

Ongoing production project

Open Budget OKC - City Budget Visualizations/Open Data

Description

The idea is to open up the city budget data and visualize it in meaningful ways. Here are some visualizations that could be useful:

  • Budget Tree Map - allows users to drill in to different areas and see which parts take up the most percentage.
  • Cash Flow - a way to see how revenue is mapped to expenses
  • Year-to-year Increases/Decreases - which parts of the budget have the biggest increases or decreases year over year.

Another win in this project would be to have the raw budget data available to the public in a machine readable format (probably CSV). Right now it is only available via an Open Records Request.

Project Leads

Discussion/Source

Additional Details/Links

The main inspiration for this project is Open Budget Oakland. Some other examples:

Who will use/benefit from this project?

The target audience will be the residents of Oklahoma City. Both for visualization purposes and the opening of the data.

Project Needs (dev/design/resources)

  • D3.js expertise for visualizations
  • Designer for web pages and possible logo

Status

The project is currently in active development.

Local Digital Services Census

Description

Code for America is asking all brigades to participate in the Local Digital Services Census during the CodeAcross 2015 hackathon.

Additional Details/Links

The data was entered on their site and the results are now available here: https://service-census.herokuapp.com/

Who will use/benefit from this project?

This is intended to provide information and data to Code for America to help them learn more about city web sites.

Project Needs (dev/design/resources)

  • People to research each data point against City of Oklahoma City web site

Status

Complete

Develop a logo and branding for Code for OKC

Description

We have never developed a real logo, and would like to kick off an initiative to do so. This will help us develop a brand that represents us and allows us to use it across web sites, stickers, shirts, etc.

Project Leads

TBD

Discussion/Source

Additional Details/Links

I am working on gathering some ideas from other Code for America Brigades.

Who will use/benefit from this project?

Everyone! ;-)

Project Needs (dev/design/resources)

  • Everyone for helping gather ideas about what our logo should represent
  • Designers for creating the logo

Status

Currently in the research phase.

Draft an Open Data Policy to propose to the city

Description

While Oklahoma City does currently have on Open Data Portal, it is limited to mostly GIS data and there is no official policy that data must be open. We would like to change that by following the lead of other cities and proposing an Open Data Policy. This would outline that all data that can be provided to the public should be available via the Open Data Portal. Examples of data currently not available:

  • Budget
  • Crime
  • Transit
  • Spending

Some details about what is and is not available can be found on the U.S. City Open Data Census site: http://us-city.census.okfn.org/place/oklahoma%20city

Project Leads

Discussion/Source

Additional Details/Links

Code for Tulsa was able to work with their city council and pass an official Open Data Policy. They outlined the process in a blog post here: http://codefortulsa.org/2014/09/25/tulsas-open-data-policy-what-we-learned/

Code for America has a page with resources about Open Data here: https://www.codeforamerica.org/practices/open/open-data/

Who will use/benefit from this project?

Having more data available to the public can lead to a more informed public. The data could be looked at and visualized in interesting ways, such as what we are doing with Open Budget OKC.

Project Needs (dev/design/resources)

  • People familiar with writing legislation
  • Networking with local city council members

Status

Currently working on a draft of an initial Open Data Policy.

Gather and display data about early voting in Oklahoma

Description

The 2016 election has shown once again how long it can take to stand in line to vote early. This year seems to have made the issue worse because of more limited locations. It would be interesting to find data about how long people stood in lines at the various early voting locations.

With that data, we could put together an infographic style single page site with the info and a pre-built sample message to use to contact your representative to advocate for more early polling locations and times.

We could also promote absentee ballots as well, which you can sign up for online.

Project Leads

TBD

Discussion/Source

Additional Details/Links

If you find any resources, share them in Slack or on this thread and I will add them here.

Who will use/benefit from this project?

Any resident could benefit from shorter lines, and making it easier to vote could help engage more people to vote.

Project Needs (dev/design/resources)

Right now we need people to research whether the data needed is available somewhere. Once we have that we can make a decision on what to do about it.

Status

Currently in a research phase.

Redesign Code for OKC Web Site

Description

Our web site has been the same ever since we launched Code for OKC over 2 years ago. It is currently text only with no color and lacking a lot of information.

Some of the details that I would like to see added:

  • Some pictures of our hack nights
  • List past and present events (via meetup api?)
  • List all projects from our project-ideas repo

Project Leads

TBD

Discussion/Source

Additional Details/Links

Some other brigade's web sites that I like:

  • Chi Hack Night - Very simple layout but on of the most informative brigade sites out there.
  • Open Austin - Good design with a lot of information.
  • Code for Philly - Another good one with lots of information.
  • Hack for LA - Good design but not a ton of information.

Who will use/benefit from this project?

Anyone looking to attend or get information about Code for OKC. I'm guessing that most people visiting are site are new people looking to get involved.

Project Needs (dev/design/resources)

  • Designers to help design the layout
  • Developers for building the api interaction and static site generation
  • People with writing skills to help us write good descriptions and information

Status

Research

Open analytics data for okc.gov

Description

At a recent meeting with the city Zach Nash (Creative Manager for the city) proposed opening up the analytics for okc.gov. He would like our assistance to see if this is feasible and if we could put together a prototype. I would like to put up an open analytics dashboard for our sites (public site, open budget okc).

Project Leads

TBD

Discussion/Source

Additional Details/Links

The suggested open source software was created by 18F and is currently running a few dashboards:

The repositories are located here:

Who will use/benefit from this project?

City staff will have greater insight in to how the web site is being used and at the same time it will be open and available to the public.

Project Needs (dev/design/resources)

  • Admin from Code for OKC to set up needed hosting tools
  • Developers to get the repo cloned and set up

Status

Experimenting with this code running for the Code for OKC web sites first.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.