redshiftzero
redshiftzero
The user profiles currently look like this:  The design could look a lot better. In addition, right now there are long lists...
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...
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...
Right now users must select a single department for the photo upload. There should be an option enabling a user to select multiple departments.
The tagger search form should only search for officers in the department the volunteer is currently identifying officers for.
Some photos are not upright. We should be able to zoom or rotate them in the officer identification page.
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...
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():...
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...
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`)...