-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge Develop into Master #1
Open
leeseobin00
wants to merge
797
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
feat: Board 생성 로직 수정 See merge request s11-final/S11P31S102!90
feat: chat 페이지 api 연동 See merge request s11-final/S11P31S102!91
- json 포맷 중 장, 조, 항, 목에 해당하는 키를 itemList로 변경함에 따라 코드를 수정했습니다. 티켓: S11P31S102-113
- 장, 조, 항, 목에 해당하는 key를 itemList로 변경했습니다. 티켓: S11P31S102-113
- 검색 시, 조건 변경 처리 추가 - 빈 문자열인 경우 undefined로 설정하여 전체 검색되도록 함
feat: Board 목록 조회 및 즐겨찾기 생성 삭제 연결 See merge request s11-final/S11P31S102!92
- 사용자의 레벨에 따라서 검색되는 문서가 필터링되도록 추가했습니다. - 검색된 문서가 사용자의 레벨보다 높으면 검색되지 않습니다. 티켓: S11P31S102-113
- 내용 티켓: S11P31S102-113
- document와 사용자의 level을 int로 비교할 수 있도록 수정했습니다. 티켓: S11P31S102-113
- 띄어쓰기가 잘못된 내용을 수정했습니다. 티켓: S11P31S102-113
- 유사도 점수가 0.7 이상인 문서만 검색할 수 있도록 threshold 값을 추가했습니다. 티켓: S11P31S102-113
- 질문으로 찾은 문서의 첫번째가 사용자의 레벨보다 높은 문서일 때 답변하지 못하도록 false를 리턴합니다. 티켓: S11P31S102-113
- 항에 해당하는 문서 포맷팅을 위해서 항마다 개행을 추가했습니다. 티켓: S11P31S102-113
- 내용 티켓: S11P31S102-113
- json이 중복해서 들어가는 로직을 수정했습니다. 티켓: S11P31S102-113
- 규정 데이터를 통합했습니다. 티켓: S11P31S102-113
- 내용 티켓: S11P31S102-113
- 내용 티켓: S11P31S102-113
- 내용 티켓: S11P31S102-113
- 내용 티켓: S11P31S102-113
- 내용 티켓: S11P31S102-113
feat:modify env See merge request s11-final/S11P31S102!129
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.
No description provided.