proboscis / pinjected

MIT License
10 stars 0 forks source link

Add Metadata for Visualization #4

Open proboscis opened 1 year ago

proboscis commented 1 year ago

Currently, the large global dependency variable such as 'logger', 'wandb', tends to make the visualization graph look like spaghetti.

We should have some way to mitigate the strength of such large dependency variable, so that we can focus on logical dependencies of the app.

To do so, we need to let an Injected have a metadata for visualization.