Fakultas Ilmu Komputer UI

Skip to content

Implement CSV Export for `InvestigationCase`

Dave Nathanael requested to merge dave/export-data-csv into staging

Adds feature to export all current database records as a CSV file. Endpoint: /exportables/investigation-cases-csv/

Additional filtering can be done against cases' gender, age, and district (from CaseSubject) Filters:

  • ?is_male=true|false
  • ?min_age=20&max_age=22 (note that both min_age and max_age is required)
  • ?district=Beji
Edited by Dave Nathanael

Merge request reports

Loading