Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Architecture Decisions (ADR)

All significant architectural choices should be recorded as ADRs.

How to add an ADR

  1. Copy template.md.
  2. Name the new file YYYY-MM-DD-short-title.md.
  3. Keep it concise and link to relevant specs or code.

Index

ADR Title Status
2026-02-19 Разделение модулей на Core и Optional Accepted & Implemented
2026-02-26 Унификация auth lifecycle и policy инвалидирования сессий Accepted
2026-02-26 RBAC source of truth: relation-модель и staged cutover Accepted
2026-03-11 Queue runtime source of truth: rustok-outbox + event_transport_factory Accepted
2026-03-07 Deployment Profiles: composable layers (monolith / hybrid / headless) Proposed (v2)
2026-03-07 OAuth2 App Connections: подключение внешних приложений к API Draft
2026-03-07 Унификация UI модулей между Next.js и Leptos Admin Accepted & Implemented
2026-03-11 Loco Mailer и Storage как server-infra слой (без отдельного модуля) Accepted