marvinweber / meme-generator-omm

Project of the LMU Online Multimedia Course 2021/22.
GNU General Public License v3.0
0 stars 0 forks source link

Single View #5

Closed marvinweber closed 2 years ago

marvinweber commented 2 years ago

Acceptance Criteria


Basic: present slideshow with info Intermediate: basic + random button
Advanced: intermediate + autoplay button

Description

This should be the detail view for a meme, including detailed information, comments, option to add comments, etc. It can also contain left right buttons to go through the memes or an auto play button. Each meme should have a dedicated URL that opens that meme in single view.
Instead of a dedicated page, you can show this as a layer over the Overview.
Basic: A simple slide show with left/right buttons.
Intermediate: Basic with an added random button, which jumps to any randomly selected meme.
Advanced: Intermediate, with an added autoplay button. Activating this button displays a new meme every x seconds (either choose a fix number or let the user choose x).

marvinweber commented 2 years ago

API to retrieve:

is ready.