Argus
Argus copied to clipboard
Idea: Allow limited boolean search for open+ack combinations
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.
See also #1439, #1442