Commit Graph

12 Commits

Author SHA1 Message Date
068a5269fa feat: add user_id index to profiles table for faster lookups 2025-10-05 04:13:39 +00:00
77482e46ad chore: remove placeholder update message from repository root 2025-10-05 01:31:45 +00:00
c267744cd8 chore: remove trailing whitespace from README.md line 42 2025-10-05 00:53:26 +00:00
c532413861 chore: add initial Makefile with build, test, and lint targets 2025-10-05 00:31:31 +00:00
956d66961d fix: add unit tests for user authentication and profile retrieval endpoints 2025-10-05 00:25:37 +00:00
b90fcc8df0 chore: switch input mode from keyboard to mouse-based interaction 2025-10-04 22:18:06 +00:00
8630b0c81e feat: add structured logger with configurable log levels and output format 2025-10-04 22:08:47 +00:00
8ad94a656c fix: correct arrow button alignment and clickable area in carousel component 2025-10-04 22:08:32 +00:00
40f48de14c feat: implement concurrent request processing with goroutine pool and channel-based synchronization
Add a worker pool pattern using buffered channels to handle up to 100 concurrent requests, with a sync.WaitGroup ensuring all goroutines complete before shutdown. The implementation includes a dispatcher function that distributes tasks to worker goroutines and collects results via a results channel, improving throughput for parallelizable operations.
2025-10-04 21:46:44 +00:00
4d553db38a feat: add financial metrics endpoint and optimize query performance for dashboard 2025-10-04 21:26:27 +00:00
68fb842a41 fix: resolve unique key constraint violation in game loop database writes 2025-10-04 19:15:02 +00:00
0eee70cdb9 chore: initialize project structure with empty repository scaffold 2025-10-04 18:40:44 +00:00