Skip to content

Implement Base Job #126

@faisalwahyudi10

Description

@faisalwahyudi10

Description

We need to implement a Base Job class inside the Control Panel so that:

  • All plugins under the Control Panel can extend it
  • Shared job logic (dispatching, logging, error handling, queue configuration) is centralized
  • Code duplication is reduced
  • Maintenance becomes easier
  • Future job features can be added in one place

Expected Outcome

  • A reusable BaseJob class inside the Control Panel module
  • Plugins can extend this class instead of creating standalone job implementations
  • Standardized job execution flow across all Control Panel plugins

OJS :

  • 33
  • 34 ??
  • 35 ??

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions