abandoned-prototype

Results 12 issues of abandoned-prototype

## Status Ready for review ## Description of Changes Fixes #171 . This my approach to finish the great work @fritzdavenport was doing to enable us develop stuff locally that...

When in the "Edit Officer Assignment" form (`https://openoversight.com/officer//assignment/`) the Unit dropdown shows all units in the database, not just those of the officer's department. Only the units that belong to...

tech/python
good first issue

Having used the advanced csv import feature multiple times for various different departments now I have a few things I think we can improve on the tool. 1) Automatically create...

In https://github.com/lucyparsons/OpenOversight/pull/735 @redshiftzero suggested to add caching to the csv downloads. Specifically to `download_dept_officers_csv`, `download_dept_assignments_csv` and `download_incidents_csv`. Things to consider: 1. Which library to use for caching 1. Cache invalidation...

Recently we had problems with certain image-types not being recognized by [imghdr.what](https://docs.python.org/3/library/imghdr.html#imghdr.what,) which leads to errors, because we use that function extensively before uploading the image to S3. Additionally we...

When tagging officers faces in images we give our users three options 1. Identify an officer, find the id and enter it in the form. Click "Add identified face" and...

improve tagging

The "submitting a PR" piece of our contribution instructions needs some updates: https://github.com/lucyparsons/OpenOversight/blob/develop/CONTRIB.md#submitting-a-pr, as it currently gives incorrect instructions. Specifically we need to make it clear that contributors need to...

docs

In a lot of our views that include submitting a form the flow looks something like this ``` @main.route('/unit/new', methods=['GET', 'POST']) def add_unit(): form = AddUnitForm() if form.validate_on_submit(): # [...]...

We currently enforce the code style in our code-base using flake8. One downside of that tool is that flake8 points out issues, but doesn't really help you to solve it....

## What issue are you seeing? When building the docker image the following message appears: ``` ================================================================================ #7 3.257 ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ #7 3.257 ================================================================================ #7 3.257 #7 3.257 SCRIPT DEPRECATION WARNING...