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