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

Create a tool to introspect any serialization chunk #100

Open
dslmeinte opened this issue Dec 4, 2023 · 0 comments
Open

Create a tool to introspect any serialization chunk #100

dslmeinte opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dslmeinte
Copy link
Contributor

dslmeinte commented Dec 4, 2023

The serialization format is a bit verbose, so introspecting it is not always so trivial. (The textualize CLI-functionality is quite helpful but can be severely improved on.)

It'd be good to have some sort of tool – probably Web-based – to introspect any LionWeb serialization chunk. That could mean:

  • Nice JSON-based visualization, with collapsible areas.
  • For languages: LionCore M3-specific visualization – possibly using lionweb-freon-m3.
    • Possibility to “unfold” inheritance.
    • Show constraint violations.
  • Show either as tree or as list of nodes.
  • Navigability: click on keys and IDs to navigate to their resolution (if available within the chunk, or the context).
  • Validation: run @lionweb/validation on the chunk, and show the results (both separately and in-place?).
  • Statistics: size of chunk, #nodes, classifiers instantiated, etc. – this is also part of Provide some statistics for serialization chunks (also as CLI) #120
  • Show all instances of meta-pointers.
@dslmeinte dslmeinte added the enhancement New feature or request label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant