Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create status page [42] #47

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: create status page [42] #47

wants to merge 2 commits into from

Conversation

nblenke
Copy link
Contributor

@nblenke nblenke commented Mar 14, 2024

Create a status page where we show system/deployment status

Description

  • Create Status page using hook errors from useFetchMetas and useFetchBalance
  • Add param to useFetchMetas and useFetchBalance to not show error on status page
  • Create unit tests
  • Add Dashboard and Status links to footer

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:

  • I have read and followed the CONTRIBUTING guidelines for this project.
  • I have added or updated tests and they pass.
  • x] I have added or updated documentation and it is accurate.
  • I have noted any breaking changes in this module or downstream modules.

@nblenke nblenke self-assigned this Mar 14, 2024
Copy link
Contributor

@fmorency fmorency left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nblenke! Some comments

  • Why can't we access the status page while not logged in?
  • The page will show "All Systems Operational" even if I don't have a backend running.

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

@nblenke
Copy link
Contributor Author

nblenke commented Mar 19, 2024

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.

@nblenke nblenke requested a review from fmorency March 25, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants