Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Search to Runs Filter #49

Open
rosibaj opened this issue Oct 19, 2020 · 0 comments
Open

Add Search to Runs Filter #49

rosibaj opened this issue Oct 19, 2020 · 0 comments
Assignees
Labels
specs-wip Specs are in progress

Comments

@rosibaj
Copy link

rosibaj commented Oct 19, 2020

Currently the search on the WF UI has a few issues

  • only searched the 100 results returned
  • is case sensitive
  • only exact match from beginning of terms

In order to support a better search from the UI, we need to extend the searchability of the rdpc api to allow for server side search/filter

Search should be

  • case insensitive
  • partial match on terms
  • match terms anywhere (not just from the beginning of terms)

Minimally, we need filters on the columns discussed in icgc-argo/workflow-ui#70

- Run ID
- State
- Workflow Name 
- Repository
- Program 
- Session ID 
- Start
- Complete
@rosibaj rosibaj added the specs-wip Specs are in progress label Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
specs-wip Specs are in progress
Projects
None yet
Development

No branches or pull requests

2 participants