Skip to content

Commit

Permalink
refactor ulm close and restart uc + affected layers below
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Nov 9, 2023
1 parent 96b199f commit 546a5ed
Show file tree
Hide file tree
Showing 60 changed files with 903 additions and 4,194 deletions.
3 changes: 0 additions & 3 deletions apps/server/src/modules/legacy-school/controller/dto/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions apps/server/src/modules/legacy-school/legacy-school-api.module.ts

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions apps/server/src/modules/legacy-school/mapper/migration.mapper.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { Test, TestingModule } from '@nestjs/testing';
import { LegacySchoolDo } from '@shared/domain';
import { LegacySchoolRepo } from '@shared/repo';
import { legacySchoolDoFactory } from '@shared/testing';
import { SchoolNumberDuplicateLoggableException } from '../../error';
import { SchoolNumberDuplicateLoggableException } from '../../loggable';
import { SchoolValidationService } from './school-validation.service';

describe('SchoolValidationService', () => {
describe(SchoolValidationService.name, () => {
let module: TestingModule;
let service: SchoolValidationService;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable } from '@nestjs/common';
import { LegacySchoolDo } from '@shared/domain';
import { LegacySchoolRepo } from '@shared/repo';
import { SchoolNumberDuplicateLoggableException } from '../../error';
import { SchoolNumberDuplicateLoggableException } from '../../loggable';

@Injectable()
export class SchoolValidationService {
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion apps/server/src/modules/legacy-school/uc/index.ts

This file was deleted.

Loading

0 comments on commit 546a5ed

Please sign in to comment.