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

When an audit fails, display the probable cause to the user #148

Open
phacks opened this issue Mar 27, 2020 · 0 comments
Open

When an audit fails, display the probable cause to the user #148

phacks opened this issue Mar 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@phacks
Copy link
Contributor

phacks commented Mar 27, 2020

Right now, to troubleshoot failed audits, one must (have access to and) open the admin interface, go through many hoops to find the failed audits, and see its status / follow the WebPageTest link for more info. This is cumbersome, to say the least.

A few ideas on how to implement this:

  • If we have a clear error message from WebPageTest (e.g. if the API Key is invalid), then display it (possibly reworded) and add an actionable message like “please check your API key in settings”
  • If we don’t have a clear error message but the errors comes from WPT, then display a link to the failed audit for the user to check by themselves
  • If the errors happened on Falco’s backend (a mandatory metric is missing, a random bug) then encourage the user to create an issue on the repository?
@phacks phacks added the enhancement New feature or request label Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant