[Major] 프로젝트 개요서 간단본을 모두 조회하는 함수에서 상세본까지 같이 조회되는 문제 해결#84
Merged
kimch0612 merged 1 commit intoCodeCraft-NSU:masterfrom Mar 26, 2025
Merged
[Major] 프로젝트 개요서 간단본을 모두 조회하는 함수에서 상세본까지 같이 조회되는 문제 해결#84kimch0612 merged 1 commit intoCodeCraft-NSU:masterfrom
kimch0612 merged 1 commit intoCodeCraft-NSU:masterfrom
Conversation
kimch0612
approved these changes
Mar 26, 2025
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.
Summary
output_DB.py의 프로젝트 개요서 간단본을 모두 조회하는 함수에서 상세본까지 같이 조회되는 문제를 해결하였습니다.Description
doc_s_stack IS NULL연산자를 사용하여 필터링하는 방식으로 수정하였습니다.doc_s_goalsdoc_s_stackNote
현재, PMS 에서 사용중인 프로젝트 개요서는 상세본이므로, 위의 버그/문제의 영향을 받지 않습니다.
하지만, 단위 테스트를 진행한 후에 발견된 버그 수정은 필요하다고 생각되어 수정하였습니다.