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

feat: 삭제된 시간표 강의 복구 #1110

Merged
merged 15 commits into from
Dec 4, 2024
Merged

Conversation

kwoo28
Copy link
Contributor

@kwoo28 kwoo28 commented Dec 3, 2024

🔥 연관 이슈

🚀 작업 내용

  1. POST/v2/timetables/lecture/rollback
    timetable_lectures_id를 리스트값으로 받아 시간표 강의를 복구합니다.

  2. POST/v2/timetables/frame/rollback
    2-1. 삭제된 시간표 프레임: 삭제된 시간표 프레임과 그에 속한 강의 정보를 복구합니다.
    2-2. 삭제되지 않은 시간표 프레임: 시간표 프레임에 속한 강의 정보를 복구합니다.

  3. Hard delete -> Soft delete로 변경했습니다.

💬 리뷰 중점사항

@kwoo28 kwoo28 self-assigned this Dec 3, 2024
@github-actions github-actions bot added the 기능 새로운 기능을 개발합니다. label Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

Unit Test Results

341 tests   340 ✔️  1m 33s ⏱️
  41 suites      1 💤
  41 files        0

Results for commit 84d226a.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@Soundbar91 Soundbar91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 !
코멘트 확인 부탁드릴께요 👍

Copy link
Contributor

@duehee duehee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

관규님이 꼼꼼하게 리뷰해주셨네요 👀
고생하셨습니다~

Comment on lines 35 to 36


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C

공백 한 줄👀

Suggested change

@kwoo28 kwoo28 merged commit c1a12fb into develop Dec 4, 2024
4 checks passed
@kwoo28 kwoo28 deleted the feature/1102-restore-timetable branch December 4, 2024 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 새로운 기능을 개발합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

삭제한 시간표 복구 API
3 participants