This repository was archived by the owner on May 14, 2024. It is now read-only.
Open
Conversation
Feature/lecture2
Open
1 task
칼럼(idx,applierIdx,lectureIdx)
This was
linked to
issues
Apr 20, 2024
Open
Open
Open
Open
일부 LocalDateTime -> LocalDate 로 수정
url 일부 수정
추가된 메소드 1. updateLecture() 2. deleteLecture() 3. getManagingLectures() 4. getAppliers()
1. 칼럼명 : introduction -> description 2. startDate, endDate 자료형 LocalDate로 수정 3. updateLecture() 메소드 추가
1. findAllByTeacherIdx() 정의 2. findAllByCategory() 정의 3. findAllByKeyword() 정의 4. findByIdx() 정의
birth 칼럼 자료형 변경 (String -> LocalDate)
변경사항 String birth -> LocalDate birth
변경사항 findByIdx() 정의
변경사항 요청 url 수정 , 메소드 이름 수정
Member
|
충돌만 해결해주시면 바로 머지해드릴게요 👍 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
기본 강의 CRUD 로직 개발 중에 있습니다.