elmeg-demo/backend/routers
2025-12-26 22:25:09 -08:00
..
admin.py feat: add Admin Interface for Artists management 2025-12-24 12:34:43 -08:00
artists.py feat: implement Artist model usage, router, and migration script 2025-12-24 12:19:28 -08:00
attendance.py
auth.py
badges.py
chase.py
feed.py Enhance ratings: show user's rating, fix username consistency, add activity links 2025-12-26 19:20:17 -08:00
gamification.py
groups.py
leaderboards.py
moderation.py feat: enhance Nickname Queue with status filtering 2025-12-24 13:04:35 -08:00
musicians.py feat: add Band Members (Musicians) feature - Sprint 4 2025-12-24 13:07:48 -08:00
nicknames.py
notifications.py
performances.py Make #1 ranked versions with avg >= 8.0 heady 2025-12-26 21:37:39 -08:00
preferences.py
reviews.py Fix review display: add avatar, username, localized time, granular score 2025-12-26 18:14:47 -08:00
search.py Fix Unknown Song in search: properly serialize nested relationships 2025-12-25 21:52:41 -08:00
sequences.py feat: add Sequences feature for song groupings 2025-12-24 13:37:27 -08:00
shows.py feat: Filter future shows from main list 2025-12-24 17:50:08 -08:00
social.py Add email notification triggers for replies and mentions 2025-12-26 22:25:09 -08:00
songs.py fix(backend): Increase songs limit to 1000 2025-12-24 17:35:24 -08:00
stats.py
tickets.py
tours.py feat: Tour pages - add show counts, year grouping, stats card 2025-12-24 16:18:45 -08:00
users.py Add GDPR data export and account deletion 2025-12-26 22:06:26 -08:00
venues.py Remove venue limits - fetch all venues at once 2025-12-26 14:21:59 -08:00
videos.py