knocean / knode

Knowledge Development Environment
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Create admin page for upstream ontologies #28

Closed jamesaoverton closed 7 years ago

jamesaoverton commented 7 years ago

Building on #27, we should have a webpage that reports all the upstream ontologies:

  1. the ontology name and IRI
  2. the currently loaded version IRI
  3. a count of current terms
  4. for authenticated users: a button to check for a new version of the ontology and report on the differences

The report on changes should have a button that will drop the old version of the ontology from the triplestore and load the new version.

inaimathi commented 7 years ago

Most of this is addressed in https://github.com/knocean/knode/pull/36. The remaining item is #4 (still working on the delta report page)

inaimathi commented 7 years ago

The remainder is addressed in https://github.com/knocean/knode/pull/38. The only bit left is reloading upstreams into the triplestore (currently, the "replace" button on the delta page replaces the ontology file on disk).

inaimathi commented 7 years ago

Should now be fully resolved in https://github.com/knocean/knode/pull/38