Conversation
FTR: LoginService 메서드 테스트 로직 구현
FTR: LoginService 메서드 테스트 로직 구현
Collaborator
Author
|
악 main으로 잘못 pr날림 ㅠ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
시간표 기능과 관련된 총 14개의 API를 구현해놓았습니다.
✅ PR 내용
📢 개요
시간표(
Timetable) 및 개인 일정(Privacy) 관리 기능을 위한 14개의 API를 추가하였습니다.추가된 API는 시간표 생성, 삭제, 강의 및 개인 일정 추가/제거, 이름 변경 및 조회 기능을 포함합니다.
🛠️ 구현된 API 목록
🟢 개인 일정 관련 API
🟢 시간표 관련 API
/api/timetables/{timetableId}/api/timetables/{timetableId}/privacy/{privacyId}/api/timetables/{timetableId}/course/{courseId}/api/timetables/{timetableId}/api/timetables/names-and-ids/api/timetables/api/timetables/{timetableId}/privacy/{privacyId}/api/timetables/{timetableId}/course/{courseId}/api/timetables/{timetableId}🏗️ 테스트 방법 (Postman)
각 API는 Postman을 이용하여 아래와 같은 방식으로 테스트할 수 있습니다.
예제 1: 개인 일정 추가 (POST
/api/privacy)📌 요청 바디
📌 성공 응답
예제 2: 시간표 삭제 (DELETE
/api/timetables/{timetableId})📌 요청 URL
📌 성공 응답
📌 추가 작업 예정
📌 리뷰 및 피드백 부탁드립니다! 🙌