Open
Conversation
…f the test project
…al.Tests.DomainTests.cs and added a file to automate code verification
…of Duration (double), HourCost (decimal) has been changed, the Id (uint) has been unified, the name field for the model has become mandatory, the class constructor in the tests has been redesigned for primary, the names of the tests have been changed in accordance with the conventions
…d repository abstract class and repositories for essential classes from domain
…epository and repositories for classes from domain space
…ome methods in BaseRepository to complete incapsulation and correctness work with ID's, fixed names of classes in repositories, replaced TKey generic to uint
…the CarRental.Application.Interfaces folder, and folders have been created to contain DTO entities in CarRental.Application.Contracts
…pping and service class for car
…meters for BaseRepository, IBaseRepository and related files, fixed name of generation variable in DataSeed file, fixed imports in repository classes, added project for impementation Web API
… generation classes, fixed some problems with returning types in several methods, added correct working controllers, added new mapping settings, now server works correct with car, client and rent
…oller) and some minor changes in rent service
…tor for cars in controllers to primary
… essential links between projects
…ontrollers to ActionResult, separated DTOs for analytical methods, added logging of controllers, changed the operation of the element deletion call
…new client or update it and added comments to methods and parameters
…with DB, added correct type for returning in crud methods
… the server and database
… model generation controllers
…ynchronous data processing, and Mapster was returned
…ncies, added producer in the generator project and consumer in the infrastructure project
alxmcs
requested changes
Feb 18, 2026
…cords, the number of batches, and the delay time and other optimizations
alxmcs
requested changes
Feb 19, 2026
CarRental.Application.Contracts/Generator/GenerateRentalsRequest.cs
Outdated
Show resolved
Hide resolved
…talsRequest.cs, Program.cs
alxmcs
requested changes
Feb 20, 2026
CarRental.Application.Contracts/Generator/GenerateRentalsRequest.cs
Outdated
Show resolved
Hide resolved
alxmcs
approved these changes
Feb 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ФИО: Русяев Алексей
Номер группы: 6412
Номер лабораторной: 4
Номер варианта: 43
Краткое описание предметной области: Пункт проката автомобилей
Краткое описание добавленных фич: Реализован сервис для генерации фейковых данных на основе существующих CarId и ClientId с применением Bogus. Передача данных и получение сервисом по прокату авто реализованы при помощи брокера сообщений Kafka