29 lines
1.5 KiB
Plaintext
29 lines
1.5 KiB
Plaintext
---
|
|
title: Introduction to LUNA Charts using the ADM
|
|
description: A short introduction to LUNA Charts and how its architecture documentation follows the TOGAF Architecture Development Method (ADM).
|
|
sidebar:
|
|
order: 1
|
|
---
|
|
|
|
import { Aside } from '@astrojs/starlight/components';
|
|
|
|
LUNA Charts is a reusable, developer-friendly charting library that makes accessible, WCAG-oriented data visualization the default rather than an afterthought. Since chart accessibility is often added late or skipped entirely, LUNA Charts bakes it into every component from the start.
|
|
|
|
## Documented with the ADM
|
|
|
|
To keep the architecture consistent and traceable as the project grows, this documentation follows the **TOGAF Architecture Development Method (ADM)** — an iterative, phase-based process for developing and governing enterprise architecture.
|
|
|
|
Each phase of the ADM maps to one section of this wiki:
|
|
|
|
- **Architecture Vision** — problem statement and objectives
|
|
- **Business Architecture** — stakeholders and value drivers
|
|
- **Information Systems Architecture** — internal application design
|
|
- **Technology Architecture** — underlying technology choices
|
|
- **Opportunities & Solutions** — implementation roadmap
|
|
- **Migration Planning** — staged rollout plan
|
|
- **Implementation Governance** — quality gates and review process
|
|
- **Architecture Change Management** — how the architecture evolves
|
|
|
|
<Aside type="tip">
|
|
Reading the phases in order helps, since later phases build on decisions made earlier in the cycle.
|
|
</Aside> |