marda-alliance / metadata_extractors_registry

Archive. See Datatractor Yard, below:
https://github.com/datatractor/yard
MIT License
6 stars 6 forks source link

Add a simple static web UI #52

Closed ml-evs closed 10 months ago

ml-evs commented 10 months ago

This PR adds some simple Jinja templates for the registry to add a simple static web UI.

It also moves the location that the real API is hosted at (now under /api and /api/<version>) and better nests some of the API responses. This should constitute an API version bump (which will need the corresponding change at the API repo). In future we could consider maintaining both versions from the same app but that doesn't seem worth it here.

Basic functionality is there but style could definitely be improved! Also probably some cases where I am expecting optional fields to be present given our current data entries.