Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add Gallery System #88

Open
FoggyMtnDrifter opened this issue Oct 5, 2024 · 1 comment
Open

[FEATURE] Add Gallery System #88

FoggyMtnDrifter opened this issue Oct 5, 2024 · 1 comment
Assignees
Labels
hacktoberfest This issue or pull request is ideal for GitHub's Hacktoberfest event tag: good first issue Good for newcomers tag: help wanted Extra attention is needed type: enhancement New feature or request

Comments

@FoggyMtnDrifter
Copy link
Member

Describe the solution you'd like

Our Community Team would love a place on the site to host galleries of images/videos from each of the events we attend. I envision it as follows:

The page URL should be located at /community/gallery. By default, galleries should be sorted by date and grouped by year. A nice-to-have would be search, and filters by year, event, location, etc.

Storage Requirements:

  • Images should be hosted on an S3-compatible service.
  • Metadata about events (year, name, url, etc.) should be stored in a flat file (JSON) locally in the project.

Media Requirements:

  • Common image formats should be supported
  • Embedding YouTube videos should be supported

Describe alternatives you've considered

No response

Additional Context

A future upgrade would be to query the S3 service for predetermined album in the JSON file and grab all the files that way to generate details, then cache the results.

@FoggyMtnDrifter FoggyMtnDrifter added tag: help wanted Extra attention is needed type: enhancement New feature or request tag: good first issue Good for newcomers hacktoberfest This issue or pull request is ideal for GitHub's Hacktoberfest event labels Oct 5, 2024
@SanskariWolf
Copy link

I would like to work this issue. Can you please assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest This issue or pull request is ideal for GitHub's Hacktoberfest event tag: good first issue Good for newcomers tag: help wanted Extra attention is needed type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants