Skip to content

Refresh system architecture diagram in README and docs#60

Merged
JE-Chen merged 1 commit intodevfrom
feat/new-ops-and-backends
Apr 24, 2026
Merged

Refresh system architecture diagram in README and docs#60
JE-Chen merged 1 commit intodevfrom
feat/new-ops-and-backends

Conversation

@JE-Chen
Copy link
Copy Markdown
Member

@JE-Chen JE-Chen commented Apr 24, 2026

Summary

  • Replace the legacy mermaid flowchart in README.md / README.zh-TW.md / README.zh-CN.md with a comprehensive system diagram that covers every current subsystem (DAG executor, triggers, scheduler, notifications, observability, all remote backends — OneDrive / Box / WebDAV / SMB / FTP / fsspec — MCP / metrics / web UI servers, crypto, audit, FIM, config + secrets).
  • Apply bold box borders (3–4px strokes), bold labels (<b>…</b>), and thick arrows (==> with linkStyle default stroke-width:2.5px) so the graph reads well at README zoom.
  • Add a new System overview section with the same mermaid diagram to docs/source/architecture.rst, docs/source.zh-TW/architecture.rst, and docs/source.zh-CN/architecture.rst; wire it through sphinxcontrib-mermaid (added to docs/requirements.txt and all three Sphinx conf.py extension lists).

Test plan

  • README.md renders the new mermaid diagram on GitHub (verify subgraph color classes and bold arrows).
  • README.zh-TW.md and README.zh-CN.md render with the translated subgraph labels.
  • RTD / local Sphinx build (pip install -r docs/requirements.txt && sphinx-build -b html docs/source docs/_build/html) succeeds and the System overview section renders the mermaid diagram for each language.
  • ruff check automation_file/ tests/ and python -m pytest tests/ -v still pass (docs-only change, no code).

Replace the legacy mermaid flowchart with a comprehensive overview that
covers every current subsystem (DAG executor, triggers, scheduler,
notifications, observability, all remote backends including OneDrive/
Box/WebDAV/SMB/FTP/fsspec, MCP/metrics/web UI servers, crypto, audit,
FIM, config + secrets) and uses bold borders, bold labels, and thick
arrows for readability.

Mirror the new diagram into README.zh-TW.md / README.zh-CN.md and add a
System overview section to docs/source*/architecture.rst, wired through
sphinxcontrib-mermaid (added to docs/requirements.txt and all three
Sphinx conf.py extension lists).
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@sonarqubecloud
Copy link
Copy Markdown

@JE-Chen JE-Chen merged commit 479f3fb into dev Apr 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant