DevelopingSpace / starchart

A self-serve tool for managing custom domains and certificates
MIT License
20 stars 13 forks source link

Poll for Certificate update when being created #317

Closed humphd closed 1 year ago

humphd commented 1 year ago

Similar to #316, the front-end should poll for status changes when a Certificate is being created and not all data is available yet. Once the certificate is fully available in the db, there is no reason to bother any more.

We can do this in Remix with useRevalidator.

humphd commented 1 year ago

See my work in https://github.com/DevelopingSpace/starchart/pull/355 for a pattern to follow.

humphd commented 1 year ago

@Ririio are you going to solve this in your cert UI stuff?

Ririio commented 1 year ago

By poll what do you mean specifically?

Ririio commented 1 year ago

Oh checking if status has changed, yes I'm doing that

humphd commented 1 year ago

This is being done in #434, closing.