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

[Task] naming of shared aspect models in workspace #242

Open
BirgitBoss opened this issue Jul 5, 2024 · 1 comment
Open

[Task] naming of shared aspect models in workspace #242

BirgitBoss opened this issue Jul 5, 2024 · 1 comment
Labels
acknowledged Has been viewed by one of the maintainers and is ready for further work, discussion or other steps.

Comments

@BirgitBoss
Copy link
Contributor

Is your task related to a problem? Please describe.
As a modeller I need first to store shared aspect models in the workspace, otherwise I cannot edit the aspect model with the aspect itself.
Shared models in my understanding are those models that do not contain aspect definitions but only shared elements like Entities or Characteristics.

Two use cases:

  • build a new share model within editor
  • load shared model from file system
    and then File/Save to Workspace

Current behavior:

  • The name of the new file is NewModel.ttl
  • The file name cannot be changed in the editor. this means it is not possible to create more than one shared file within a namespace.

Describe the solution you'd like

  • enable renaming of files within workspace
  • ask for name before storing file in workspace if it is a new model created in editor, propose something
  • if shared model was loaded from file system use the same file name when storing to workspace
  • use different default name, e.g. newModel_shared.ttl
@chris-volk chris-volk added the acknowledged Has been viewed by one of the maintainers and is ready for further work, discussion or other steps. label Jul 8, 2024
@chris-volk
Copy link
Contributor

chris-volk commented Jul 30, 2024

Whenever an Aspect Model file has an aspect, the default file name should be the Aspect name.
For an aspect model file without an aspect, the default file name should be empty to promote users finding a file name that captures the intention of the file and avoid the bad practice of calling things "shared".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledged Has been viewed by one of the maintainers and is ready for further work, discussion or other steps.
Projects
None yet
Development

No branches or pull requests

2 participants