-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat/a1] 관리자 html 수정 #59
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
# Conflicts: # Domain/src/main/resources/data.sql
approvePicture 메서드에 isSessionUserAdmin 주석처리
list.html수정 , adminlist.css ,관리자 계정 생성을 위한 form.html 추가
관리자 명단 조회를 위한 메소드 추가
관리자 계정 생성 및 리스트
# Conflicts: # Api/src/main/java/picasso/server/api/admin/controller/AdminController.java # Api/src/main/java/picasso/server/api/admin/service/AdminService.java # Api/src/main/resources/templates/admin/list.html # Domain/src/main/resources/data.sql
html , css 파일 수정 , detail.html&css 개선 필요
# Conflicts: # Api/src/main/java/picasso/server/api/admin/controller/AdminController.java # Domain/src/main/java/picasso/server/domain/domains/user/repository/UserRepository.java # Domain/src/main/resources/data.sql
의존성 해결을 위한 수정
사용할 Dto 만 적용가능 하게끔 SignUpAdminRequestDto 작성후 적용 Build패턴-> 해당 Dto만 적용 높은 가시성을 위한 메서드 네이밍 및 경로 재설정
# Conflicts: # Domain/src/main/java/picasso/server/domain/domains/user/repository/UserRepository.java
컨트롤러 불필요 코드 제거 , html 규격에 맞게 수정중(아직 미완)
html 파일 규격에 맞게끔 수정
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.
It's too hard for me.
I hate html.