Commit Graph

5 Commits

Author SHA1 Message Date
8969a6da1f feat: add structured logging and rant_history tracking to core module
Implement a new logging utility with configurable verbosity levels and integrate a rant_history data structure to persist user interaction records across sessions. The logging module includes timestamped entries with severity tags, while rant_history stores chronological entries with metadata for future analysis and replay features.
2024-11-27 10:46:02 +00:00
7ea0dcf230 feat: add structured logging with request IDs and error context to API handlers 2024-11-27 10:28:05 +00:00
b890025f53 test: add unit tests for user authentication and profile update endpoints 2024-11-27 09:56:37 +00:00
54161207fc test: add unit test for email validation regex pattern matching 2024-11-27 09:54:27 +00:00
6d0186c8c0 feat: add initial project structure with core files and configuration 2024-11-27 01:59:42 +00:00