Feat: Store Metadata and Image Classification/Info #3
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
documentation
Improvements or additions to documentation
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
feedback
Feedback from people using the App or any other repo
priority-1
Highest priority issue. This is costing us money every minute that passes.
T4h
Time Estimate 4 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
As discussed on standup this morning, the app you have built in #2 doesn't currently store any data.
This is ok for a basic demo but we want to take this a bit further.
Please let me know when you have a few mins to discuss a potential schema for the data we can store.
I'm thinking the minimum should be:
url
- the image that was uploaded (preferably tob2
butS3
for now ideally using theimgup
API
...)height
- the height in pixels of the imagewidth
- the width in pixels of the imageinfo
- theString
describing the imageperson_id
- optional for now. but eventually required if there is too much spam.For analytics (and spam prevention) purposes, we should also have an
agent
table similar toHits
where User Agent (Browser/Device) is stored:/lib/hits/useragent.ex#L6-L8
else
?The text was updated successfully, but these errors were encountered: