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

Standarize the changelog messages #150

Open
BentleyJOakes opened this issue Nov 18, 2022 · 0 comments
Open

Standarize the changelog messages #150

BentleyJOakes opened this issue Nov 18, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@BentleyJOakes
Copy link
Member

AToMPM defines changelog messages to propagate model modifications. For example, adding/deleting/changing nodes or edges. These messages travel from the abstract syntax worker to the concrete syntax worker(s), and from there to the user's browser where they are used to change the canvas.

The issue is that this changelog format is not standarized. They are just dictionaries/arrays sent without a clean structure. This makes it difficult to understand the communication.

This proposal is to make a standard format for the changelog messages. For example, creating classes for each message type, such that the message type LOADMM has defined fields and error handling in the getters and setters for each field. This format would then be used on both the client and server side.

In the future, this format could also align with the Graphical Language Server Platform for better interoperability.

@BentleyJOakes BentleyJOakes added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Development

No branches or pull requests

1 participant