Commit Graph

5 Commits

Author SHA1 Message Date
2e0fdb4c3d test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:12:13 +00:00
7254836b43 test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:05:38 +00:00
925c1b0313 chore: remove trailing whitespace from all source files in src/ directory 2025-07-04 18:07:58 +00:00
d18a832f89 feat: add user_id index to profiles table for faster lookups
The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to improve query performance for profile retrieval operations.
2025-07-04 18:07:14 +00:00
8911bf5522 feat: add ads.py module for managing advertisement placements and configurations 2025-07-04 18:05:26 +00:00