Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat(ontology): refactor list of properties in resource class (DSP-13…
…60) (#389) * feat(ontology): own component for list of properties in res class * test(ontology): update test for property info component * feat(ontology): better list of props in class * chore(cache): better error message in cache * chore(ontology): better cache handling to use in child component * feat(ontology): new list of properties in res class * style(ontology): refactor res class viewer * chore(ontology): update property info component * refactor(ontology): clean up code * refactor(ontology): clean up code * refactor(ontology): clean up code * test(ontology): bug fix in tests * chore(deps): update package-lock.json * fix(ontology): avoid `null:null` in prop type tooltip * chore(ontology): add missing space * fix(ontology): display prop even without gui order * style(ontology): fix design issue in res class form * refactor(ontology): clean up code * refactor(ontology): clean up code * feat(ontology): support all project ontologies in list of properties * chore(ontology): delete console.logs * refactor(ontology): fix typo in comments * fix(ontology): fix cache issues in main ontology view * refactor(ontology): delete console.logs * test(ontology): add more property info tests
- Loading branch information
André Kilchenmann
committed
Feb 22, 2021
1 parent
0a9be0e
commit aa565b3
Showing
18 changed files
with
610 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/app/project/ontology/ontology-form/ontology-form.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.