a visualization tool for entity relationship models based on pydantic / dataclass
abstract the core part from project: ER diagram and use cases, use it as a common platform for developer and designer.
help developer quickly figure out the business model and their dependencies.
- display er diagram based on vis-network
- click entity and links to show more business details
- tagged / grouped by different service module
- describe use cases based on entities. ( command process, params, related entities )
- init: host and display vis-network:
python -m tests.sample
- add service module, to switch and highlight sub network
- add parser to analysis nested pydantic class