BlackLair / JWBook

JWBook SNS Project for Spring Boot
0 stars 0 forks source link

타임라인 #3

Open BlackLair opened 3 months ago

BlackLair commented 3 months ago

타임라인

사용자들이 업로드한 게시글들을 볼 수 있는 타임라인 기능 구현

BlackLair commented 3 months ago

타임라인 기능 구현

❗ Done

BlackLair commented 3 months ago

좋아요 기능 구현

❗ Done

BlackLair commented 3 months ago

게시물 등록 기능 UI 구성

❗ Done

BlackLair commented 3 months ago

8fcb0cc 기존에 ajax 콜백 함수 내에서 이벤트가 호출된 jQuery 객체를 사용하기 위해 별도의 변수에 저장했던 내용 수정

BlackLair commented 3 months ago

게시물 업로드 기능 구현

❗ Done

BlackLair commented 3 months ago

📝 Todo-list

BlackLair commented 3 months ago

✏ Memo

BlackLair commented 3 months ago

https://github.com/BlackLair/JWBook/commit/ba645b006c2a65349bd2ae05f6741eb7753de5a0 이제 게시글들에 대한 모든 정보(Post)를 그대로 Model에 등록하지 않고 필요한 정보들만 뽑아서 DTO 클래스 객체(PostDetail)로 만들어 Model에 전달한다. 댓글(Reply) 클래스도 같은 방식으로 코드를 재작성해야한다.

BlackLair commented 3 months ago

❗ Done

BlackLair commented 3 months ago

❗ Done

BlackLair commented 3 months ago

❗ Done

BlackLair commented 3 months ago

📝 Todo-list

BlackLair commented 3 months ago

❗ Done

let optionModal = document.getElementById("optionModal"); let modalInstance = bootstrap.Modal.getInstance(optionModal); ... modalInstance.hide(); // 모달을 인위적으로 숨기는 작업