diff --git a/README.md b/README.md index abe373c..bafce64 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,11 @@ coverage, maintainable code, meaningful assertions, CI execution, and clear docu ## Repository Structure +![DISCOGS-UI Repository Structure](docs/discogs-repository-structure.png) + +
+Text version of repository structure + ```text DISCOGS-UI/ ├── docs/ @@ -162,6 +167,7 @@ DISCOGS-UI/ └── README.md ``` +
--- ## Getting Started @@ -279,6 +285,7 @@ Project evidence includes: - Passing GitHub Actions workflow runs - Playwright HTML reports - Local CLI execution notes +- Repository structure diagram - Documented findings and lessons learned - Accessibility scan artifacts - Browser-specific limitation notes diff --git a/docs/discogs-repository-structure.png b/docs/discogs-repository-structure.png new file mode 100644 index 0000000..6c06284 Binary files /dev/null and b/docs/discogs-repository-structure.png differ