Display meetup photos in ruby.sg #368
TayKangSheng
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Up to date photos gives the public a glimpse of what is happening inside the community. "A picture is worth a thousand words" and the photos can save us many explanation of what is the community like. Since we are starting physical meetups again and we are taking photos, we should display them on ruby.sg
Requirements:
Open to comments and suggestions 🙇 ; and open to volunteers who want to work on this.
Some quick ideas I came up with:
Option 1: Compress the photos and put them inside
app/assets
folder. Create a/photos
page and display the photos.app/assets
Option 2: Compress the photos and upload them into the ruby.sg database as a blob. Create a
/photos
page to show the images and a/photo/:id
endpoint to serve the images.Option 3: Use a cloud storage service and use ActiveStorage / Shrine
Beta Was this translation helpful? Give feedback.
All reactions