McEileen
McEileen
Since an admin or area coordinator would have to authenticated to access these routes, I thought it made sense to place them in `auth/views.py`.
@dismantl @redshiftzero What you're both saying about the functionality's placement makes sense. I will move it from `auth/views.py` to the main `views.py` and then re-submit the PR. (I'll also fix...
This PR is now ready for review.
Hey @redshiftzero and @r4v5, Here is my (heavily updated!) work on implementing restrictions around active/inactive departments. I had two specific points I wanted to ask about. Currently, when a user...
Thanks, @redshiftzero. I will revisit this PR and work on passing a `query` in the view function to the `QuerySelectField.`
This PR is now ready for re-review.
I thought the schema represented the relationships established in the `develop` branch. I think what you're saying is that it actually represents the relationships in `master`, which means I was...
Hey @ssempervirens, I'm following up about the error message you got, `TypeError: attrib() got an unexpected keyword argument 'convert' `, after you ran `make test`. I didn't hit this error...
Hi @ejfox, I'm carrying over the conversation we had in #654. To @camfassett's question, as long as we can ensure that we don't do facial recognition on IL officers, I...
I am currently working on integrating AWS Rekognition's label detection feature into OpenOversight. I am writing this summary of my approach to make my work visible to other OpenOversight contributors,...