ewega / ewega/bulk-project-update

Filter on multiple fields

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently you can only filter items by looking at one of their fields. I would like the ability to filter on multiple fields to determine what items to update.

For example, if I had a field named "Date" and another field named "Estimate", I would like to be able to say:
````
if field "Date" < 2022-01-01
AND
field "Estimate" >= 5
THEN
update fields
````

Would love to be able to support AND/OR for this too

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing single-field filter entry point and trace how filter conditions select items for updates. Define how multiple fields combine, including the requested AND/OR behavior, and consider the Date and Estimate examples as acceptance cases; done means items are updated only when the combined conditions match.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.