-
Notifications
You must be signed in to change notification settings - Fork 83
[지하철 노선도 경로조회 미션] 곽형조 미션 제출합니다. #49
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
Open
Kwakcena
wants to merge
20
commits into
woowacourse:main
Choose a base branch
from
Kwakcena:Kwakcena
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 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
* 구현 목록을 README.md에 추가
* 프로젝트 초기 설정 * eslint 설치 및 규칙 추가 * App.js 추가
* 지하철 길찾기 제목을 볼 수 있다.
* 출발역과 도착역을 입력할 수 있다.
* 최단거리, 최소시간을 선택할 수 있다. * 초기값으로 최단거리가 선택되어 있다.
* 길찾기 버튼을 화면에서 볼 수 있다.
* radio button을 선택한 값에 따라 결과를 다르게 볼 수 있다.
* 재사용 가능한 테이블 컴포넌트를 만든다. * 테이블에 스타일을 추가한다.
* 길찾기 버튼을 누르면 테이블 헤더를 볼 수 있다.
* 검색 결과를 화면에서 볼 수 있다. * 선택한 radio 값에 따라 거리와 시간을 구한다. * 초기 다익스트라 값을 가져온다.
* 이름이 두글자 이상인지 검사한다. * 이름에 공백이 포함되어 있는지 검사한다. * 역 이름이 존재하는 역인지 검사한다. * 출발역과 도착역이 같은지 검사한다.
* sections값은 Data에 적절하여 옮긴다.
* 컨테이너 태그를 만드는 코드가 중복되어 이를 메소드로 만들었다.
* 에러 메세지를 상수로 정의하였다.
* 간격이 띄어지도록 스타일을 추가한다.
* data-* 속성을 추가한다.
* 출발역과 도착역은 바뀔 수 있기에 이를 고쳤다.
* 최단거리를 구하는 메소드를 추가한다.
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.
미션 제출합니다.