ansible-community / ara-web

Stateless web client for the ARA Records Ansible API.
https://ara.recordsansible.org
GNU General Public License v3.0
37 stars 8 forks source link

Implement playbook filtering (search) for name and status #5

Open dmsimard opened 5 years ago

dmsimard commented 5 years ago

The API supports searching playbooks by (at time of writing) name and status and the web client should be able to query the API with a name or a status provided by a user.

Worth noting that I expect that the API will eventually support searching for at least labels, different dates (i.e, search playbooks where ended > date) but these can come later.