Rename DataImport to Process
- Rename the
DataImportmodel toProcess - Change all
importorimportsAPI endpoint URLs toprocess - Rename the
importsOpenAPI tag toprocess - Rename all
*Import*endpoints toProcess, including:-
CreateDataImportFromFilestoCreateFilesProcess -
ListDataImportstoListProcesses(notProcesss!)
-
- Rename all
import,import_id,dataimport,dataimport_idfields toprocessandprocess_id(depending on whether it is an object or an UUID) - Rename usage of
import,imports, ordior other similar variables toprocessin 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)