Hassan Rezk Habib
Hassan Rezk Habib
For reference: https://www.youtube.com/watch?v=AlBq-3_EXb0&t=1728s
In any test that is for RetrieveById under the exceptions section - For example: `CalendarServiceTests.Exceptions.RetrieveById.cs` You will find code in the tests in that file that looks like this: ```csharp...
There are two issues in our tests: Issue # 1: The dependencies are verified twice like this: ```csharp [Fact] public async Task ShouldRetrieveCalendarByIdAsync() { // given Guid randomCalendarId = Guid.NewGuid();...
https://github.com/hassanhabib/OtripleS/blob/c259316151682656a16e657368d83dd3d122ba15/OtripleS.Web.Api/Services/Foundations/Students/StudentService.Validations.cs#L163 Assigned to: @moisesjgomez
https://github.com/hassanhabib/OtripleS/blob/c259316151682656a16e657368d83dd3d122ba15/OtripleS.Web.Api/Services/Foundations/Students/StudentService.Validations.cs#L29 Assigned @moisesjgomez
https://github.com/hassanhabib/OtripleS/blob/c259316151682656a16e657368d83dd3d122ba15/OtripleS.Web.Api/Services/Foundations/Students/StudentService.Validations.cs#L33 @moisesjgomez
https://github.com/hassanhabib/OtripleS/blob/1ccf37af07278b4b1f65e6c4dcdb1f9a3c037039/OtripleS.Web.Api/Services/Foundations/StudentGuardians/StudentGuardianService.Validations.cs#L75 @devanteconnor
Hi everyone, Sorry for the long delay. I have been taking the time to fundamentally change the way we do our validations in our Foundation services. And now after I...
Hi Everyone, Now that we have completed nearly all the foundation entities and their related CRUD operations - let's take this project to the new level with PROCESSING and ORCHESTRATION...