You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
given a context e.g. filters to apply when retrieving products + columns to include in the export the handler should build and stream data in csv format
ProductExportStrategy should report progress to the BatchJobService
ProductExportStrategy should implement the AbstractBatchJobStrategy
ProductExportStrategy should dynamically figure out how many columns it will need to include all the data about the products in the batch. E.g. how many Product Option columns are necessary, image columns, etc.
given a context e.g. filters to apply when retrieving products + columns to include in the export the handler should build and stream data in csv format
ProductExportStrategy should report progress to the BatchJobService
ProductExportStrategy should implement the AbstractBatchJobStrategy
ProductExportStrategy should dynamically figure out how many columns it will need to include all the data about the products in the batch. E.g. how many Product Option columns are necessary, image columns, etc.
add
ProductExportHandler
class for processing products batch export which implements the common batch job handler interfacedepends on: Interface for BatchJob strategies #1264
given a context e.g. filters to apply when retrieving products + columns to include in the export the handler should build and stream data in csv format
ProductExportStrategy should report progress to the BatchJobService
ProductExportStrategy should implement the AbstractBatchJobStrategy
ProductExportStrategy should dynamically figure out how many columns it will need to include all the data about the products in the batch. E.g. how many Product Option columns are necessary, image columns, etc.
Columns that should be supported:
The text was updated successfully, but these errors were encountered: