accounts/docs/en/design.md
2026-03-15 23:45:17 +08:00

1.1 KiB

Design

This repository is a Go service with API, configuration, runtime operations, and deployment responsibilities.

Use this page to consolidate design decisions, ADR-style tradeoffs, and roadmap-sensitive implementation notes.

Current code-aligned notes

  • Documentation target: accounts.svc.plus
  • Repo kind: go-service
  • Manifest and build evidence: go.mod (account)
  • Primary implementation and ops directories: cmd/, internal/, api/, accountsvc/, deploy/, ansible/, scripts/, tests/, sql/, config/
  • Package scripts snapshot: No package.json scripts were detected.

Existing docs to reconcile

  • architecture/design-decisions.md

What this page should cover next

  • Describe the current implementation rather than an aspirational future-only design.
  • Keep terminology aligned with the repository root README, manifests, and actual directories.
  • Link deeper runbooks, specs, or subsystem notes from the legacy docs listed above.
  • Promote one-off implementation notes into reusable design records when behavior, APIs, or deployment contracts change.