-
Notifications
You must be signed in to change notification settings - Fork 77
[지하철 노선도 미션] 박선아 미션 제출합니다. #58
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
seona926
wants to merge
32
commits into
woowacourse:main
Choose a base branch
from
seona926:mission
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
메인 버튼 html에 추가
html에 역 관리 form 추가
html에 노선 관리 form 추가
html에 구간 관리 form 추가
html에 노선도 출력 form 추가
line class 생성
section class 생성
Readme에 기능목록 단위 추가
역과 노선을 담을 배열 생성
local strage에 있는 기존의 역과 노선인지 체크하여 페이지에 출력하는 함수 생성
각 버튼에 event listener 연결
사용자 입력에서 역 이름을 가져와 추가하는 함수 생성
새로운 역을 테이블에 추가하는 함수 생성
역 목록 테이블에 삭제 버튼을 추가하는 함수 생성
노선 관리의 두 셀렉트박스에 옵션을 추가하는 함수 생성
역을 테이블에서 삭제하는 함수 생성
새로운 노선을 추가하는 함수 생성
노선을 추가했을때 노선 테이블에 새로운 행을 추가하는 함수 생성
노선 테이블에 삭제 버튼을 추가하는 함수 생성
노선 테이블에서 자료를 삭제하는 함수 생성
구간관리 페이지에 노선별 버튼을 생성하는 함수 생성
구간 추가시 셀렉트 박스에 옵션을 추가하는 함수 생성
구간 관리에 노선별 테이블을 만드는 함수 생성
구간관리 테이블에 새 행을 추가하는 함수 생성
구간을 삭제하는 버튼 추가하는 함수 생성
4번째 페이지에 노선을 출력하는 함수 생성
노선에 구간을 추가하는 함수 생성
구간관리에 새로운 행을 추가하는 함수 생성
각 관리 form을 노출/감춤 시키는 함수 생성
localStorage를 다루는 함수/모듈 생성
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.
안녕하세요, 마지막 미션 제출합니다.