Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft workshop management #1602

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

IrynaNakoneshniuk
Copy link
Contributor

Summary of Changes:

  • Added Base Model TrackableBaseEntity:
    Introduced a reusable base model for non-business entities to track changes such as CreatedBy, ModifiedBy, CreatedAt, and
    ModifiedAt.
  • Added WorkshopDraft and TeacherDraft introduced models to store draft data for workshops and teachers
  • Added IWorkshopDraftRepository, added methods Update and Delete to ensure data consistency during concurrent access.
  • Added сustom exceptions EntityDeletedConflictException and EntityModifiedConflictException
  • Added Create method to IWorkshopDraftService

@IrynaNakoneshniuk IrynaNakoneshniuk force-pushed the draft-workshop-management branch from dbe21bd to 32fae6e Compare December 9, 2024 18:20
Copy link

sonarqubecloud bot commented Dec 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
7.1% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant