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

Header Pool Selection #21

Open
3 tasks
rdohms opened this issue Nov 24, 2013 · 4 comments
Open
3 tasks

Header Pool Selection #21

rdohms opened this issue Nov 24, 2013 · 4 comments

Comments

@rdohms
Copy link
Member

rdohms commented Nov 24, 2013

Implement the ability to select from meetup which pictures should be allowed in the header.

  • PhotoService should get a list of "allowed" photos
  • Photo pool should be saved in Redis
  • Interface for adding photos to pool (1)

(1) I imagine the interface to be a list of all the photos and you can click on the photos that are allowed, kind of highlight, un-highlight. This can obviously start as something simpler.

@pascaldevink
Copy link
Member

How should this be implemented? With a whitelist in the configuration? Or some simple interface? Or something else?

@rdohms
Copy link
Member Author

rdohms commented Dec 14, 2013

@pascaldevink added a bit more details, also the PhotoService has a bit of boiler plate code for the pool functionality, let me know if that is enough, otherwise any ideas are welcome.

@pascaldevink
Copy link
Member

As the amount of photo's is still growing, something like a grid might provide a good overview. Also, continuous scrolling might make the page load a little better instead of loading all pictures at once.

Interesting statistics:
Current number of photos: 269
Number of photos in the last year: 130
Year before that: 102
First 6 months: 37

@rdohms
Copy link
Member Author

rdohms commented Oct 8, 2014

Currently we are just piping everything in there... and we have had no problems.. i'm tempted to say we don't need this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants