vtex / formula-vtex

Site da Hackaton da VTEX
http://vtex.github.io/formula-vtex/
5 stars 2 forks source link

Create a dependency graph that provides information about modules health based on your own dependencies #16

Open mcandeia opened 6 years ago

mcandeia commented 6 years ago

Health-Check Dependency Graph

A graph visualization where vertex are systems and a dependency is represented by a edge, the edge contains a weight that represents a dependency level

Description

Currently, we do not have information about which system depends on which one, the idea is not to do this statically. Create a library and put it in vtex.pratices and use an httpproxy that learns (saves and sorts based on quantity) what are the dependencies of each module, including external dependency.

This will make it easier to map explicit dependencies to the new platform.

cmdalbem commented 6 years ago

I talked with @marcosvcp already and I think I can give you guys some Design support, although I'll be officially in another team :)