-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: 삭제된 시간표 강의 복구 #1110
feat: 삭제된 시간표 강의 복구 #1110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 !
코멘트 확인 부탁드릴께요 👍
src/main/java/in/koreatech/koin/domain/timetableV2/service/TimetableLectureService.java
Outdated
Show resolved
Hide resolved
src/test/java/in/koreatech/koin/fixture/TimeTableV2Fixture.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/timetableV2/model/TimetableFrame.java
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/timetableV2/repository/TimetableFrameRepositoryV2.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
관규님이 꼼꼼하게 리뷰해주셨네요 👀
고생하셨습니다~
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C
공백 한 줄👀
… feature/1102-restore-timetable
🔥 연관 이슈
🚀 작업 내용
POST/v2/timetables/lecture/rollback
timetable_lectures_id를 리스트값으로 받아 시간표 강의를 복구합니다.
POST/v2/timetables/frame/rollback
2-1. 삭제된 시간표 프레임: 삭제된 시간표 프레임과 그에 속한 강의 정보를 복구합니다.
2-2. 삭제되지 않은 시간표 프레임: 시간표 프레임에 속한 강의 정보를 복구합니다.
Hard delete -> Soft delete로 변경했습니다.
💬 리뷰 중점사항