Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions ARCHITECTURE_OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ is responsible for, how data moves between them, and which files in the
repository implement each piece.

> **New to NotifyChain?** Start with
> [`SYSTEM_ARCHITECTURE.md`](SYSTEM_ARCHITECTURE.md) for a visual overview
> with Mermaid architecture diagrams, then return here for the detailed
> [`SYSTEM_ARCHITECTURE_DIAGRAM.md`](SYSTEM_ARCHITECTURE_DIAGRAM.md) for a
> complete visual ASCII architecture diagram covering all components and data
> flow, or [`SYSTEM_ARCHITECTURE.md`](SYSTEM_ARCHITECTURE.md) for Mermaid
> diagrams and a structured narrative. Then return here for the detailed
> walkthrough.

It does **not** replace the deeper subsystem docs linked at the end — read it
Expand Down Expand Up @@ -484,8 +486,8 @@ maintainers track open questions actively.

- [Contributor Architecture Deep Dive](file:///workspaces/Notify-Chain/CONTRIBUTOR_ARCHITECTURE_DEEP_DIVE.md) — Deep dive into event indexing, lifecycle, scheduler concurrency model, sequence diagrams, and module mapping.
- `Documents/Task Bounty/ARCHITECTURE.md` — TaskBounty contract lifecycle, state machines, and event schema.
- `SYSTEM_ARCHITECTURE.md` — Visual system architecture with Mermaid
diagrams covering all layers, component interactions, and data flow.
- [`SYSTEM_ARCHITECTURE_DIAGRAM.md`](SYSTEM_ARCHITECTURE_DIAGRAM.md)**Visual ASCII architecture diagram** with full component map, event lifecycle, scheduler state machine, deduplication flow, DB schema, and deployment topologies.
- [`SYSTEM_ARCHITECTURE.md`](SYSTEM_ARCHITECTURE.md) — Mermaid diagrams and structured narrative covering all layers, component interactions, and data flow.
- `Documents/Task Bounty/ARCHITECTURE.md` — TaskBounty contract
lifecycle, state machines, and event schema.
- `listener/ARCHITECTURE-DIAGRAM.md` — Scheduler subsystem diagrams.
Expand Down
2 changes: 2 additions & 0 deletions SYSTEM_ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,9 @@ All configuration is via environment variables, parsed and validated in
## 9. Related Documentation

### Architecture Docs
- [`SYSTEM_ARCHITECTURE_DIAGRAM.md`](SYSTEM_ARCHITECTURE_DIAGRAM.md) — **Visual ASCII architecture diagram** covering all on-chain and off-chain components, data flow, event lifecycle, scheduler state machine, deduplication, DB schema, and deployment topologies
- [`ARCHITECTURE_OVERVIEW.md`](ARCHITECTURE_OVERVIEW.md) — Contributor-facing architecture deep-dive
- [`ARCHITECTURE_DIAGRAM.md`](ARCHITECTURE_DIAGRAM.md) — Scheduler retry deduplication flow diagrams
- [`listener/ARCHITECTURE-DIAGRAM.md`](listener/ARCHITECTURE-DIAGRAM.md) — Scheduler subsystem diagrams
- [`Documents/Task Bounty/ARCHITECTURE.md`](Documents/Task%20Bounty/ARCHITECTURE.md) — TaskBounty contract architecture

Expand Down
Loading
Loading