-
Notifications
You must be signed in to change notification settings - Fork 8
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
사용자 개인 템플릿 페이지 탐색 기능 구현 #776
Closed
Closed
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
…service SourceCodeService 테스트 추가
Member Service 테스트
…service-layer TemplateTagServiceTest 추가
…ry-application-service MemberCategoryApplicationService 테스트
…late-facade CategoryTemplateApplicationTest 추가
…ry-template-application-service MemberCategoryTemplateApplicationService 테스트
�TemplateServiceTest 추가
…late-service CategoryTemplateService 테스트
…vice 썸네일 서비스 테스트코드 작성
…ication TemplateApplicationService 테스트
CategoryService 테스트
…te-application MemberTemplateApplicationService 테스트
로컬 환경에서 서버 실행을 위한 도커 컴포즈 스크립트 작성
…mberdto �사용되지 않는 MemberDto 제거
…length-validate 태그 및 카테고리 생성 시 글자수 검증
…eck-log 백엔드 로그 수정
좋아요한 템플릿 삭제 시 좋아요 테이블 삭제 구현
[BE] 코드잽 프로덕션 v1.1.3 배포
…entions-check 전반적으로 자잘한 코드 컨벤션 정리
[BE] MySQL 대소문자 구분 문제로 태그 생성 시 다른 태그까지 생성되는 버그 픽스
[FE] 코드잽 프로덕션 v1.1.3 배포
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
⚡️ 관련 이슈
close #749
📍주요 변경 사항
1. 라우팅주소 변경 : my-templates > member/{:memberId}/templates
2. 작성자 이름 클릭 시, 해당 사용자의 템플릿 페이지로 리다이렉트
🎸기타
템플릿 카드에서의 작성자 이름 상호작용
현재 템플릿 카드에도 작성자 이름을 클릭할 수 있는 기능이 구현되어 있습니다. 그러나 템플릿 카드 전체를 클릭할 수 있기 때문에 예상대로 동작하지 않습니다. 이를 해결하기 위하여 다음 작업으로 템플릿 카드 디자인 리팩토링을 진행할 예정입니다.