Freddy Martinez

Results 11 comments of Freddy Martinez

The leading candidate here is something like [Piwik](https://piwik.org/) which I know other organizations (FPF, maybe FLM) use for this very reason.

Yep the project definitely got renamed. We have thought about it but I think I stopped looking at it because it would have required PHP (this was a long time...

[API in staging environment](http://staging.cpdp.co/api/v1/suggestion/?text=%3Csomething%3E) and [documentation](http://docs.cpdp.apiary.io/#reference/0/suggestion/get-suggestion) for their upcoming API.

FWIW, you have to use the staging environment similar to `curl http://staging.cpdp.co/api/v1/suggestion/?text=Logan` and what we need is the returned URL https://cpdb.co/officer/logan-westcott/7989. We can, of course, query based on badge numbers...

A very [basic](https://gist.github.com/freddymartinez9/869fbf6a32edbb4029f2e13f60f11c15) bit of code that works using II's staging API. I'm not sure the best way forward. We probably don't want the webpage to make 40+ calls (one...

I made a very basic change to the `gallery.html` [here](https://github.com/lucyparsons/OpenOversight/commit/f1e0f739a6b47ee5db8a365c17b2ac094be4a4ea) but I'm not sure this is the proper way to do it because I'm not sure how python and html...

@fritzdavenport absolutely! I can create as many testing / staging servers as you need in our cloud environment. I think there is one more thing to understand: do we want...

The easiest way to do that would be to use exiftools in a bash script. I'm sure others have written some as well, so I can take this task on.

does this conflict with this comment in `models.py` ``` 74 # We might know when the image was taken e.g. through EXIF data 75 date_image_taken = db.Column(db.DateTime, index=True, unique=False, nullable=True)...

Thanks @alexanderkjall I will review this week!