DrEcho Docs

ADRs

Bundle naming convention

ADR #6

Context:

Need to standardize bundle key conventions.

Decision:

Use pattern like this: <module>.<feature>.<action> Example: `ui.patient.record.save-patient-button=someValue`

Pros:

  • Standardized and clear naming conventions.

Cons:

  • None

Status: Accepted -> In use