-
Notifications
You must be signed in to change notification settings - Fork 20
[김찬우] 웹서버 7단계 구현 완료 #237
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
Open
kcw2205
wants to merge
73
commits into
softeerbootcamp-7th:blu3fishez
Choose a base branch
from
kcw2205:task/week3/thu
base: blu3fishez
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[김찬우] 웹서버 7단계 구현 완료 #237
Conversation
This file contains hidden or 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
3주차 화요일 작업
- Article - Comment - User
- 게시글이 빈 경우의 화면도 구현
- `HtmlComponent` 에 ``setField` 를 추가하여 별도 컴포넌트 클래스는 구현하지 않는 방식으로 간소화 - 뷰 핸들러에서 뷰 관련 로직을 구현하여 렌더링할 수 있도록 데이터처리를 하도록 구성
- Auto Increment와 같은 Key 값을 모르는 상황을 위해 엔티티를 바로 저장할 수 있도록 명세 개선
Task/week3/wed
- 이미지가 찌그러지는 현상 개선 - 이전글 / 다음글 비활성화 효과 표시 - 좋아요 SVG에 마우스를 올리면 클릭할 수 있도록 유도
- NOT_EXISTS 로 설정하여 중지되어도 파일로 데이베이스 레코드 보존
- ArticleDAO, ArticleDAOH2 -> 성능 개선을 위한 특수 쿼리 추가로 인한 명세 변경 - ArticleService 한번에 받아오도록 수정
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.
작업 사항
아직 해결 못한 과제
JSON형태로 파싱할 수 있는 로직 필요 -> 고차적인 데이터를 아직 받을 수 없음.오늘 깨달아가는 내용
생각했던 것보다 DB 비용이 더 더 큼
Renderable상속받은 객체로 래핑을 막하는데 불구하고 2ms 밖에 안걸림