Commit Graph

2 Commits

Author SHA1 Message Date
caee3a7e22 chore: add openai and requests dependencies and refactor plot.py with logging and new tikker_viz module 2025-11-08 14:08:49 +00:00
e918cbd5dc feat: add review functionality with user rating and comment fields
Implement database schema migration adding reviews table containing user_id, rating (integer 1-5), and comment text fields. Include foreign key constraint referencing users table with cascade delete. Add corresponding model methods for creating and querying reviews by product ID.
2024-12-25 23:55:23 +00:00