Define architectural pattern to the developed project and mentioned w…#9
Closed
imchintoo wants to merge 1 commit into
Closed
Define architectural pattern to the developed project and mentioned w…#9imchintoo wants to merge 1 commit into
imchintoo wants to merge 1 commit into
Conversation
…ithin a documentation
There was a problem hiding this comment.
code-multivitals found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Design system redesign — full dark-theme rebrand of the generated docs site
to match the Figma Make reference (jsdoc-scribe branding, not Hundi): color
tokens, fonts (Geist/IBM Plex Sans/JetBrains Mono), SVG health gauge, restyled
stat cards/badges/sidebar/topnav, all reusing existing DOM contracts.
Architecture tree redesign — "HOW IT'S ORGANIZED" now renders as a real
indented tree with colored, recursive badges per directory level (folders,
TypeScript, JavaScript, CSS, other). Sidebar widened 192px → 224px; detail-page
spacing polish.
Architectural pattern detection (new) —
gen-docsnow scans the source'sown folder names, dependencies, and config files and reports which of 23
common architecture patterns (Layered, MVC, MVVM, Clean, Hexagonal, Onion,
Repository, CQRS, Event-Driven, Microservices, Monolith, Modular Monolith,
DDD, Serverless, Plugin, Pipeline, Pub/Sub, Actor Model, Component-Based,
Feature-Based, Vertical Slice, BFF, API Gateway) the project matches. Each
detected pattern gets a description + a verified external reference link
(Wikipedia or the pattern's official/originating source).
Testing
316/316 tests passing. Added 17 new tests (4 for the tree/badge redesign, 13 for
pattern detection + rendering). Verified against this repo's own real source via
a full
docs-dashboardregeneration.Notes
originally added its own deep filesystem walk, which would have slowed every
gen-docsinvocation. Fixed by reusing the walkgetAllFacts()already doesinstead of adding a new one — see
docs/backlog/lessions.md(2026-07-15 entry).docs/backlog/adr-phase-o-figma-make-exact-match.md,adr-architecture-tree-badges.md, andadr-architecture-pattern-detection.md.Checklist
npm testpasses locallyin an issue first — see
CONTRIBUTING.md)CHANGELOG.mdif this is a user-facing change