Merged
Conversation
…kend_v1-2 Feature/connect frontend to backend v1 2
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.
목적
/api/events를 추가합니다.주요 변경사항
FirebaseRepository를 추가하고, master/flight policy 조회 및 동기화 메타데이터 저장 로직을 구현했습니다./api/master-policies,/api/flight-policies,/api/master-policies/tree,/api/firebase/test-document,/api/events등 백엔드 API 라우트와 응답 타입을 정리했습니다.master_policy_updated,flight_policy_updatedSSE 이벤트를 발행하도록 이벤트 버스를 연결했습니다.cargo check기준으로 백엔드 빌드 검증을 수행했고,backend/Dockerfile,backend/.dockerignore,backend/.env.example을 시크릿 파일 마운트 방식에 맞게 정리했습니다.