-
Notifications
You must be signed in to change notification settings - Fork 83
[지하철 노선도 경로 조회 미션] 천영석 미션 제출합니다. #42
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
dudtjr913
wants to merge
31
commits into
woowacourse:main
Choose a base branch
from
dudtjr913:path
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
<description>
<description>
<description> 항상 일정하게 가지고 있는 초기 화면을 미리 입력했다.
<description>
<description>
<description>
<description> constructor에서 초기값을 할당해 데이터를 초기화했다.
<description>
<description> 역을 입력했을 때, 존재하는 역인지, 같은 역을 입력하지는 않았는지 검사해준다.
<description>
<description>
<description>
<description> radio 전체를 받아서 check된 것만 return했다.
<description>
<description>
<description> 현재 최단거리를 구하는 메소드는 만들었고, 최단거리를 구한 후에 총 거리와 총 소요시간도 함께 return해주기 위해 함수를 만들고 있다.
<description> 이 메소드도 역시 최단시간으로 가는 역은 구했지만 총 시간과 거ㄹ를 구하지 못했다.
<description> 총 시간과 총 거리를 구하는 함수도 만들어야 한다.
<description>
<description> title과 테이블을 만들어 화면에 랜더링하고, css로 스타일도 조정했다.
<description>
<description> 결과 화면을 삭제함으로써 길 찾기 버튼을 누를 때마다 새로운 화면이 나타난다.
<description>
<description> SECTION만 사용하기 때문에 LINE이 더이상 필요하지 않다.
<description> 총 시간과 총 거리를 구하기 위해 출발/도착 배열을 가지도록 변경
<description> 너무 어려워서.. 거의 끼워맞추기 식으로 했다. 다시 도전해봐야겠다.
<description>
<description>
<description>
<description> 시간이 부족해서 마지막 추가사항은 구현하지 못했습니다...
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.
제출하겠습니다.