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

[FEAT] [06-02] 서버는 사용자의 글 데이터를 전송한다. #39

Closed
4 tasks done
qkrwogk opened this issue Nov 9, 2023 · 1 comment · Fixed by #83
Closed
4 tasks done

[FEAT] [06-02] 서버는 사용자의 글 데이터를 전송한다. #39

qkrwogk opened this issue Nov 9, 2023 · 1 comment · Fixed by #83
Assignees
Labels
BE 백엔드 ✨ Feature 기능 개발
Milestone

Comments

@qkrwogk
Copy link
Collaborator

qkrwogk commented Nov 9, 2023

✨ 기능 설명

[BE] [06-02] 서버는 사용자의 글 데이터를 전송한다.

✨ 개발 목록

  • 지정된 게시글 id(board 테이블의 id)에 따른 게시글 정보를 조회한다.
  • 찾지 못하면 404 NotFound 에러를 반환한다.
  • 찾으면 200과 찾은 Board 객체를 반환한다.
  • 게시글 조회 시 AES로 복호화하여 전달한다.

✨ 스크린샷

✨ 기타 설명 / 질문

@qkrwogk qkrwogk added ✨ Feature 기능 개발 BE 백엔드 labels Nov 9, 2023
@qkrwogk qkrwogk added this to the Week 2 milestone Nov 13, 2023
qkrwogk referenced this issue in qkrwogk/web16-B1G1 Nov 15, 2023
- #39 [06-02]에 해당하는 GET /board/:id 요청 처리
- 이를 위한 실패하는 테스트 코드 작성
qkrwogk referenced this issue in qkrwogk/web16-B1G1 Nov 16, 2023
- #39 [06-02]에 해당하는 GET /board/:id 요청 처리
- 이를 위한 실패하는 테스트 코드 작성
SongJSeop added a commit that referenced this issue Nov 16, 2023
[BE] [06-02] GET /board/:id TDD로 구현 #39
@qkrwogk qkrwogk linked a pull request Nov 16, 2023 that will close this issue
@MinboyKim MinboyKim added FE 프론트엔드 and removed FE 프론트엔드 labels Nov 16, 2023
@qkrwogk qkrwogk closed this as completed Nov 20, 2023
@qkrwogk
Copy link
Collaborator Author

qkrwogk commented Nov 20, 2023

게시글 내용 AES 암복호화 Task 추가로 Reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants