biothings / discovery-app

The Data Discovery Engine project by the CD2H Data working-group
http://discovery.biothings.io
Apache License 2.0
4 stars 9 forks source link

Store and display the status of the daily schema update routine #213

Closed newgene closed 4 months ago

newgene commented 1 year ago

Daily schema update has been updated in this commit: 09e6e1e397fe03bd035c141dcd4ce29abe729e97. Now we can store the status information about each schema update too and display it on the web UI.

Similar in SmartAPI application, we can store this information under the _status metadata field of a schema object:

"_status": {
    "refresh_status": 200,
    "refresh_ts": "2022-12-06T08:02:19+00:00"
}
NikkiBytes commented 1 year ago

This featured has been implemented/merged with working tests, not sure if it is in development stage yet...

NikkiBytes commented 4 months ago

Complete.