You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Currently VerificationController has multiple Endpoints which do different things.
Suggested Enhancement
Split content of VerificationController into (for example) three different controllers. Naturally seperated by given Endpoints. (RegistrationTokenController, TestresultController, TanController)
Expected Benefits
Splitting up gives better encapsulation for different actions beeing performed. (SRP)
Further it benefits for Avoid layer packages #60 but even if you keep the package layers it benefits the structure and readybility.
I think it is a good first issue for new people looking forward to contribute. (I know me included. ☺️ )
The text was updated successfully, but these errors were encountered:
Current Implementation
VerificationController
has multiple Endpoints which do different things.Suggested Enhancement
VerificationController
into (for example) three different controllers. Naturally seperated by given Endpoints. (RegistrationTokenController, TestresultController, TanController)Expected Benefits
I think it is a good first issue for new people looking forward to contribute. (I know me included.☺️ )
The text was updated successfully, but these errors were encountered: