issues
search
captain-yun
/
fc-board-project
패스트캠퍼스 게시판 서비스 수업
0
stars
0
forks
source link
유즈 케이스 작성하기
#4
Closed
captain-yun
closed
11 months ago
captain-yun
commented
11 months ago
유즈케이스란?
전체적인 사용자 이용 패턴을 분석해 놓은 것
우리가 설계하려는 시스템이 어떻게 생겼고 다른 사람과 소통할 때 공유할 수 있는데 유용
USE CASE 작성 전 준비
1. github/document 폴더 만들기 & 빈 파일 만들기 -> 2. git commit & push
유즈케이스 도구로 draw.io 사용**
captain-yun
commented
11 months ago
captain-yun
commented
11 months ago
feature/# 4-usecase 완료하여 풀리퀘스트를 시도하였으나 다음과 같은 문구가 뜨며 open pull request 가 진행되지 않음
이유 : remote main과 local main가 다름.
해결 : local main을 remote main으로 강제 force push 함.
force push 후 화면 -- local main이 remote main에 푸쉬됨
OK !!! 이제 Able to merge
captain-yun
commented
11 months ago
풀 리퀘스트 화면
captain-yun
commented
11 months ago
use-case.svg 파일이 비어있어서 코멘트 남김
추가 커밋함 - commits 숫자 3->4
captain-yun
commented
11 months ago
머지 완료 후 화면
이제 Delete branch -- 작업 완료한 브랜치는 삭제하는게 좋다. 브랜치 삭제해도 커밋 시점으로 갈 수 있으니 걱정하지 말 것!!!
브랜치 삭제 후 브랜치 1개만 보임
참고) 깃헙에서 풀 리퀘스트 후 자동 브랜치 삭제하는 세팅 화면
captain-yun
commented
11 months ago
풀 리퀘스트 머지 후 깃 크라켄에서 잘 합쳐져 있는 화면을 볼 수 있음
유즈케이스란?
USE CASE 작성 전 준비
1. github/document 폴더 만들기 & 빈 파일 만들기 -> 2. git commit & push
유즈케이스 도구로 draw.io 사용**