Fakultas Ilmu Komputer UI

Implement `is_positive` field on `InvestigationCase`

Merged Dave Nathanael requested to merge dave/add-is-positive-field-on-investigation-case into staging

Adds a new is_positive field to InvestigationCase model that reflect the existing outcome field so it's easier to index and with cheaper computing for querysets (checking boolean vs checking string).

Merge request reports