Project

General

Profile

Idea #3235

Updated by Tom Clegg almost 10 years ago

For this sprint, focus on functionality inside the search box rather than achieving the best UI behavior. 

 * Search button in top nav brings up a modal. 
 * Typing in the search query text box and hitting Enter (or clicking the Search button) updates search results. 
 * Search for (in order): projects, collections, pipeline templates, pipeline instances, jobs. 
 * Row of checkboxes just below query text box determines which object types are shown in results. 
 * Click to highlight a row/result. 
 * Type "Escape" or click "close" button to dismiss the modal. 
 * Click "Open" button (at bottom of modal) to open the selected result. 
 * (Optional?) Control-click "Open" button should open in a new window. Making it a link rather than a button/input element should be enough to get this with default browser behavior. 
 * (Optional?) Click a caret to expand a project in the results pane and show contents of the project. 

Back