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

데이터베이스 검색 기능 구현 및 글/댓글쓰기 안되는 문제 수정 #133

Merged
merged 6 commits into from
Mar 21, 2021

Conversation

droplet92
Copy link
Contributor

Fixes #99 .

이 풀리퀘스트로 바뀌는 점:

  • typeorm이 0.2.0-alpha 버전에서 0.2.3 버전으로 업그레이드됩니다.
  • 마이 페이지 타임라인 기능, 타임라인 검색 기능이 추가됩니다.
  • 글/댓글 관련 컨트롤러 문제를 해결합니다. (eevee 업데이트 필요)
  • API 주소가 보다 일관성있게 변경되고, 사용하지 않는 DELETE 메소드는 삭제됩니다.
  • 기타 소스 코드 정리

TODO:

  • request/response 형식을 document, comment에서 사용한 형식으로 통일

@droplet92

droplet92 added 5 commits March 21, 2021 18:22
- 사용하지 않는 DELETE method 삭제
- request 및 response 형식 추가
- 회원 이름/아이디/글/댓글로 게시글 검색
- 작성한 글, 좋아요한 글, 댓글단 글 타임라인 가져오기 기능 구현
@droplet92 droplet92 requested a review from sGOM March 21, 2021 12:43
Copy link
Contributor

@sGOM sGOM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

@sGOM sGOM merged commit 09ab74d into master Mar 21, 2021
@sGOM sGOM deleted the lhs branch March 21, 2021 16:17
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

Successfully merging this pull request may close these issues.

데이터베이스 검색 기능
2 participants