This project was generated with Angular CLI version 15.2.7.
This is a minimalist editor for helping users build their graph mapping rules.
🐋 Docker:
npm run build-lib
;- update env.js version number and version numbers in docker compose;
ng build
;- build image like (change version number accordingly):
docker build . -t vedph2020/cadmus-graph-studio-app:0.1.0 -t vedph2020/cadmus-graph-studio-app:latest
For production:
(1) build as above for 1-3.
(2) in dist/cadmus-graph-studio/env.js
replace the host address (and eventually version number by appending -prod
) as follows:
window.__env.apiUrl = "https://cadmus-graph-studio-api.fusi-soft.com/api/";
(3) build prod image:
docker build . -t vedph2020/cadmus-graph-studio-app:0.0.11-prod
- 2023-11-09:
⚠️ upgraded to Angular 17.
- 2023-10-05:
⚠️ removed ELF.- updated packages and Angular.
- 2023-09-07: updated Angular and some mappings.
- 2023-08-07:
- updated Angular and packages.
- added more mappings.
- 2023-07-23: added scalar pattern to mapping.
- 2023-07-19:
- updated mappings.
- better layout for mapping editor.
- 2023-07-08:
- updated Angular.
- more mappings and samples.
- 2023-06-30: updated Angular and packages.
- 2023-06-14: updated Angular.
- 2023-05-31: fixes to sample work mappings.
- 2023-05-31: more mappings.
- 2023-05-27:
- updated Angular.
- fixed
E90
in samplework
mapping.
- 2023-05-23:
- updated sample data and mappings for the new model of event related ID (using asserted composite ID).
- updated Angular and packages.
- 2023-05-15:
- refactored mappings and samples to fit the real events part scheme (which has multiple chronotopes and note side to side with description).
- added prettify JSON button for sample input in mapping tester.
- 2023-05-11:
- updated Angular and packages.
- fix to node to string in output.
- more samples.
- 2023-05-10: fixes to node parsing for labels.
- 2023-05-09: refactored import/export.
- 2023-05-09:
- fixes to triples serialization for object literals.
- improved sample presets.
- more details in object literal output.
- 2023-05-08: upgraded to Angular 16.
- 2023-05-07: initial release.