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

Fix/익명게시판 사용자 구분 #224 #253

Merged
merged 8 commits into from
Aug 14, 2023

Conversation

Lightieey
Copy link
Member

✅ 체크리스트

  • 테스트 코드가 잘 통과되나요?
  • 이 프로젝트의 코드 스타일을 따르나요?
  • 문서변경이 필요한 경우, 변경하였나요?

📋 변경 유형

  • Bug
  • Feature
  • Breaking change (기존 기능을 변경하게 하는 bug 또는 feature)

✏️ PR 개요

  • 익명게시판 사용자 구분
    게시글 및 댓글 작성자 userId를 salt=articleId로 암호화
    • 특정 게시글에 같은 사람이 댓글을 달았을 경우 암호화된 userId 값이 동일함 => 익명1, 익명2 구분 가능
    • 게시글 작성자가 댓글을 달았을 경우 article의 암호화된 userId 값과 comment의 userId가 동일함 => 작성자 구분 가능

resolved: #224

@Lightieey Lightieey added the enhancement New feature or request label Aug 2, 2023
@Lightieey Lightieey added this to the test&refactoring_230503 milestone Aug 2, 2023
@Lightieey Lightieey self-assigned this Aug 2, 2023
@Lightieey Lightieey merged commit a3a8e74 into develop Aug 14, 2023
@Lightieey Lightieey deleted the fix/익명게시판-사용자-구분-#224 branch August 14, 2023 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants