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

CLI - Using the V-SUM #691

Open
NeumannDirk opened this issue Feb 13, 2025 · 0 comments
Open

CLI - Using the V-SUM #691

NeumannDirk opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
enhancement help wanted java Pull requests that update Java code

Comments

@NeumannDirk
Copy link
Contributor

NeumannDirk commented Feb 13, 2025

After the configuration of the V-SUMM, the user should have different commands to use the V-SUM

Creating a new V-SUM

  • proposed command: create-vsum or short c-vsum <path to directory> (<id>)
    • <id> depending on wether this is directly saved as empty V-SUM or not

Saving a V-SUM

  • proposed command: save-vsum or short s-vsum <path to directory> <id>

Loading a V-SUM

  • proposed command: load-vsum or short l-vsum <path to directory> <id>

Saving a sub-model/ (model identity) view of a V-SUM

  • proposed command: save-view or short s-view <filename>

Applying a change (probably stored as a file) and saving the corresponding change that was reated by the V-SUM

  • proposed command: apply-change or short apch <change-in-filename> <change-out-filename>

The <id> can be used to manage different versions of the V-SUM. This might be handy. This could be realized as correspondingly named subfolders.
I assume the whole V-SUM to be saved as a folder with all submodels and the correspondence model.

This list should be considered a first draft and subject to discussions. Please reach out to me if you have remarks/ ideas.
Dirk

@NeumannDirk NeumannDirk added enhancement help wanted java Pull requests that update Java code labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

2 participants