Commit Graph

5 Commits

Author SHA1 Message Date
aa0d2b1a73 Removes mission content key from database
Removes the `S3ContentKey` property from the `DbMission` entity and related DTOs and services.

This change streamlines the mission creation process and simplifies the data model.
The content is no longer stored separately.
2025-10-27 21:31:25 +03:00
d34a85467e Дофига всего от ИИ 2025-10-26 23:20:45 +03:00
5d5d091dbe Refactors repositories for improved structure
Improves repository structure by introducing a generic DbCrud class and dedicated repositories for each entity.

This change enhances code maintainability and testability by separating concerns.
It also introduces soft delete functionality to the generic repository.
2025-10-24 00:44:53 +03:00
b51a9b287d Localizes API documentation to Russian
Changes translate the Swagger documentation comments to Russian.
This improves the API usability for Russian-speaking developers.
2025-10-23 23:19:39 +03:00
981fdb4264 Третья волна рефакторинга 2025-10-20 15:35:30 +03:00