Skip to content
Hee edited this page Jun 27, 2025 · 18 revisions
gitGraph
   commit id: "Initial Commit"
   branch master
   checkout master
   commit id: "운영 배포용 백업"
   
   branch develop
   checkout develop
   commit id: "공통 기능 개발 시작"

   branch feature/login_ui
   checkout feature/login_ui
   commit id: "로그인 UI 개발"
   commit id: "테스트 및 코드 리뷰"
   checkout develop
   merge feature/login_ui
   checkout master
   merge feature/login_ui

   branch feature/api_auth
   checkout feature/api_auth
   commit id: "API 인증 기능 개발"
   commit id: "테스트 및 코드 리뷰"
   checkout develop
   merge feature/api_auth
   checkout master
   merge feature/api_auth
Loading

ADR 문서

도메인 정의서

REST API 설계

시퀀스 다이어그램

Clone this wiki locally