Closed rkg1007 closed 2 years ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
Currently all the modules are not grouped well like user module is in component and auth module is in src folder.
Issue Number: N/A
Now modules have been grouped well. Moved auth module to core, User module to feature and moved http and mailer module to shared.
refactor(src) : have refactored the src folder
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 2 Code Smells
80.4% Coverage 0.0% Duplication
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently all the modules are not grouped well like user module is in component and auth module is in src folder.
Issue Number: N/A
What is the new behavior?
Now modules have been grouped well. Moved auth module to core, User module to feature and moved http and mailer module to shared.
Does this PR introduce a breaking change?
Other information