Commit Graph

17 Commits

Author SHA1 Message Date
Artemy 4f3f4ec066 Refactor to introduce Govor.Application and Govor.Contracts layers
Moved service implementations and interfaces from Govor.API and Govor.Core to new Govor.Application and Govor.Contracts projects. Updated namespaces and references throughout the solution. Added custom exception classes for authentication and invite services. Adjusted dependency injection and project references to use the new structure. This refactor improves separation of concerns and prepares the codebase for better maintainability and scalability.
2025-06-25 15:16:14 +07:00
Artemy 5693190b1c Add unit tests for InvitationGenerator and JwtService
Introduces unit tests for the InvitationGenerator and JwtService classes. The tests cover invitation code generation, repository interaction, code uniqueness, and JWT token generation and validation.
2025-06-25 14:33:41 +07:00
Artemy e40489db40 AuthControllerTests 2025-06-25 14:08:54 +07:00
Artemy 76094af15b Invitation globale work
+ tests
+ new services
+ InvitationDto and IInvitationReqest
2025-06-24 21:20:43 +07:00
Artemy f99ec0b17b InvitesRepositoryTests
+ other reworks
2025-06-24 19:17:27 +07:00
Artemy 9893013bcc Invitation Validator Tests 2025-06-24 15:33:36 +07:00
Artemy 6e856a65db InvitationValidator 2025-06-24 15:24:14 +07:00
Artemy ce013eae49 Registration rework
+ InvitesRepository
+ AdminsRepository
+ rework jwt
2025-06-24 14:27:08 +07:00
Artemy a6e8ba1a65 Update models Messages 2025-06-22 11:45:25 +07:00
Artemy c9aad0c466 LocalStorageServiceTsts finished 2025-06-21 15:25:11 +07:00
Artemy 7831e4838a rework messages
+ addition LocalStorageService
+ tests
2025-06-21 14:53:15 +07:00
Artemy 3f1c050149 Addition Tests for MessageRepository
+ MessagesValidator tests
2025-06-20 14:02:08 +07:00
Artemy 3526cde06f Messages first init 2025-06-20 13:32:29 +07:00
Artemy d18ad19f80 Auth Tests 2025-06-19 09:51:55 +07:00
Artemy 7d518c0882 AuthController work 2025-06-18 16:55:19 +07:00
Artemy 2c2c2b805c AuthSystem 2025-06-18 12:08:21 +07:00
Artemy 22de0e9630 UserValidatorTests 2025-06-17 21:24:54 +07:00