Terrastories / terrastories

Terrastories is a geostorytelling application for mapping, managing and sharing place-based stories.
https://terrastories.app
MIT License
319 stars 157 forks source link

[Rails] Set validation for media blob attachments for Story model #853

Closed rudokemper closed 1 year ago

rudokemper commented 2 years ago

Currently the media blob attachment for the Story model lacks validation. Let's add audio, video, and image.

navaneethkp36 commented 2 years ago

hi @rudokemper I would like to contribute to this

rudokemper commented 2 years ago

Hi @navaneethkp36 I got started on this https://github.com/Terrastories/terrastories/pull/854 but I think we could still do some more work to make this more nuanced; with this validation we can still upload 3gp which doesn't render well in html5. Want to take a look?