Skip to content

Replace constructor injection with inject() function #560

@bracyw

Description

@bracyw

Description

Several services and components still use constructor-based injection instead of the inject() function. Example: CellService.

Acceptance Criteria

  • All constructor injection replaced with inject() calls
  • Build and lint pass

Proposed Solution

Audit all components and services for constructor parameters. Replace with private fields initialized via inject(). Remove empty constructors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions