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

Add a way to report import user messages when using the feature "Import Object From Text" in case of a SucessPayload #860

Open
adaussy opened this issue Nov 14, 2024 · 1 comment

Comments

@adaussy
Copy link
Contributor

adaussy commented Nov 14, 2024

When using "Import Object From Text" feature, we can report error messages in case of ErrorPayload but messages returned with a SuccessPayload are not handled. Those messages could be in case of partial import or failure during resolution process.

I think the same kind of approach used "Upload Model" feature should be used here.

@jessymallet
Copy link
Contributor

I confirm this need on the "Upload model" functionality.

Some examples of incomplete/failed import that need to be report with some log:

  • unknown concept in the file to import (concepts not yet implemented in SysON or concept from another library which is not referenced as import statement in the file)
  • some elements are badly named and use Sysml keyword as name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants