-
Notifications
You must be signed in to change notification settings - Fork 0
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
[refactor] schedule, staff, cast의 add, delete,update DTO를 하나의 DTO로 합치고 서비스 로직에서 add, delete, update를 판단하여 처리하도록 변경 #185
Labels
Comments
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 23, 2024
… DTO로 변경 및 scheduleNumber를 서버측에서 부여하도록 변경 (#187)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Issue 📌
Why?
HOW?
add, delete, update Request DTO를 하나의 Request DTO로 합치고 서비스 레이어에서 add, delete, update를 판단하여 주어진 로직을 수행합니다.
for문을 돌려서 각 서비스 로직에 맞게끔 회차를 추가,삭제,변경합니다.
add, delete, update Response DTO를 하나의 Response DTO로 합치고 id를 포함해서 현재 수정된 결과를 보내줍니다.
scheduleNumber를 클라이언트 측에서 보내주는게 아닌 서버측에서 회차별 날짜로 재정렬하여 회차번호를 부여하는 작업을 추가합니다.
Todo ✔️
The text was updated successfully, but these errors were encountered: