Commit graph

69 commits

Author SHA1 Message Date
84c432c325
Refactor value calculation in MusicGameOrder to improve scoring logic
Fix #13
Close #12
2025-06-16 16:16:11 +02:00
951128147c
Fix playlist loading logic in MusikGame creation and update related template messages
Fix #10
2025-06-16 15:44:17 +02:00
0b8ce65a0a
Fix playlist display logic in musikgame_detail template
Fix #9
2025-06-16 15:33:23 +02:00
22bb6931e8
Remove individual blacklisting of music in GameCreateView and update all related music to blacklisted in GameEndView
Fix #8
2025-06-16 15:29:40 +02:00
cb3518a5e5
Change playlist privacy status from private to unlisted in generate_playlist task
Fix #7
2025-06-16 15:23:19 +02:00
e6d757c069
Update button text in musikgame_answer template for clarity
Fix #6
2025-06-16 15:19:06 +02:00
c7b907f115
Refactor music management UI: separate group musics into its own template, enhance form structure, and improve responsiveness
Fix #5
2025-06-15 16:37:09 +02:00
b30ee77132
Enhance GroupAddMemberView to support adding multiple members and improve error handling for non-existent users 2025-06-15 16:24:51 +02:00
cc38d72df8
Add migration to alter MusicVideo model options and update group detail form to use textarea for YouTube IDs 2025-06-15 16:20:53 +02:00
486f650ea6
Add GameManager for filtering active games and update group_games template 2025-06-15 16:11:24 +02:00
993ed8963c
Highlight current user in game results and score display 2025-06-15 15:56:30 +02:00
2278345f32
Refactor game results display and scoring logic in templates and CSS 2025-06-15 15:46:35 +02:00
e039889488
Filter queryset in GameEndView to exclude completed games 2025-06-15 15:12:19 +02:00
92abcb584c
Add value field to MusicGameOrder and update score calculation logic 2025-06-15 15:09:48 +02:00
3d585e1e14
Update game answer handling and UI for completed games 2025-06-15 13:59:22 +02:00
303538bf48
Add MusicGameResults model and score calculation logic in GameEndView 2025-06-15 13:34:37 +02:00
b1ec960dfa
Add podium styling and conditional rendering for players in musikgame detail template 2025-06-15 13:12:24 +02:00
33896916e6
Open results section by default in musikgame detail template 2025-06-15 13:04:05 +02:00
f9ed70d386
Add game end functionality with view and URL routing, update models and templates for game state management 2025-06-15 13:02:31 +02:00
d03d3b48d4
Add game answer functionality with form and view for user responses 2025-06-15 12:40:55 +02:00
6dbb1a54e0
Add MusicGameAnswer model with unique constraints and ordering 2025-06-15 12:04:28 +02:00
8faff47696
Add account deletion functionality with confirmation dialog and routing 2025-06-15 11:31:07 +02:00
cd0ca2f5ea
Add account settings page with YouTube connection management and user update functionality 2025-06-15 11:19:12 +02:00
83404e2ed5
Add title field to YoutubeCredentials model and update related templates and tasks 2025-06-15 10:25:40 +02:00
f36fe8ea84
Remove channel title from credentials in playlist generation and deletion tasks 2025-06-15 10:22:27 +02:00
28203bd630
Reorganize YouTube credentials display in home and form templates for consistency 2025-06-15 10:19:46 +02:00
da29634e57
Update YouTube credentials handling to include channel title in home template 2025-06-15 10:17:08 +02:00
c73ff2f167
Refactor member query in GroupDetailView to filter by group 2025-06-15 10:04:45 +02:00
088bb52c07
Implement group management features and update templates for improved navigation 2025-06-15 09:56:08 +02:00
a6a8249d4e
Add visual indicator for group leader status in member list 2025-06-14 22:00:48 +02:00
7409b4cd8f
Add group leader functionality and update group member management
- Create GroupLeader model and migration
- Alter GroupLeader member field to include related_name
- Implement is_leader and is_owner methods in Group model
- Update GroupDetailView to pass leader and owner status to template
- Refactor group buttons and members display into separate templates
- Add view and URL for setting group leaders
- Update permissions for adding/removing members and clearing blacklist
- Bump version to 0.1.1 in uv.lock
2025-06-14 21:58:33 +02:00
3069aab3f9
Add delete group link to group detail page and update group creation header
All checks were successful
Build and push Docker image / build (push) Successful in 1m53s
2025-06-14 18:14:33 +02:00
fc1ec45ab4
Refactor YouTube authentication flow and update settings for security enhancements 2025-06-14 17:37:37 +02:00
3d180d3359
Implement asynchronous playlist management for MusikGame creation and deletion 2025-06-14 16:22:25 +02:00
51b44bcec1
Add signal to delete YouTube playlist on MusikGame deletion 2025-06-14 16:03:51 +02:00
562bd3d205
Add loading state to YouTube playlist link in game details 2025-06-14 15:51:45 +02:00
4b331f7968
Refactor form handling and improve group retrieval in game views 2025-06-14 15:46:43 +02:00
04b0a30e76
Enhance UI by updating header styles and improving group detail layout 2025-06-14 15:05:50 +02:00
3042382ae4
Add YouTube playlist support in game detail views and create custom template tag 2025-06-14 12:53:46 +02:00
08e4d6e75b
Add game start and rename buttons in group detail view 2025-06-14 12:39:55 +02:00
0a930e575c
Add unblacklist functionality for group music and update URLs 2025-06-14 12:39:12 +02:00
5e394a8c03
Refactor group detail view: change button style for clearing blacklist to secondary 2025-06-14 12:34:14 +02:00
5de1c8f520
Refactor group detail view: update blacklist clearing to use POST method and enhance button layout for group actions 2025-06-14 12:33:36 +02:00
637b497362
Enhance group detail view: add conditional buttons for game and member removal based on group ownership 2025-06-14 12:27:24 +02:00
7e54c6e0ad
Implement game removal functionality with user feedback in group views 2025-06-14 12:23:14 +02:00
539abe11a1
Fix queryset filter in GroupDetailView to correctly reference group members 2025-06-14 12:16:39 +02:00
16cd905694
Implement member removal functionality with user feedback in group views 2025-06-14 12:15:18 +02:00
7ed5cfcb83
Refactor group music management: update removal logic and enhance user feedback in group views 2025-06-14 12:09:07 +02:00
094c5c104d
Add playlist loading feature and integrate YouTube API for playlist generation 2025-06-14 11:49:04 +02:00
95969b897b
Update playlist link to direct to specific video; wrap music list in details tag 2025-06-14 11:16:41 +02:00