Implement dynamic filtering of records #6

Open
opened 2025-12-04 20:54:13 +01:00 by bronsen · 0 comments
Owner

While entering data the records of the DataTable should be filtered according to the parsed elements of the input.

  • If there is a name, show records with similar name.
  • If there is a description, show reords with similar description.
  • If there are tags, show records with same tags.

Filtering must not block the UI.

Also take care of debouncing and such.

While entering data the records of the DataTable should be filtered according to the parsed elements of the input. - If there is a name, show records with similar name. - If there is a description, show reords with similar description. - If there are tags, show records with same tags. Filtering **must not block the UI**. Also take care of debouncing and such.
bronsen added the
Kind/Enhancement
label 2025-12-04 20:54:13 +01:00
bronsen changed title from Implement filtering of records to Implement dynamic filtering of records 2026-02-22 16:52:41 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: infuanfu/teilchensammler-cli#6
No description provided.