-
Notifications
You must be signed in to change notification settings - Fork 4
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
[yoonwodyd -> weekly] 유저 CRUD 기능 추가 #24
Labels
Comments
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Sep 27, 2024
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Sep 27, 2024
String으로 관리하던 타입을 LocalDateTime으로 변경
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Sep 27, 2024
FetchType을 Lazy로 변경.
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Sep 27, 2024
JpaRepository 생성
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
findById 명시적으로 추가
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
자동 날짜 추가를 위해 JPAConfig와 EntityListeners 추가
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
변경사이에 맞게 data.sql 변경
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
ArtistInfo와 StudentArtist 사이의 CascadeType.ALL 설정
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
변경 사항에 맞게 테스트 유저 변경
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
User에 사용할 UserDto및 artist의 response,request를 구현
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
테스트를 위한 security-test 추가
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
테스트를 위한 data.sql 별도 생성
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
테스트를 위한 yaml 별도 생성
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
토큰 테스트를 위한 별도의 유틸 클래스 생성
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
추후 필요한 내용 ToDo에 추가
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
ArtistService의 내용 추가. 에러 처리 구현이 현재 안되어있음.
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
JPA를 상속받는 StudentArtistRepositor 인터페이스 구현
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
ArtistController의 일부 기능 구현.
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
UserService 일부 구현
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
임시 로그인 E2E 테스트 구현
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 4, 2024
임시 Artist 테스트 구현
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 14, 2024
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 14, 2024
ArtistType에 getter 추가
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 14, 2024
유저 로직 처리를 위한 로직 추가. querydsl과 각종 설정 추가. 추후 변경 여지가 많음.
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 15, 2024
artistImageUrl 필드를 추가
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 15, 2024
Artist와 ArtistInfo 사이에 Cascade 추가
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 15, 2024
User 도메인 관련 업데이트
yooonwodyd
added a commit
to yooonwodyd/Team9_BE
that referenced
this issue
Oct 15, 2024
Swagger Ui를 security에 추가
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
✨ 기능 리스트
The text was updated successfully, but these errors were encountered: