Skip to content

docs: improve architecture diagrams readability#21

Merged
igorsatsyuk merged 2 commits into
mainfrom
feat/docs-diagrams-visualization
May 31, 2026
Merged

docs: improve architecture diagrams readability#21
igorsatsyuk merged 2 commits into
mainfrom
feat/docs-diagrams-visualization

Conversation

@igorsatsyuk
Copy link
Copy Markdown
Owner

Summary

  • replace the README inline Mermaid chart with a rendered architecture context image
  • add docs/architecture.md with dedicated context and sequence diagrams
  • add PlantUML sources and PNG renders under docs/diagrams for easier reading and maintenance

Notes

  • documentation-only change (no runtime code changes)

Replace the README Mermaid diagram with a rendered context diagram and add dedicated PlantUML context/sequence diagrams under docs/diagrams with docs/architecture.md as an index.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 31, 2026 12:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves architecture documentation readability by replacing the inline Mermaid diagram in README.md with rendered images and adding a dedicated architecture page with PlantUML-backed context/sequence diagrams.

Changes:

  • Replace the README Mermaid flowchart with a rendered context diagram image and add links to diagram sources.
  • Add docs/architecture.md to centralize context + sequence diagrams.
  • Add PlantUML diagram sources (and rendered PNGs) under docs/diagrams/ for easier maintenance.

Reviewed changes

Copilot reviewed 5 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Swaps Mermaid for a rendered context diagram and links to the detailed architecture doc.
docs/architecture.md New doc page that embeds the context + sequence diagram renders and references their sources.
docs/diagrams/context-autocomplete-system.puml New PlantUML context diagram describing system components and interactions.
docs/diagrams/sequence-search-ingestion.puml New PlantUML sequence diagram for ingestion → CDC → Redis indexing.
docs/diagrams/sequence-autocomplete-query.puml New PlantUML sequence diagram for autocomplete query flow.
docs/diagrams/context-autocomplete-system.png Rendered image output for the context diagram (binary).
docs/diagrams/sequence-search-ingestion.png Rendered image output for the ingestion/indexing sequence diagram (binary).
docs/diagrams/sequence-autocomplete-query.png Rendered image output for the autocomplete query sequence diagram (binary).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/diagrams/context-autocomplete-system.puml
Address Copilot review feedback by explicitly showing SearchStatsTopology output to the search-stats Kafka topic in the context diagram.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 8 changed files in this pull request and generated no new comments.

@igorsatsyuk igorsatsyuk self-assigned this May 31, 2026
@igorsatsyuk igorsatsyuk merged commit bfd93ce into main May 31, 2026
16 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.

2 participants