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

feature: search by playbook name #15

Open biohazd opened 5 years ago

biohazd commented 5 years ago

Please add the ability to search by playbook name that ran. We run soo many playbooks its hard to scroll through pages and pages to find the right one.

sergh-one commented 5 years ago

Please add the ability to search by playbook name that ran. We run soo many playbooks its hard to scroll through pages and pages to find the right one.

hm, i think it's wery strange web app. what is the purpose of the development this? I think it is not for just vieweing by humans. The ara developers write ansible callback plugin, then write API and web, but i think it's mostly poited to API - toys of programmers, they write code for write code )

there is video on youtube, more usable early verison web ui of ara https://www.youtube.com/watch?v=k3i8VPCanGo

dmsimard commented 5 years ago

@sergh-one ara-web is meant to be a stateless web client for the API exposed by ARA. As far as this particular feature goes, I think it would be a great addition -- especially since the API already supports searching playbooks by name or by status.

My skills in javascript/react are fairly limited but I would definitely welcome a patch that implements this.

dmsimard commented 4 years ago

@biohazd @sergh-one A first iteration of playbook search will land in the new built-in ara UI in the near future:

Screenshot from 2019-11-06 11-20-23

My javascript skills are limited but having something similar in ara-web would be great.

biohazd commented 4 years ago

great work !!