VilnaCRM-Org / user-service

Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

feat(#1): implement user registration #5

Closed kukuruzvelt closed 2 months ago

kukuruzvelt commented 9 months ago

Description

As a user, I want to be able to register in the VilnaCRM.

Types of changes

Checklist:

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@58b772a). Learn more about missing BASE report.

:exclamation: Current head 4f74766 differs from pull request most recent head b9c152a

Please upload reports for the commit b9c152a to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5 +/- ## ======================================== Coverage ? 100.00% Complexity ? 501 ======================================== Files ? 141 Lines ? 2245 Branches ? 0 ======================================== Hits ? 2245 Misses ? 0 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Kravalg commented 9 months ago

It will be better to be consistent with the directory structure. There are a few methods to achieve a clean and understandable directory structure: functional/feature-based way or programming patterns/entities-based way

I think that we can use programming patterns-based way for naming the directories. We can achieve this using the deptrac