ArchCNL is an Architecture Conformance Checking Tool developed by the working group SWK (Software Engineering and Construction Methods) at the computer science department of the University of Hamburg
GNU General Public License v3.0
5
stars
8
forks
source link
Create importer/exporter for mapping hierarchy in web-ui #303
I want to have a persistent folder structure of Concepts and Relations
So that I don’t have to order them each time I start the program
The ConceptAndRelationView allows the user to build a hierarchical ordering of relations and concepts. However, this hierarchy is not being persisted so the created hierarchy is lost on restart.
Create an importer/exporter to write and read the hierarchy of concepts and relations to and from the ADOC file that also contains the rules, mappings, and queries. Start by taking a look at the current IO classes.
As user
I want to have a persistent folder structure of Concepts and Relations
So that I don’t have to order them each time I start the program
The ConceptAndRelationView allows the user to build a hierarchical ordering of relations and concepts. However, this hierarchy is not being persisted so the created hierarchy is lost on restart.
Create an importer/exporter to write and read the hierarchy of concepts and relations to and from the ADOC file that also contains the rules, mappings, and queries. Start by taking a look at the current IO classes.