ara icon indicating copy to clipboard operation
ara copied to clipboard

Playbook should open and close

Open markfaine opened this issue 4 years ago • 1 comments

What component is this about ?

API Client

What is your ARA installation like ?

Alpine Docker container in a python virtual environment using git master The database driver is mysqldb

What is the idea ?

Once you click on a playbook, it expands to show details, however there is no way to collapse it back again. The only workaround is to click on the Playbooks link to reload the view.

markfaine avatar Nov 04 '19 16:11 markfaine

@markfaine the challenge is that the playbook details aren't available when querying the playbook list endpoint as to keep the response as small and as fast as possible. We also don't want to query all playbooks for their details unless we need to, again for performance reasons.

In the context of ara-web, something that we could do would be to query the playbook details only when it is expanded/clicked on and show a loading spinner or something while it loads.

A breadcrumb navigation bar at the top would probably also help.

dmsimard avatar Nov 04 '19 22:11 dmsimard