This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
강의 브런치 강의 CRUD 개발 (S3 기능 제외) #37
Open
heunseoRyu
wants to merge
51
commits into
develop
Choose a base branch
from
feature/lecture
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
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 수정 , 메소드 이름 수정
충돌만 해결해주시면 바로 머지해드릴게요 👍 |
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 로직 개발 중에 있습니다.