McEileen

Results 11 issues of McEileen

If people are interested in launching their own deployment of OpenOversight, such as [BPD Watch](https://bpdwatch.com/) or [cops.photo](https://cops.photo/), they'll need to customize certain areas of the codebase. It's especially important for...

docs

If a 500 occurs when a user attempts to upload an image, the user will see the raw text associated with the 500. It would be good to display something...

Desired Outcome: - When an admin or AC creates an officer, if they include a description, the app successfully creates the officer - When an admin or AC creates an...

bug
tech/python

These two profiles appear to be duplicates. (They have the same name and same first employment date.) ![seanaranasduplicate](https://user-images.githubusercontent.com/5529982/49766577-4a364080-fc9b-11e8-9493-c3dfed95943b.png) Beside removing this specific duplicate, I wonder if there's any way to...

## Status Ready for review. ## Description of Changes Fixes #576. Changes proposed in this pull request: - Admins can now disable, enable, edit, or delete a department through the...

Desired outcome: - If a user attempts to create an incident for a department, and then selects officers from another department as being involved in that incident, the user will...

## Status Ready for review ## Description of Changes Fixes #604 and #589 . Changes proposed in this pull request: - Add `last_employment_date` and `last_employment_details` fields to all officers. -...

## Status I am creating this PR to share with @rbavery work that I did in 2019 on object detection and facial recognition. Please note, I don't suggest integrating this...

When the browser is full-screen, the form fields are centered in the form. ![OfficerFormCentered-resized](https://user-images.githubusercontent.com/5529982/73143496-a5c2b980-4068-11ea-9d00-e5d40566f4ca.png) When the browser is set to half-screen, the form fields are off-center. ![FindOfficerFormOffcentered2-resized](https://user-images.githubusercontent.com/5529982/73143473-57adb600-4068-11ea-8006-df3a2f54e244.png)

bug
tech/frontend
ux/ui

The database schema is out of date, for example, the `department` model doesn't include the field `unique_internal_identifier_label`.