simvue-io / simvue-io/simvue-cli
Add filtering functionality
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Problem Statement
Would be good to have the option to specify filters to eg simvue run list. My use case is for mass deleting runs which belong to a folder, but am sure there would be other uses.
Solution
simvue run list has a --filters option, where you can provide a filter string which matches those provided on the UI
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the simvue run list command and compare the requested filter string with the filter syntax used in the UI. The work is complete when a --filters option is accepted and run-list results can be filtered, including runs belonging to a specified folder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100