OCR-D / quiver-back-end

The back end of the OCR-D quality dashboard webapp.
MIT License
1 stars 2 forks source link

Implement updating mechanism #16

Closed mweidling closed 2 years ago

mweidling commented 2 years ago

In https://github.com/OCR-D/zenhub/issues/102#issuecomment-1168321017 I laid out a concept for handling the dependencies. Most of it is implement in https://github.com/OCR-D/kwalitee-dashboard-back-end/pull/14, the updating mechanism, however, still needs to be done.

mweidling commented 2 years ago

During our refinement with @kba we realized we might not need such a complex updating mechanism as described in the concept. Updates can be handled during the usual CI runs.