headwire-edge-delivery / eds-self-service-website

0 stars 0 forks source link

Add `lastUpdate` to siteDetails #93

Closed DriftingSands closed 2 weeks ago

DriftingSands commented 2 weeks ago

On the /site/PROJECT_SLUG/overview page we show a last updated value. To get this we call the (possibly slow) index endpoint and go through every page to find the latest. The call to the index endpoint is only used for this on the overview page. We should setup an alternative way of having this info.

Maybe we can add a lastUpdated value to the siteDetails of the projects on publish, using github actions?