-
Notifications
You must be signed in to change notification settings - Fork 74
커밋 테스트 #4
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
Closed
Closed
커밋 테스트 #4
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
9 tasks
Hyune-c
pushed a commit
that referenced
this pull request
Apr 6, 2022
dlwnstjrzz
added a commit
that referenced
this pull request
Apr 7, 2022
header와 main(컬럼) 기본 UI 및 메뉴바 구현 assets에 아이콘 및 유저이미지 파일 추가 Related to: #4
dlwnstjrzz
added a commit
that referenced
this pull request
Apr 7, 2022
카드와 관련된 css 작성완료 - 삭제, 이동, 수정, 추가 삭제시 발생하는 팝업이벤트 관련 css 작성완료 Related to: #4
dlwnstjrzz
pushed a commit
that referenced
this pull request
Apr 7, 2022
- 아이콘 파일을 png에서 svg로 변경함 - img 태그를 svg 태그로 변경함 Related to: #4
dlwnstjrzz
pushed a commit
that referenced
this pull request
Apr 7, 2022
- _body.scss에 font_style mixin을 적용함 - item-count와 관련된 스타일 추가 - path에 fill로 아이콘 색을 변경함 - _common.scss: 아이템과 버튼의 상태별 스타일을 주석으로 구분 - 메뉴바에 z-index 적용해서 최상단에 위치하게 끔 수정 Related to: #4
dlwnstjrzz
pushed a commit
that referenced
this pull request
Apr 7, 2022
- 아이템안의 h3태그와 p태그를 input 태그로 교체했다. Related to: #4
wooody92
pushed a commit
that referenced
this pull request
Apr 7, 2022
nanjeong
added a commit
that referenced
this pull request
Apr 7, 2022
* add: README, gitignore 추가 * add: .github 추가 * build: 바벨, 웹팩 설정 * chore: prettier 설정 수정 * Feature/main UI (#4) * add: html skeleton 작성 * feat: header 스타일 추가 * feat: main styling 추가 schdule column, schdule card 관련 css 작성 * chore: 불필요한 mixin 삭제 * refactor: 파일명 변경 _main.scss -> _schedule.scss * feat: history 스타일링 추가 * chore: history 스타일링 class -> id로 변경 Co-authored-by: bangdler <[email protected]> * 일정 추가 일부 구현 (#7) * feat: schedule column class 생성 및 render 함수 추가 * feat: schedule card class 생성 및 render 추가 * feat: 스케줄 칼럼에서 +버튼 클릭 시 새 카드 등록 ui 보이게 함 - scheduleRegisterCard class 생성 Co-authored-by: bangdler <[email protected]> * chore: 필요없는 코드 및 파일 삭제 * feat: schdule column + 버튼 재클릭시 엘리먼트 삭제 * feat: register card 취소 버튼 클릭 시엘리먼트 삭제 * chore: 변수명 변경 * feat: 내용 입력이 없는 상태에서 등록 버튼 비활성화 * feat: 내용 입력 시 높이 자동 조절, 글자수 500자로 제한 * refactor: review 반영 Co-authored-by: bangdler <[email protected]>
renovatio0424
pushed a commit
that referenced
this pull request
Apr 8, 2022
[Android] ActionLogItem 클래스 정의, ActionLogAdapter 정의, Navigation Drawer+ toolBar에 menu버튼과 연동, 파일구조 수정
tmdgusya
pushed a commit
that referenced
this pull request
Apr 8, 2022
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
현재 URL이 전달되지 않아 테스트는 URLProtocol 사용할 예정입니다.
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
코드리딩에 도움을 줄 수 있는 주석 및 메소드 문서화를 진행하였습니다. ReservedHeaderField 타입을 추가하여 URLSession을 생성할 때 필요한 프로퍼티들을 모두 타입화 하였습니다.
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
[Beck] Feature #4 - Network Module
SangHwi-Back
added a commit
that referenced
this pull request
Apr 8, 2022
dlwnstjrzz
added a commit
that referenced
this pull request
Apr 11, 2022
* nothing * Design: "PR 리뷰를 바탕으로 마크업 수정" - svg파일을 html 내부에 인라인으로 선언하지 않고 아이콘 폰트로 만들어서 변경함 - form 태그에 method, action 제거 - 버튼과 관련된 셀렉터의 하위 요소들을 해당 셀렉터의 내부로 이동 - header 관련 셀렉터의 중첩 제거 - reset.scss 파일을 _reset.scss로 이름 변경 Related to: #4 * Fix: "오타 수정" * Design: "css 중복되는 코드 삭제" merge과정에서 중복으로 생성된 css코드 삭제함 * Remove: "불필요한 test파일 삭제" 서버 test파일 삭제함 * Chore: "모듈 재설치" dependencies에 있는 웹팩 관련 모듈 dev로 이동 * Chore: "webpack 빌드 완료" webpack 사용해서 js, css img 등 관련 파일 번들링함. Resolves: #3 * Chore&Feat: "webpack빌드 수정 및 컬럼 렌더링 일부 구현" 함수형으로 컬럼 초기상태 렌더링 구현함. webpack으로 scss, js 파일 번들링함. webpack dev-server로 빌드환경 구성함. json-server에 데이터 요청해서 받아온 데이터로 컬럼 렌더링함. Related to: #3 * Feat: "컬럼에 카드 추가하는 함수 구현" [+]버튼 클릭 시 각 칼럼에 카드가 추가되고 다시 한 번 클릭시 카드가 삭제되는 함수 구현 Related to: #8 * Comment: "불필요한 주석 제거" * Feat: "카드 추가시 취소 버튼 & 값 입력 시 등록 버튼 활성화 구현" input값이 있을 시 등록 버튼 활성화 구현함. [+]버튼 클릭 후 취소 버튼 클릭 시 카드 템플릿 제거. Related to: #8 * Design: "CSS 추가 수정" - .item-content의 태그를 input에서 textarea 태그로 변경했기 때문에 관련 스타일을 수정함 - 각 컬럼을 고정된 width로 수정했다. Related to: #4 * Comment: "index.html의 주석 제거" 해당 주석은 자바스크립트에서 렌더링하기 때문에 삭제함 Co-authored-by: jm <[email protected]>
choichoigang
pushed a commit
that referenced
this pull request
Apr 11, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
sungju-kim
added a commit
that referenced
this pull request
Apr 14, 2022
dlwnstjrzz
added a commit
that referenced
this pull request
Apr 14, 2022
* nothing * Design: "PR 리뷰를 바탕으로 마크업 수정" - svg파일을 html 내부에 인라인으로 선언하지 않고 아이콘 폰트로 만들어서 변경함 - form 태그에 method, action 제거 - 버튼과 관련된 셀렉터의 하위 요소들을 해당 셀렉터의 내부로 이동 - header 관련 셀렉터의 중첩 제거 - reset.scss 파일을 _reset.scss로 이름 변경 Related to: #4 * Fix: "오타 수정" * Design: "css 중복되는 코드 삭제" merge과정에서 중복으로 생성된 css코드 삭제함 * Remove: "불필요한 test파일 삭제" 서버 test파일 삭제함 * Chore: "모듈 재설치" dependencies에 있는 웹팩 관련 모듈 dev로 이동 * Chore: "webpack 빌드 완료" webpack 사용해서 js, css img 등 관련 파일 번들링함. Resolves: #3 * Chore&Feat: "webpack빌드 수정 및 컬럼 렌더링 일부 구현" 함수형으로 컬럼 초기상태 렌더링 구현함. webpack으로 scss, js 파일 번들링함. webpack dev-server로 빌드환경 구성함. json-server에 데이터 요청해서 받아온 데이터로 컬럼 렌더링함. Related to: #3 * Feat: "컬럼에 카드 추가하는 함수 구현" [+]버튼 클릭 시 각 칼럼에 카드가 추가되고 다시 한 번 클릭시 카드가 삭제되는 함수 구현 Related to: #8 * Comment: "불필요한 주석 제거" * Feat: "카드 추가시 취소 버튼 & 값 입력 시 등록 버튼 활성화 구현" input값이 있을 시 등록 버튼 활성화 구현함. [+]버튼 클릭 후 취소 버튼 클릭 시 카드 템플릿 제거. Related to: #8 * Design: "CSS 추가 수정" - .item-content의 태그를 input에서 textarea 태그로 변경했기 때문에 관련 스타일을 수정함 - 각 컬럼을 고정된 width로 수정했다. Related to: #4 * Comment: "index.html의 주석 제거" 해당 주석은 자바스크립트에서 렌더링하기 때문에 삭제함 * Comment: "불필요한 주석 제거" * Fix: "리뷰 내용 반영해서 수정" util함수 추가 및 적용함. forEach문을 map으로 변경함. 삼항연산자 조건부분을 변경해서 가독성 올림. Related to: #8 * Refact/Feat: "함수형 구조를 class 혼합하는 구조로 변경" 기능별로 클래스를 만들고 순수함수를 참조해서 사용하는 형태로 변경함. Related to: #8 * Feat: "삭제버튼 구현" 삭제버튼에 마우스오버 시 빨간색으로 변하고 팝업창 구현함. 팝업창에서 취소 삭제에 따라 동작 구현함. Related to: #9 * Feat: "마우스오버 디바운스 적용" Related to: #9 * Feat: "드래그 이벤트 구현" 카드를 드래그하면 드래그되고 스타일이 적용되는 이벤트가 발생함. Related to: #10 * Feat: "드래그앤드랍 구현" 드래그앤드랍 컬럼간 이동 구현함. Related to: #10 * Comment: "드래그앤드랍 리팩토링 코드 주석으로 추가" Related to: #10 * Rename: "파일 구조 변경" todo와 관련된 파일을 todo폴더에 정리해줌. * Feat: "카드 수정 기능 구현" 카드 더블클릭 시 수정가능하고 취소기능 구현함. * Feat: "수정기능 구현 완료" 수정버튼 누르면 템플릿이 교체되고 컬럼에 추가됨. Related to: #13 * Feat: "메뉴바 애니메이션(슬라이드) 구현" 메뉴바 버튼 클릭시 메뉴바가 슬라이드 형식으로 나옴. * Fix: "카드추가와 수정을 동시에 진행 시 발생하는 버그 수정" 카드 수정하는 과정중에 카드추가 버튼을 누르면 수정되는 카드가 삭제되는 버그 수정함. * Remove: "불필요한 주석 제거" Co-authored-by: jm <[email protected]>
astraum
pushed a commit
that referenced
this pull request
Apr 15, 2022
[funny] swipe 코드 수정, complete view 구현, 3개의 뷰에서 드래그앤 드롭 실험
sigridjineth
added a commit
that referenced
this pull request
Apr 19, 2022
[team-08][BE] todo-list 2주차 #4
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.
Contents