## Summary - remove MVP wording from repository docs and guidance - rename the system plan document and update references to it - align the default subscription plan code/name with product wording - document hard subscription expiry with no grace period ## Verification - docker build -f infra/docker/web.Dockerfile . - docker build -f infra/docker/migrate.Dockerfile . Co-authored-by: sirily <sirily@git.shararam.party> Reviewed-on: #15
18 lines
454 B
Markdown
18 lines
454 B
Markdown
# packages/db
|
|
|
|
Database package for `nproxy`.
|
|
|
|
## Implemented in this iteration
|
|
- Prisma package scaffold
|
|
- Current Prisma schema for persisted state
|
|
- Shared schema path export for runtime tooling
|
|
|
|
## Current scope
|
|
- Users and subscription state
|
|
- Manual crypto invoices
|
|
- Generation requests and provider-key attempts
|
|
- Usage ledger
|
|
- Provider keys, optional proxies, and auditable state events
|
|
- Telegram pairing and admin allowlist
|
|
- Admin audit log
|