Commit Graph
18 Commits
Author SHA1 Message Date
retoor 907bbe3d34 feat: add User and Product models with database schema definitions
Introduce initial model classes for User and Product entities, including field definitions for id, name, email, and timestamps. This establishes the core data layer for user authentication and product catalog management.
2025-04-25 08:57:37 +00:00
retoor 7d8fbd1ff0 chore: remove trailing whitespace from README.md formatting 2025-04-23 18:42:19 +00:00
retoor 012ef48608 chore: remove trailing whitespace from README.md line 42 2025-04-23 17:42:33 +00:00
retoor 36590e0a20 feat: add ollama collaboration notebook for model interaction
This commit introduces a new Jupyter notebook file designed for collaborative work with Ollama models, enabling interactive experimentation and integration within the project environment.
2025-04-23 17:40:52 +00:00
retoor 0cdfb106bc chore: add debug logging and restructure conditional logic in main processing flow 2025-04-23 17:38:14 +00:00
retoor 560c3d4b72 fix: correct typo in user authentication error message string 2025-04-16 17:50:41 +00:00
retoor 9cd2910b3f chore: remove trailing whitespace from README.md line 42 2025-04-08 08:45:45 +00:00
retoor cf003844d9 chore: remove trailing whitespace from README.md line 42 2025-04-08 08:42:07 +00:00
retoor e19bc6b3c6 chore: remove trailing whitespace from README.md line 42 2025-04-03 10:51:22 +00:00
retoor 50a5a27b55 chore: remove trailing whitespace from README.md line 42 2025-04-03 00:09:51 +00:00
retoor d0d2b14be4 chore: remove trailing whitespace from README.md formatting 2025-04-02 08:15:21 +00:00
retoor d62bec15e9 feat: add user statistics tracking to dashboard view
This commit introduces a new statistics module that collects and displays user engagement metrics, including page views, session duration, and interaction counts. The stats are aggregated in real-time and rendered in a dedicated dashboard section.
2025-04-01 09:11:56 +00:00
retoor d9c7149a37 chore: add stats tracking module with basic usage counters 2025-04-01 09:09:40 +00:00
retoor 0a29cb66ba fix: update all HTTPS references to HTTP in configuration files 2025-04-01 09:07:09 +00:00
retoor c50ab74917 chore: add missing configuration and asset files for project setup 2025-04-01 09:00:18 +00:00
retoor 6b2259e1fc feat: add missing configuration and utility files for project setup 2025-04-01 08:58:18 +00:00
retoor 99038e1ec0 chore: initialize project structure with empty repository scaffold 2025-04-01 08:56:11 +00:00
retoor 9f4546152b chore: initialize project structure with empty repository and default files 2025-04-01 08:33:50 +00:00