Paradaux

PAR-201

0

JQL-style text query language for issue search

DoneLowUnassignedTesksFeature

Split out of PAR-191 (operator filter builder + saved views shipped). A power-user text query as a third layer over the same predicate model.

Scope:

  • A small parser: assignee != "Rían" AND priority >= high AND label = bug → the Condition[] model in lib/filters.ts (extend with range ops for priority/dueDate).
  • A query input that round-trips to/from the builder chips and the URL f param.
  • Reuse conditionSql in lib/sql/issues.ts (already parameterised); add before/after (dueDate) and >=/<= (priority) operators.
  • Validation + friendly parse errors.

Builds entirely on PAR-191's model; no backend (Java) change — issue-list filtering is mirror-side (Kysely).

Comments

No comments yet.

Activity

  • paradaux changed status to Status → Done
  • tesks changed status to Status → Pending Release
  • tesks changed status to Status → In Progress
  • tesks created the issue