redshiftzero

Results 162 issues of redshiftzero

The user profiles currently look like this: ![screen shot 2017-04-09 at 11 50 49 am](https://cloud.githubusercontent.com/assets/7832803/24840053/d5ab0af4-1d1a-11e7-991c-6637fe71d44f.png) The design could look a lot better. In addition, right now there are long lists...

tech/frontend
tech/python
design
ux/ui
hackathon
size/M

We have had a UX designer, @ShawnaStewart, do a heuristic evaluation of OpenOversight and provide a bunch of excellent suggestions ✨ . Let's implement as many of these things in...

ux/ui
hackathon
size/S

When you receive the account confirmation link via email, you must login prior to confirming. In user testing, some users were confused while logging in and confirming their account. This...

ux/ui
size/M
source/user-feedback
requested/berkeley-copwatch

Right now users must select a single department for the photo upload. There should be an option enabling a user to select multiple departments.

tech/python
size/S
requested/berkeley-copwatch

The tagger search form should only search for officers in the department the volunteer is currently identifying officers for.

size/M
source/user-feedback
requested/berkeley-copwatch

Some photos are not upright. We should be able to zoom or rotate them in the officer identification page.

tech/frontend
tech/python
size/M
source/user-feedback
requested/berkeley-copwatch
requested/baltimore

Some people may wish to file a complaint, but they should understand the pros and cons before doing so. We should have a series of recommendations for each city that...

size/M
requested/berkeley-copwatch

Complementary approach to #366. Remember the most recent department selection a user has made in the session i.e. on Flask's session object: ``` from Flask import session @auth.route('/a-view/') def my_view_that_involves_a_form():...

tech/python
size/M

There are multiple Python projects for using pgp (these both wrap the gpg binary): * https://github.com/isislovecruft/python-gnupg (on PyPI as https://pypi.org/project/pretty-bad-protocol/) * https://docs.red-dove.com/python-gnupg (on PyPI as https://pypi.org/project/python-gnupg/) For those folks that...

enhancement

We should implement open-world cross-validation - and the ability to define how much of the world the adversary can see. Both these config options (`world: type: 'open'` and `world: observed_fraction`)...

machine learning