MrSwitch / MrSwitch/dare

Feat: Support string comparison filters

Open
#145 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

[zube]: Backlog
Dominant language
TypeScript
Stars
0
Forks
0
Avg merge
28m
Merged PRs (30d)
3

Description

Support string comparison like,field = "string"

e.g. following syntax...

IF(field = "string", 0, 1)
ABS(field = "string")
(field = "string")

It's implied this should also support a number of comparison operators, =, !=, <=, ...

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by exploring the TypeScript source for filter or condition parsing and evaluation in the dare repository; the issue does not name specific files or tests. Compare the requested examples using =, !=, and <= with the existing filter syntax. Done means string comparisons work inside IF, ABS, and parentheses, with the supported comparison operators covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql, typescript
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.