Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Add a "source type" field to IncidentFilterForm

Open hmpf opened this issue 3 months ago • 1 comments

hmpf avatar Nov 11 '25 07:11 hmpf

A SourceSystemType is of format (id: int (unique), name: str (unique)). Since the name is unique it is an indexed, hence cheap, lookup, so we could filter on:

["nav", "mist", "argus", ...]

hmpf avatar Nov 19 '25 14:11 hmpf

Closed by #1610

johannaengland avatar Dec 01 '25 08:12 johannaengland