Credits & Billing Management System
Backend
Billing
Dashboard
Usage tracking, credit top-ups, and subscription tier management in settings (apps/backend/credits).
PLANNING
- Billing architecture. Designed organization credits, balance deduction rules, and invoice schemas in packages/db/src/schema/billing.ts.
FRONTEND
- Billing dashboard. Added usage meters, credit top-up dialogs, and downloadable PDF invoice history in organization settings.
BACKEND
- Credits service. Built apps/backend/credits microservice with atomic credit deduction middleware and low-balance warnings.
DEVOPS
- CI workflow. Added be-credits.yml GitHub Actions workflow for automated service testing and deployment.