Giter Club home page Giter Club logo

gunskillpeople's Introduction

GunsKillPeople

Development area for PWA of same name.

Getting Started...

app-server/configuration.php

The configuration.php file in this location will need to be configured to connect to the database. There are two functions that the script understands, each of which will return a specific data set in JSON format. Visiting /index.php?func=congress will produce contact, address, and other data for congressmen. Visiting /index.php?func=schootings will produce a list of shootings by year with subsets of data linking each to congressmen that can also be cross-referneced with the first data set.

js/configuration.js

In the top of this file are two URL constants that will need to be changed to direct to the requisite server. They are currently pointing to a development server with script that returns the relevant JSON datasets.

gunskillpeople's People

Contributors

dv8godd avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

chodosm

gunskillpeople's Issues

Polling Place?

Explore adding a button to let people know where their polling place is? Not sure about how tenable this is though.

Election Dates

All house seats are up every two years, but election dates for senators could be added to their information.

Website Links

Links to congressional websites should be added to the social media (or other) area.

Database Cleanup

Specifically...

SQLShootings:

  1. Lack of data for "1001" Beltway Snipers (and spelling of snipers) incident.
  2. Some fields are truncated or run the risk of truncation. Consider converting them to TEXT as opposed to VARCHAR...
    • Summary (already truncating data)
    • mentalHealthDetails (risky)
    (look to other fields where text may exceed 256 characters)

Telephone Fix & Enhancement

Tapping on a phone number should place the call where possible and at least not go to a broken page on platforms not capable of making calls.

Search

Explore adding search of some sort?

Database Edits

Fix MySQL fields that include spaces and update the PHP accordingly. Also consider editing the PHP to not alias any field names, if possible.

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.