Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Member
|
lgtm |
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.
Description
요청 예시
GET /graph?generation=8기&organizationDocumentUuid={uuid}
flowchart TB subgraph FIRST["첫 번째 요청 — 8기 기본 그래프"] A["GET /graph?generation=8기"] A --> B["DB에서 8기 크루 문서 조회"] B --> C["크루 노드 생성"] B --> D["REFERENCE 간선 생성"] C --> E["8기 기본 그래프 응답"] D --> E end E --> F["사용자가 '백엔드' 조직 클릭"] subgraph SECOND["두 번째 요청 — 백엔드 조직 선택"] F --> G["GET /graph?generation=8기<br/>&organizationDocumentUuid=백엔드UUID"] G --> X["노드"] G --> Y["간선"] X --> H["DB에서 8기 크루 문서 다시 조회"] H --> I["크루 노드 다시 생성"] H --> J["REFERENCE 간선 다시 생성"] Y --> K["백엔드 조직 문서 확인"] K --> L["DB에서 8기 ∩ 백엔드 크루 UUID 조회"] I --> M["8기 기본 그래프 재구성"] J --> M L --> N["백엔드 조직 노드와<br/>ORGANIZATION_LINK 간선 생성"] M --> O["최종 그래프 응답"] N --> O end P["이전 요청 결과를<br/>서버에서 재사용하지 않음"] -.-> HRelated Issue
Closes #179