diora-web/radio
marwin 171560c71e
All checks were successful
Build and push Docker image / build (push) Successful in 14s
Test / test (push) Successful in 1m35s
Add thumbs up/down for creamfresh radio, hardcoded to that station
Relays to the DJ's own /dj/feedback via the same server-side-auth
proxy pattern as the stream itself, so the browser never needs the
station's credentials. Buttons only show when the currently playing
station is creamfresh radio (matched by URL against a hardcoded
constant) -- no other station's backend does anything with a vote,
so no other station gets the buttons yet.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Drq8o4HfFmwkXz2AgvaQ4p
2026-09-04 11:38:34 +02:00
..
migrations Add Django admin, FeaturedStation model, crmfrsh is superuser 2026-03-16 21:01:51 +01:00
__init__.py Initial commit 2026-03-16 19:19:22 +01:00
admin.py Add Django admin, FeaturedStation model, crmfrsh is superuser 2026-03-16 21:01:51 +01:00
icy.py Initial commit 2026-03-16 19:19:22 +01:00
lastfm.py Initial commit 2026-03-16 19:19:22 +01:00
models.py Add Django admin, FeaturedStation model, crmfrsh is superuser 2026-03-16 21:01:51 +01:00
urls.py Add thumbs up/down for creamfresh radio, hardcoded to that station 2026-09-04 11:38:34 +02:00
views.py Add thumbs up/down for creamfresh radio, hardcoded to that station 2026-09-04 11:38:34 +02:00