docs: 문서 최신화 및 vote history 조회 정규화#28
Merged
Merged
Conversation
docs: refresh backend architecture readme
fix: make vote history lookup case insensitive
docs: add english readme and architecture mermaid
docs: clarify vote history address lookup behavior
sweatbuckets
added a commit
that referenced
this pull request
Apr 15, 2026
Merge pull request #28 from VESTAr-BAY/main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
vote-submissions/history조회를 case-insensitive로 바꿔 주소 casing mismatch 문제를 완화했습니다.toLowerCase()+ case-insensitive 비교)에 맞게 정정했습니다.변경 파일
README.mdREADME.en.mdARCHITECTURE_MERMAID.mdsrc/modules/vote-submissions/vote-submissions.service.ts확인 사항
vote-submissions/history는 프론트에서 대소문자가 섞여 들어와도 조회되도록 수정됨