-
Notifications
You must be signed in to change notification settings - Fork 5
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
공유페이지 외부 공개 api 기능 구현 및 리팩토링 #204
Labels
Comments
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
- 공유페이지 저장시엔 설정이 안되기 때문에 @ColumnDefault로 디폴트 값 false로 설정
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
miyounlee
added a commit
to miyounlee/jober-backend
that referenced
this issue
Oct 26, 2023
YangSooHyun0
pushed a commit
that referenced
this issue
Oct 26, 2023
* feat : ApiStatus에 forbidden 추가 (#204) * feat : IsPublicUpdateRequest DTO 생성 (#204) * refactor : shareURL로 공유페이지 접속하는 url 수정 (#204) * feat : SpaceWall엔티티에 isPublic 컬럼 추가 (#204) - 공유페이지 저장시엔 설정이 안되기 때문에 @ColumnDefault로 디폴트 값 false로 설정 * feat : updateIsPublic 컨트롤러 메서드 생성 및 findByshareURL url 수정 (#204) * feat : shareURL로 공유페이지 접근 시 외부공개 여부 체크하여 예외처리 (#204) * refactor : db에 중복된 shareURL이 있을 경우 예외처리 추가 (#204) * refactor : SpaceWallResponse에 memberId제거 및 isPublic 추가 (#204) * feat : updateIsPublic 서비스 메소드 생성 (#204) * modify : request변수명 수정 (#204) * modify : updateIsPublic컨트롤러 메서드 응답 수정 (#204) * refactor : 파일첨부가 되지 않은 파일블록이 있을 경우 예외처리 (#204)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
기능
작업 상세 내용
참고 사항
The text was updated successfully, but these errors were encountered: