Documentation
Attribute Adjuster
Developer Roadmap
Developer Roadmap
- Background job runner:
aa_process_background_batchis scheduled but not hooked viaadd_action; jobs will not auto-run. - AJAX action mismatch: handler listens for
attribute_adjuster_process_batchbut no hook is registered for it (onlyaa_process_batchexists). - Import pipeline incomplete: uploads only return preview analysis; no persistence or apply step is implemented.
- Excel parsing stub:
parse_excel_file()returns empty data. - Backup scope limit: backups store only the first 100 product attributes with no restore UI.
- Processing stats:
get_processing_statistics()does not compute averages or totals beyond listing jobs. - Settings unused:
attribute_adjuster_settingsdefaults are not wired into batch sizes or caching behavior. - Capability drift: menu pages use
manage_optionsbut AJAX/REST usesmanage_woocommerce.