gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.78k stars 1.23k forks source link

Diagraming in gitpod? #1299

Closed Kreyren closed 3 years ago

Kreyren commented 4 years ago

Referencing https://github.com/RXT0112/Zernit/issues/59 for requirement tracking

I am a have hard time finding a diagramming tool that plays well with gitpod.

Can you recommend me some so that i wouldn't have to make one from scratch? ^-^

jankeromnes commented 4 years ago

@Kreyren I know that several projects are using Sprotty to generate diagrams in Gitpod.

Also, I remember a JS implementation of Dot, and there is also https://github.com/tpatel/OpenSequenceDiagrams.js/ for sequence diagrams. There are probably more diagramming libraries that could work well in Gitpod. :) (Actually even Dot itself now that I think of it.)

Kreyren commented 4 years ago

@jankeromnes Sprotty is perfect! Thanks!! ^-^

In theory i can also use it to generate a dependency graph for packages o.o

Is there any configuration for sprotty to run in gitpod? (So that i can develop the diagrams on it)

Kreyren commented 4 years ago

solved

jankeromnes commented 4 years ago

Is there any configuration for sprotty to run in gitpod? (So that i can develop the diagrams on it)

@Kreyren It seems that the Sprotty repo is itself configured for Gitpod: https://github.com/eclipse/sprotty

Not sure if that answers your question though. If not, could you please clarify?

Also, happy diagram-making! 📊 🥳

Kreyren commented 4 years ago

@Kreyren It seems that the Sprotty repo is itself configured for Gitpod: https://github.com/eclipse/sprotty

yep i was blind and missed it :smile:

Kreyren commented 4 years ago

Reopening, it turned out that i am incompetent https://github.com/eclipse/sprotty/issues/166 or sprotty configuration for theia is outdated and i do not know how to update it >.>

EDIT: in theory i do know how, but having a confirmation on the issue so that i am not fixing working thing would be appreciated.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.