| What We want to have a view in our example application that shows the result of the execution of all the self-defence check that we currently support Why It will be an easy way for us to visually test that all our checks work and it will be an example implementation for the end user How Create a new view, execute the checks (both synchronously and asynchronously) and populate the view with the result of each check Add a new long-running dummy check to be executed asynchronously and show the progress while the check runs. The dummy check will be used as an example implementation for custom checks (to be documented). Trello link |