forked from woowacourse/java-subway-map-precourse
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[지하철 노선도] [팀 주디 활동] 권광재 제출합니다. #7
Open
kwongwangjae
wants to merge
13
commits into
techeer-sv:main
Choose a base branch
from
kwongwangjae:kwon
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
초기 설정, 지하철 역 관련 기능, 지하철 노선 관련 기능, 지하철 구간 관련 기능 서술 Closes #0
- 지하철역 교대역, 강남역 등 명시 내용 등록 - 지하철 노선 2호선, 3호선, 신분당선 등록 - 노선 초기 설정 역 등록 Closes techeer-sv#1, techeer-sv#2, techeer-sv#3
- 지하철 역 등록 및 삭제 - 노선에 등록된 역은 삭제 불가 - 중복된 지하철 역 이름이 등록 불가 - 지하철 역 이름은 2글자 이상 - 지하철 역의 목록을 조회 가능 Closes techeer-sv#4, techeer-sv#5, techeer-sv#6, techeer-sv#7, techeer-sv#8
- 지하철 노선 등록 및 삭제 - 중복된 지하철 노선 이름 등록 불가 - 지하철 노선 이름은 2글자 이상 - 노선 등록 시 상행 종점역과 하행 종점역 입력 필수 - 지하철 노선의 목록을 조회 가능 Closes woowacourse#9, woowacourse#10, woowacourse#11, woowacourse#12, woowacourse#13
- 하나의 역 여러개의 노선 추가, 삭제 가능 - 역과 역 사이에 새로운 역이 추가 가능 - 노선에서 갈래길은 불가 - 종점 제거 시 다음 역으로 종점 변경 - 노선에 포함된 역이 두 개 이하일 경우 역 제거 불가 Closes woowacourse#14, woowacourse#15, woowacourse#16, woowacourse#17, woowacourse#18
- config파일 구현
remove -> delete
heondong9265
added a commit
to heondong9265/Infinite_Challenge_BE
that referenced
this pull request
May 31, 2024
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.
지하철 노선도 미션
구현 Repository를 사용하는 것에 있어서 알지 못하는 부분들이 존재해 그 부분들에 대한 처리를 제대로 하지 못했습니다.
(아직 이런 부분에 대해서 지식이 많이 모자르다는 것을 깨닫게 되었습니다. 자바로 작성해 보면서 더 생각이 많아지는 과제였습니다.)
계속 공부를 진행해가면서 리팩토링을 진행하겠습니다!