Skip to content

Latest commit

 

History

History
68 lines (60 loc) · 3.53 KB

README.md

File metadata and controls

68 lines (60 loc) · 3.53 KB

ADR

How to use

export ADR_TEMPLATE=${PWD}/docs/ADR/template/template.md
adr new Implement as Unix shell scripts

Docs

Update

Note

For update ADR we use GIT, so we can get date each updated, and we use a git message for an information team about cases for updated ADR.

Architecture Decision Log (ADL):

  • Organization
    • ADR-0001 - Record architecture decisions
    • ADR-0006 - Codeowner
    • ADR-0011 - Application architecture documentation
    • ADR-0012 - Use monorepository
    • ADR-0016 - Adopting Domain-Driven Design (DDD) and Clean Architecture Principles
    • ADR-0021 - Microservice structure
    • ADR-0024 - Selecting a Development Tool for Remote Machine
  • Naming
  • Observability
    • ADR-0003 - Observability health check
    • ADR-0014 - Standardizing Observability Tools
    • ADR-0018 - Standard Metrics for Services using Prometheus
    • ADR-0023 - Prometheus Metrics Naming
  • Network
  • DataBase
  • Service
  • Security
    • ADR-0013 - Enhancing Security Measures
    • ADR-0025 - Application Configuration Redesign
  • Optimization
  • Golang
  • Front-end/Javascript
  • Testing
  • Python
    • ADR-0032 - Python: Code Style Selection
  • Patterns