Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

강의 브런치 강의 CRUD 개발 (S3 기능 제외) #37

Open
wants to merge 51 commits into
base: develop
Choose a base branch
from

Conversation

heunseoRyu
Copy link
Member

기본 강의 CRUD 로직 개발 중에 있습니다.

@heunseoRyu heunseoRyu self-assigned this Apr 19, 2024
@heunseoRyu heunseoRyu added the 🐳:새로운 새로운 기능 또는 새로운 것일 때 label Apr 19, 2024
@heunseoRyu heunseoRyu added this to the 강의 도메인 구현 milestone Apr 19, 2024
@heunseoRyu heunseoRyu linked an issue Apr 19, 2024 that may be closed by this pull request
1 task
칼럼(idx,applierIdx,lectureIdx)
일부 LocalDateTime -> LocalDate 로 수정
추가된 메소드
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 수정 , 메소드 이름 수정
@seu1a
Copy link
Member

seu1a commented Apr 21, 2024

충돌만 해결해주시면 바로 머지해드릴게요 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐳:새로운 새로운 기능 또는 새로운 것일 때
Projects
No open projects
Status: 리뷰 중
3 participants