intermine / intermine/im-tables
Result table: updating a contraint change the logical operator
Open
- Dominant language
- CoffeeScript
- Stars
- 10
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
I have created a query with 2 contraints A and B and changed the contraint logic to (A OR B).
In the query result, I update the contraint A. The query sent to the /service/query/results has the constraintLogic="A and B" instead of constraintLogic="A or B"
Contributor guide
Research direction
Reproduce the two-constraint query, change its logic to A OR B, then update constraint A in the result table. Inspect the code that builds the request to /service/query/results and verify that the existing constraintLogic value is preserved; done means the request still uses constraintLogic="A or B" after the update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- coffeescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100