Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - draw diagram #76

Open
ivlevAstef opened this issue Feb 14, 2017 · 2 comments
Open

Feature - draw diagram #76

ivlevAstef opened this issue Feb 14, 2017 · 2 comments
Labels
Milestone

Comments

@ivlevAstef
Copy link
Owner

Синтаксис библиотеки такой, что по факту я могу по набору файлов, создать граф зависимостей (в идеале дерево) и отобразить его.

Это отдельный проект, но сделать его былобы не лишнем.

В дальшейме возможно будет организовать обратную возможность - генерацию кода по графическому представлению.

@ivlevAstef
Copy link
Owner Author

Make new project: https://github.com/ivlevAstef/DITranquillity-UMLDiagrams

For get object graph support new feature Behavious:

protocol Behavious {
  func register(component: Component)
  func import(_ bundle: Bundle, from: Bundle)
}

And new project make self Behavious for get, and contains information. After contains all information this project save graph into file.

for visualization use Gliffy.

@ivlevAstef ivlevAstef modified the milestones: v3.2.0, v3.4.0 Apr 1, 2018
@ivlevAstef ivlevAstef modified the milestones: v3.4.0, v4.0.0 Apr 26, 2018
@ivlevAstef
Copy link
Owner Author

https://github.com/ivlevAstef/DITranquillityGraphviz

New project. It's work but not API and not fully correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant