Skip to content
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

Posts 기능 개발 #30

Closed
yanghun0070 opened this issue Aug 23, 2020 · 5 comments
Closed

Posts 기능 개발 #30

yanghun0070 opened this issue Aug 23, 2020 · 5 comments
Assignees

Comments

@yanghun0070
Copy link
Owner

yanghun0070 commented Aug 23, 2020

  • Posts 목록 조회 / 등록 기능(개발 완료)
  • Posts 목록 수정 / 삭제(개발 완료)
  • Posts 댓글 / 좋아요 기능 구현 (개발 완료)
  • 세션 웹소켓을 활용하여 다른 유저가 게시글을 등록했을 시에 refresh 없을 경우에도 바로 갱신되게 수정(개발 완료)
  • 이미지 업로드 구현 (MinIO 오브젝트 스토리지 연동) (개발 완료)
@yanghun0070
Copy link
Owner Author

yanghun0070 commented Aug 24, 2020

Reactjs Posts 목록 수정/삭제 하기위해 Dropdown Button 구성

@yanghun0070
Copy link
Owner Author

yanghun0070 commented Aug 30, 2020

@yanghun0070
Copy link
Owner Author

yanghun0070 commented Sep 5, 2020

Zuul 은 web socket 을 지원하지 않으므로, 다른 해결책 필요
spring-cloud/spring-cloud-netflix#2024

Spring Cloud Gateway 는 web socket 지원
spring-cloud/spring-cloud-gateway#6

Zuul 에서 Spring Cloud Gateway 로 변경되었다는 자료
https://programming.vip/docs/replacing-zuul-with-spring-cloud-gateway-to-access-websocket.html

Zuul 2 에서는 지원
Netflix/zuul#112

Zuul 2
https://github.com/Netflix/zuul/wiki/Getting-Started-2.0

Zuul 에서도 web socket 을 사용할 수 있게 기여함 참고자료
https://github.com/mthizo247/spring-cloud-netflix-zuul-websocket

@yanghun0070
Copy link
Owner Author

yanghun0070 commented Oct 2, 2020

h2 db 에서는 계층형 댓글을 oracle, h2 에서만 사용할 수있는 function 을 제공
https://stackoverflow.com/questions/37138119/hierarchical-queries-in-h2

mysql 을 사용할 예정이므로, 추후 계층형 댓글 구현

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant