Go to file
weicao 35fbda6954 Refactor metrics service: rename files for better readability
- Rename starrocks_client.py -> database_client.py
- Rename daily_registered_users.py -> user_registration_models.py
- Rename daily_registration_service.py -> registration_analytics_service.py
- Rename daily_registration.py -> registration_metrics.py
- Rename site_settings.py -> app_settings.py
- Rename application.py -> app_factory.py
- Update all import statements and references
- Update README.md with new file structure
2025-09-15 16:31:20 +08:00
.gitea Modify 2025-08-11 21:56:28 -07:00
apps Refactor metrics service: rename files for better readability 2025-09-15 16:31:20 +08:00
infra Import fix 2024-10-23 04:15:44 +00:00
sites feat(config): add MongoDB connection configration 2025-08-07 12:52:31 +08:00
.gitignore Add message queue registration in application bootstrap and update dependencies 2025-07-30 10:50:22 +08:00
CHANGELOG.md chore(release): bump version to 1.5.0 and upload released assets [ci skip] 2025-09-05 01:58:56 +00:00
docker-compose.yaml Notification code finished with email function verified 2024-10-26 02:08:04 +00:00
main.py Setting up RabbitMQ, basics 2024-10-12 09:10:13 -07:00
VERSION chore(release): bump version to 1.5.0 and upload released assets [ci skip] 2025-09-05 01:58:56 +00:00