Filter for magic fields in multi selection columns
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Right now (v0.7) it is possible to filter for values from the multi selection columns. But you can not filter for something like @userId. This needs to be specially handled in the backend because the db don't know the userId etc. This has to be mapped to a valid option-id from the column definition. This can be used as filter value...
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 by tracing the backend filter handling for multi-selection columns and the column-definition data used to resolve options. Confirm how magic values such as @userId should map to valid option IDs, then verify that filtering uses the mapped value; the payload names no specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100