• Joined on 2025-06-28
quaik8 pushed to main at quaik8/sbd2-frontend 2025-08-03 20:58:07 +02:00
6cbf0e5e6d feat: add audio extraction management interface and services
quaik8 pushed to main at quaik8/sbd2-frontend 2025-08-02 18:22:44 +02:00
b42b802c37 feat: implement ThemeProvider and SoundCard components; add utility functions for formatting duration and size
e66ab7b7f8 feat: add new pages and layout components for improved navigation and structure
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-02 18:22:44 +02:00
77446cb5a8 feat: Include admin user name in SoundPlayed records for enhanced tracking
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 22:03:12 +02:00
4bbae4c5d4 feat: Add endpoint to retrieve sounds with optional type filtering and implement corresponding repository method
d2d0240fdb feat: Add audio extraction endpoints and refactor sound API routes
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 20:53:40 +02:00
6068599a47 Refactor test cases for improved readability and consistency
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 18:02:49 +02:00
d926779fe4 feat: Implement playlist reordering with position swapping and reload player on current playlist changes
0575d12b0e refactor: Rename global current playlist methods for clarity and consistency
c0f51b2e23 refactor: Update playlist service and endpoints for global current playlist management
3132175354 refactor: Create admin enpoints and some renaming of api endpoints
Compare 4 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 09:45:00 +02:00
43be92c8f9 fix: Update linter command in CI
f68f4d9046 refactor: Compiled ignored ruff rules in pyproject
fceff92ca1 fix: Lint fixes of last tests
Compare 3 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 09:17:28 +02:00
dc29915fbc fix: Lint fixes of core and repositories tests
389cfe2d6a fix: Lint fixes of utils tests
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 02:09:50 +02:00
502feea035 fix: Enable lint job in CI workflow
5fdc7aae85 fix: Lint fixes of last errors in app
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 01:34:26 +02:00
69cdc7567d Refactor player service to diminish play complexity
quaik8 pushed to main at quaik8/sdb2-backend 2025-08-01 01:27:53 +02:00
a10111793c fix: Lint fixes of services
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-31 22:29:16 +02:00
95ccb76233 fix: Lint fixes of api and repositories
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-31 22:06:40 +02:00
7ba52ad6fc fix: Lint fixes of core, models and schemas
01bb48c206 fix: Utils lint fixes
8847131f24 Refactor test files for improved readability and consistency
Compare 3 commits »
quaik8 pushed to main at quaik8/sbd2-frontend 2025-07-31 21:34:18 +02:00
d2891f4f2b feat: add event listeners for player, sound, and user events in SocketProvider
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-31 21:33:03 +02:00
e69098d633 refactor: Update player seek functionality to use consistent position field across schemas and services
3405d817d5 refactor: Simplify repository classes by inheriting from BaseRepository and removing redundant methods
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-31 21:02:43 +02:00
c63997f591 refactor: Update PlayerState to improve serialization structure for current sound and playlist
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-31 13:28:14 +02:00
b8346ab667 refactor: Introduce utility functions for exception handling and database operations; update auth and playlist services to use new exception methods
f24698e3ff refactor: Update player API test responses to use consistent field names and structures
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-31 10:40:09 +02:00
c13285ca4e refactor: Update response types to use common schemas across API endpoints
dc372b961e refactor: Organize and implement player and playlist schemas
Compare 2 commits »
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-31 00:46:28 +02:00
3feff2e0f1 refactor: Update system requirements installation step in CI workflow
quaik8 pushed to main at quaik8/sdb2-backend 2025-07-30 22:49:52 +02:00
02d59b9a24 refactor: Comment out enable-cache option for uv installation in CI workflow