Create Photo Albums #71190

Open
opened 2019-10-29 15:53:02 +01:00 by Francesco Siddi · 4 comments

Suggested schema:

  • Title
  • Slug
  • Order
  • License
  • Cover image (16:9)

Albums should be available at:

/<edition>/photos/<album-slug>/

while

/<edition>/photos/

displays a list of albums. If there is only one album, redirect to the list of photos inside of it.

  • When creating a new edition, create a default album
  • When uploading pictures, put them in the default album (unless upload them to the relative album if the url is /<edition>/photos/<album-slug>/upload
Suggested schema: - Title - Slug - Order - License - Cover image (16:9) Albums should be available at: `/<edition>/photos/<album-slug>/` while `/<edition>/photos/` displays a list of albums. If there is only one album, redirect to the list of photos inside of it. * When creating a new edition, create a default album * When uploading pictures, put them in the default album (unless upload them to the relative album if the url is `/<edition>/photos/<album-slug>/upload`
Sem Mulder was assigned by Francesco Siddi 2019-10-29 15:53:02 +01:00
Author
Owner

Added subscriber: @fsiddi

Added subscriber: @fsiddi

This is now implemented (with extremely basic templates) in feature/albums.

I'm not sure if creating a default album is the way to go since it hides the existence of albums. Right now, whenever there is no album, I just show a "this edition doesn't have any albums yet" message when you go to /<edition>/photos. This way the user immediately knows about the existence of albums and that he/she has to create one.

This is now implemented (with extremely basic templates) in `feature/albums`. I'm not sure if creating a default album is the way to go since it hides the existence of albums. Right now, whenever there is no album, I just show a "this edition doesn't have any albums yet" message when you go to `/<edition>/photos`. This way the user immediately knows about the existence of albums and that he/she has to create one.

Added subscriber: @pablovazquez

Added subscriber: @pablovazquez

The templates right now are really basic since I wasn't sure if you want me or @pablovazquez to make them nice :).

The templates right now are really basic since I wasn't sure if you want me or @pablovazquez to make them nice :).
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/conference-website#71190
No description provided.