Core library of "onion versioning".
|
2 gadi atpakaļ | |
---|---|---|
dist | 2 gadi atpakaļ | |
src | 2 gadi atpakaļ | |
.gitignore | 2 gadi atpakaļ | |
.gitlab-ci.yml | 2 gadi atpakaļ | |
Dockerfile | 2 gadi atpakaļ | |
README.md | 2 gadi atpakaļ | |
package-lock.json | 2 gadi atpakaļ | |
package.json | 2 gadi atpakaļ | |
pnpm-lock.yaml | 2 gadi atpakaļ | |
tsconfig.json | 3 gadi atpakaļ | |
webpack.config.js | 2 gadi atpakaļ |
This is the prototype demonstrating the applicability of a novel versioning approach supporting blended modeling. It is presented in the article Towards a New Versioning Approach for Collaboration in Blended Modeling submitted to the Journal of Computer Languages special issue Foundations and Practice of Visual Modeling (FPVM).
This article extends our previous work
Joeri Exelmans, Jakob Pietron, Alexander Raschke, Hans Vangheluwe, Matthias Tichy:\ Optimistic Versioning for Conflict-tolerant Collaborative Blended Modeling. STAF Workshops 2022\ https://ceur-ws.org/Vol-3250/fpvmpaper1.pdf
by the following points:
A running instance of the prototype is available online: https://sp2.informatik.uni-ulm.de/onioncollaboration/. No installation or additional software except a modern web browser needed.
If you'd like to run the prototype on your local machine, you can follow the following steps:
npm install
(or short npm i
) to install all dependencies.npm run dev-server
.http://localhost:9000/
in your browser.