Commit Graph

8 Commits

Author SHA1 Message Date
a8dc06d2eb chore: remove trailing whitespace from README.md line 42 2025-11-08 14:08:49 +00:00
6dc7f8bebf Fix: Remove bugs and improve stability 2025-03-20 02:21:22 +00:00
93caaf4ad3 feat: implement user authentication with JWT token generation and validation 2025-01-12 16:54:05 +00:00
5c95d4f9c6 feat: add merge logic for overlapping intervals and plot visualization 2025-01-07 22:45:49 +00:00
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