Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Idea: Allow limited boolean search for open+ack combinations

Open hmpf opened this issue 5 months ago • 1 comments

Newer django and postgres has support for calculated columns. We could add a calculated column that combines the values of status + ackedness (open+unacked, open+acked, closed+unacked, closed+acked). The real challenge would be to expose this in the UI. Combining open+unacked with either open or acked makes no sense. Allowing all of them at once makes no sense.

hmpf avatar Oct 01 '25 06:10 hmpf

See also #1439, #1442

hmpf avatar Oct 02 '25 07:10 hmpf