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

[BE] [REFACTOR] 예약 구현 리펙토링 #182

Merged
merged 22 commits into from
Dec 4, 2024
Merged

[BE] [REFACTOR] 예약 구현 리펙토링 #182

merged 22 commits into from
Dec 4, 2024

Conversation

2Jin1031
Copy link
Collaborator

  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?

작업 내용

  • seminarRoomId를 API 파라미터로 분리하여 구현
  • 특정 세미나실의 예약 조회 기능 구현
  • TimeTable을 사용하지 않고 예약 시작 시간과 종료 시작 시간 만으로 반복 일정 구현

스크린샷

image

주의사항

  1. 이 방식이 맞는 지 리뷰를 통해 타임테이블을 순차적으로 지울 예정
  2. 예약 시작 시간과 종료시간이 2시간 이상 차이나면 에러를 발생시켜서 임시 주석 처리해놨음 -> 추후 수정 필요

Closes #179

@2Jin1031 2Jin1031 added enhancement New feature or request 😄 BE labels Nov 29, 2024
@2Jin1031 2Jin1031 requested a review from urinaner November 29, 2024 03:05
@2Jin1031 2Jin1031 self-assigned this Nov 29, 2024
@2Jin1031 2Jin1031 merged commit 4990bb6 into main Dec 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😄 BE enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 예약 구현 리펙토링
2 participants