Rename DataImport to Process
- Rename the
DataImport
model to Process
- Change all
import
or imports
API endpoint URLs to process
- Rename the
imports
OpenAPI tag to process
- Rename all
*Import*
endpoints to Process
, including:
-
CreateDataImportFromFiles
to CreateFilesProcess
-
ListDataImports
to ListProcesses
(not Processs
!)
- Rename all
import
, import_id
, dataimport
, dataimport_id
fields to process
and process_id
(depending on whether it is an object or an UUID)
- Rename usage of
import
, imports
, or di
or other similar variables to process
in the backend code
- Look for uses of all the affected endpoint URLs, endpoint names, field names, etc., and create issues there if there aren't any already (maybe the schemadiff has to be dusted off to more easily view the changes in OpenAPI)