You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project, it is easy for many pages and components to arise fairly quickly. It would be great to add a automated mermaid diagram, which highlights all the files and their imports.
This can help navigate the project structure, but also help to visually identify opportunities to simplify the codebase and harmonize components.
I imagine this going something like this:
GitHub action reads all the .tsx files
For every .tsx file
identify the unique imports
write out each unique import into a mermaid diagram with .tsx file as source
save the diagram to the README (or another markdown file)
This is not urgent at the moment, but important for the project. 😊
The text was updated successfully, but these errors were encountered:
In a project, it is easy for many pages and components to arise fairly quickly. It would be great to add a automated mermaid diagram, which highlights all the files and their imports.
This can help navigate the project structure, but also help to visually identify opportunities to simplify the codebase and harmonize components.
I imagine this going something like this:
This is not urgent at the moment, but important for the project. 😊
The text was updated successfully, but these errors were encountered: