Developer Documentation
Documentation for developers maintaining or extending the bulk operations system.
Contents
- Bulk Operations Overview - Architecture and system overview
- Adding a New Bulk Operation - Step-by-step guide for adding new entity types
- Bulk Operations Reference - Quick reference for implementation details
Quick Start
To add a new bulk operation:
- Create entity operation class inheriting from
BaseBulkOperations - Define
operation_mappingwith command, nested types, defaults, and integer fields - Register in
BulkOperationsgateway class - Add CSV template to
assets/bulk sheets/ - Add tests
See Adding a New Bulk Operation for detailed steps.