Is your feature request related to a problem? Please describe.
Handler logic is becoming cluttered and hard to maintain.
Describe the solution you'd like
Separate responsibilities, improve naming conventions, and remove duplicated logic.
Describe alternatives you've considered
Minor patching, but full refactor ensures long-term maintainability.
Additional context
Should align with clean architecture principles.
Is your feature request related to a problem? Please describe.
Handler logic is becoming cluttered and hard to maintain.
Describe the solution you'd like
Separate responsibilities, improve naming conventions, and remove duplicated logic.
Describe alternatives you've considered
Minor patching, but full refactor ensures long-term maintainability.
Additional context
Should align with clean architecture principles.