Open
Conversation
- 제목 구현 - 출발역, 입력창 구현 - 도착역, 입력창 구현 - 최단거리, 최소시간 라디오 버튼 구현 - 길찾기 버튼 구현
- 화면 레이아웃에 테이블 구현 - 데이터는 아직 표시되지 않음
- 경로 조회 기능 추가 - 출발역/도착역 입력 기능 추가
- 출발역과 도착역을 입력하는 기능 구현 - 출발역과 도착역을 입력하지 않았으면 예외가 발생 - 출발역과 도착역이 같으면 예외가 발생 - 출발역과 도착역이 없는 역이면 예외가 발생
- mainLayout -> controller로 비즈니스 로직 이동
- 경로 계산 기능 추가
- 최단거리 경로 계산 기능 구현 - 아직 view table에 보여지지는 않음 - 명확한 이해를 위하여 controller의 메소드명 일부 수정
- '경로 조회 옵션' 추가
- 최단시간으로 경로 계산 기능 구현 - 최단시간 옵션을 선택하면 최단시간으로 계산한다 - 아직 결과를 테이블에 보여주진 않음
- 조회 버튼을 누르면 결과를 테이블로 출력한다
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.
과제 제출합니다