liftedinit / ghostcloud-frontend

Frontend for the CosmosSDK-based Ghostcloud Decentralized Web Hosting platform
0 stars 3 forks source link

feat: create status page [42] #47

Open nblenke opened 6 months ago

nblenke commented 6 months ago

Create a status page where we show system/deployment status

Description

Related Issue

Fixes # 42

Testing

Breaking Changes (if applicable)

Screenshots (if applicable)

Screen Shot 2024-03-14 at 5 16 40 PM Screen Shot 2024-03-14 at 5 16 48 PM

Checklist:

nblenke commented 6 months ago

Thanks @nblenke! Some comments

  • Why can't we access the status page while not logged in?

As far as i was able to discern, useFetchMetas requires an address which comes from the logged in Web3Auth user. I'm open to another approach.

  • The page will show "All Systems Operational" even if I don't have a backend running.

Good catch, I'll have to see why this is the case.

Out of curiosity, did you investigate the tools mentioned in #42? If so, what is the outcome?

I did briefly, it wasn't clear to me how we would implement these tools with this project.