Update Self-Service Job History Page
- updated
self_service_history.erb
to addVisibility
column with icons to represent whether the job ispublic
orprivate
. - updated GET
/:user/jobs/?
inself_service.rb
to accept parameteris_private[]
for adding newVisibility
filter and passis_private_filter
anddisable_private_filter
(so thatVisibility
filter is not available when user is accessing job history of other than itself) as locals to templateself_service_history.erb
. - updated
self_service_history.erb
with checkboxes for filterVisibility
and updated logic withis_private_filter
anddisable_private_filter
values. - updated tests for GET
/:user/jobs/?
in self_service_spec.rb`.
Edited by Pavit Kaur