To which use case does your feature request relate?
No response
Is your feature request related to a problem? Please describe
The common-helper.ts has grown very large and furthermore helper functions are not always located where they are expected and same are placed in wrong files or could be extracted etc.
Describe the solution you'd like
Split up the helper in the common-helper.ts file and reorganize helper functions in separate files in the utils directory. Furthermore, extract or move helper, when logic occurs multiple times or at wrong places.
Describe alternatives you've considered
No response
Anything else?
No response
To which use case does your feature request relate?
No response
Is your feature request related to a problem? Please describe
The
common-helper.tshas grown very large and furthermore helper functions are not always located where they are expected and same are placed in wrong files or could be extracted etc.Describe the solution you'd like
Split up the helper in the
common-helper.tsfile and reorganize helper functions in separate files in theutilsdirectory. Furthermore, extract or move helper, when logic occurs multiple times or at wrong places.Describe alternatives you've considered
No response
Anything else?
No response