You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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
Implement the ability to select from meetup which pictures should be allowed in the header.
(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.
The text was updated successfully, but these errors were encountered: