Commit Graph

4 Commits

Author SHA1 Message Date
7446b2372a feat: add merge functionality and plotting support for data visualization 2025-01-06 23:53:41 +00:00
3084a70f9e feat: generalize plot.py to support all users and add lowest-score review handling
- Updated plot.py to remove retoor-specific logic, enabling general user support
- Added handling for the lowest score review received, integrating it into the review system
2024-12-25 22:31:46 +00:00
188fba8c31 chore: remove placeholder progress message from initial commit 2024-12-22 07:06:49 +00:00
f5f0bc06df feat: add matplotlib-based line plot for user growth over time
The commit introduces a new plot function that visualizes user growth data using matplotlib. It creates a line chart with dates on the x-axis and user counts on the y-axis, including axis labels, a title, and a grid for improved readability. The plot is saved to a PNG file for documentation purposes.
2024-12-15 15:05:21 +00:00