c0mrade
9a2aea038a
chore: add uv package manager and ruff linter configuration
...
- Add pyproject.toml with uv and ruff configuration
- Pin Python version to 3.13 via .python-version
- Add Makefile commands: lint, format, fix
- Apply ruff formatting to entire codebase
- Remove unused imports (base64 in yookassa/simple_subscription)
- Update .gitignore for new config files
2026-01-24 17:45:27 +03:00
Egor
16031023cb
Change datetime from now() to utcnow()
2025-12-21 07:17:52 +03:00
PEDZEO
aa669fa3cd
Refactor logging in ButtonStatsMiddleware and cleanup debug endpoints in menu_layout; streamline button click logging and enhance error handling.
2025-12-21 04:05:26 +03:00
PEDZEO
02ebcd368e
Improve logging in get_top_users to include detailed user data and streamline response item creation
2025-12-21 03:15:25 +03:00
PEDZEO
7e1a2998af
Add debug_stats endpoint to expose raw button click log data and enhance logging for user_id checks in get_top_users
2025-12-21 03:10:41 +03:00
PEDZEO
763d8f2aaa
Enhance logging in get_stats_by_button_type to include total record count in button_click_logs and update stats logging to info level for better visibility.
2025-12-21 02:54:40 +03:00
PEDZEO
f4ed274623
Merge branch 'buttons' of https://github.com/Fr1ngg/remnawave-bedolaga-telegram-bot into buttons
2025-12-20 21:56:36 +03:00
PEDZEO
32c28aedea
Enhance MenuLayoutStatsService to include daily, weekly, and monthly click statistics for buttons, improving analytics capabilities in the menu layout.
2025-12-20 21:56:33 +03:00
PEDZEO
69927a4db2
Improve error handling and logging in MenuLayout statistics endpoints; change button click log ordering to descending.
2025-12-20 21:50:13 +03:00
PEDZEO
d75fc0c60f
Add statistics endpoints in MenuLayoutService for button clicks, including by type, hour, weekday, top users, period comparison, and user click sequences
2025-12-20 03:32:34 +03:00
PEDZEO
37dd5ede9f
fix
2025-12-19 23:27:00 +03:00
PEDZEO
b81400105f
Add button open mode and webapp url
2025-12-19 04:02:58 +03:00
PEDZEO
8c3e71bdfd
Fix menu layout update conversions
2025-12-19 03:22:44 +03:00
PEDZEO
025d50675f
test
2025-12-19 02:14:57 +03:00