All checks were successful
CI - Build Tonehaus Docker image / tonehaus-ci-build (push) Successful in 2m0s
23 lines
985 B
Markdown
23 lines
985 B
Markdown
# Reviews & Albums
|
||
|
||
## Album page
|
||
- Shows album artwork, metadata, average rating and review count.
|
||
- Displays the full Spotify tracklist (duration, ordering, preview links) when available.
|
||
- Lists reviews newest-first.
|
||
- Logged-in users can submit a review inline.
|
||
|
||
## Permissions
|
||
- Anyone can view.
|
||
- Authors can edit/delete their own reviews.
|
||
- Moderators and admins can edit/delete any review or user-created album.
|
||
|
||
## UI
|
||
- Rating uses a slider (1–10) with ticks; badge shows current value.
|
||
|
||
## Demo data
|
||
- Quickly create placeholder catalog entries with `php bin/console app:seed-demo-albums --count=40`. Add `--attach-users` to assign random existing users as album owners so the admin dashboard shows activity immediately.
|
||
- Populate sample reviews with `php bin/console app:seed-demo-reviews --cover-percent=70 --max-per-album=8` so album stats and the admin dashboard have activity.
|
||
- Use `--only-empty` when you want to focus on albums that currently have no reviews.
|
||
|
||
|