dasch-swiss / knora-ui

Reusable GUI elements for Knora
https://dasch-swiss.github.io/knora-ui
7 stars 1 forks source link

Update ontology service #400

Closed kilchenmann closed 4 years ago

kilchenmann commented 4 years ago

The ontology service contains the following new methods:

And a few helper methods:

This PR is a prototype / suggestion of ontology methods

kilchenmann commented 4 years ago

You should optimize the imports and keep commented code block only if it is relevant with explicit explanations (e.g. in ontology.service.ts: why keeping commented console.log? what are these GOAL code blocks?)

@flavens you're right. There's no reason for those comments. Thanks for the hint. I removed the comments

kilchenmann commented 4 years ago

Thanks @flavens