Git Product home page Git Product logo

dentonpolice's People

Contributors

bwbaugh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

milesokeefe

dentonpolice's Issues

Simplify verification with automated tests

Right now it's a very manual process to verify that changes work as intended and don't break. Without automated tests, the only verification options are either an ad hoc simulation with a REPL, which is takes too much manual effort, or to verify on production, which can take time since we have to wait for new data.

Always get mug shots for all current inmates

The City Jail Report page often posts old mug shots when the arrest information is first posted, and then updates the mug shot image after a while with a newer mug shot. It would be worth saving these newer mug shots as well, which we do not currently since the app only retrieves images for the inmates that it wants to post to Twitter.

Standardize format and timezone for all date fields

All dates should be in a standard format (ISO) and be set to a standard timezone (UTC).

Background

The date fields (e.g., seen, arrest, DOB) have different formats and even different timezones. For example the arrest timezone is always US/Central as it's from the City Jail Report website, however the seen timezone depends on the local machine's settings.

Motivation

If we want to support browsing, searching, and filtering of the logged data e.g., using ElasticSearch), then it needs to be in a consistent format.

Reply to original tweet with updated mug shot

As a follow up to GH-12, whenever a new mug shot is found for an inmate that has already been posted to Twitter, reply to the original tweet with the updated mug shot.

The original tweet is in the log file, but it might be necessary to use a DB or a separate log file in the meantime in order to look up the prior tweet and image for comparison.

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.