Documentation

Attribute Adjuster

Developer Roadmap

Doc snapshot

Type: Release Plan

Updated: January 13, 2026

Access: Public documentation

Developer Roadmap

  • Background job runner: aa_process_background_batch is scheduled but not hooked via add_action; jobs will not auto-run.
  • AJAX action mismatch: handler listens for attribute_adjuster_process_batch but no hook is registered for it (only aa_process_batch exists).
  • 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_settings defaults are not wired into batch sizes or caching behavior.
  • Capability drift: menu pages use manage_options but AJAX/REST uses manage_woocommerce.