MarketSquare / MarketSquare/robotframework-dashboard
Custom filter does not apply to options of another custom filters
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 87
- Forks
- 21
- Avg merge
- 14h 55m
- Merged PRs (30d)
- 13
Description
E.g. I have tests:
| test_1 | filter_1=A | filter_2=C |
| test_2 | filter_1=A | filter_2=C |
| test_3 | filter_1=B | filter_2=D |
| test_4 | filter_1=B | filter_2=D |
When i selected in filter_1 value == A, i still see option D for filter_2.
Seems it can be improved.
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
Reproduce the issue with the four-row table in the report and inspect the custom-filter option handling in the dashboard. Done means selecting filter_1=A removes option D from filter_2 while retaining the valid option C, with coverage for the dependent-filter behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100