AppMap - A tool to understand how Solidus works #3949
kgilpin
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Woah, this is some seriously impressive stuff. Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings, Solidus community. I'm a member of a dev team which is building AppMap for VSCode, an extension which automatically generates accurate software design diagrams by running test cases. We've been working extensively with Solidus, and so I am writing this post to make you aware of some resources that you might find helpful to:
If you want to try Solidus in your local environment with VS Code, we have a fork of Solidus that has the AppMap configuration already applied. So, you can skip the setup steps (which are a bit more complicated than usual for Solidus, due to it's multi-gem structure), and go right to mapping.
Here's a video where I step through the process on the
applandbranch:AppMap Solidus in VSCode - Watch Video
You can also find a complete mapping of Solidus pre-built and available online at https://app.land/land-of-apps/solidus?mapset=2953. This page includes a dependency map of the Solidus code base, trace views of Solidus test cases, a catalog of web service routes, and a basic map of the database schema. Note that on the web site, each "Scenario" corresponds to a test case from Solidus.
If you have questions or want to send us some feedback, you can join our convenient Discord server. Thanks for reading!
Kevin
https://twitter.com/kegilpin
https://dev.to/kgilpin
Beta Was this translation helpful? Give feedback.
All reactions