Skip to content
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

[team7 - FE] 이슈트래커 UI, 이슈 선택 동작, 이슈 생성 페이지 #38

Open
wants to merge 12 commits into
base: team7
Choose a base branch
from

Commits on Jun 14, 2021

  1. feat: ui 뼈대 작업

    - material-ui를 활용하여 뼈대 구성
    - 아직 상태관리는 하나도 안함
        - 필터 관련해서 상태관리 설계 필요
    - 리코일 공부해서 도입할 예정
    adelakim5 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e9064e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. feat: 이슈 테이블 뼈대 작업중

    - CheckBox 만들고 상태관리로 연동하는 시도중
    - 목록마다 상태를 만들어줘야하나 고민
    - 그러지 않아도 될 것 같은데.. 좀만 쉬다가 다시 해봐야지
    adelakim5 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a191d36 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. feat: CheckBox

    - 체크박스 로직 구현
        - 전체 선택 시 모든 카드 선택되게 함
        - 부분 선택 취소 시 전체 선택 취소
        - 전체 선택 취소 시 모든 카드 취소
    adelakim5 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    cf05dba View commit details
    Browse the repository at this point in the history
  2. feat: 이슈 테이블 추가

    - 담당자, 레이블, 마일스톤, 작성자 버튼 수정
    - 이슈 테이블 레이아웃 추가
    adelakim5 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    55a2848 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. modify: 필터부분 수정, 레이블 구현

    - Chip 컴포넌트 쓰다가 color 커스터마이징이 안되어서 styled-component로 다시 구현중
    adelakim5 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    1e2f226 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from bibi6666667/fe/feature/skeleton

    [아델라]Fe/feature/skeleton
    adelakim5 authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b92c33c View commit details
    Browse the repository at this point in the history
  3. feat: Editor-skeleton

    - Editor 컴포넌트 스켈레톤 작업중
    - 이슈작성 버튼 클릭 시 Editor 컴포넌트 나오도록 Link 연결
    adelakim5 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    8ce7d4b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from bibi6666667/fe/feature/skeleton

    [아델라]feat: Editor-skeleton
    adelakim5 authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    760c4fe View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. modify: selectedIssueState

    - 체크박스 체크 시 이슈 선택하는 상태 수정
    - 체크박스 체크 시 AppBar 문구 변경
    - ref filter 하는 부분 시도 중
    adelakim5 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    182a4c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. modify: EditorAccordion

    - 아코디언 부분 chip 제대로 수정
    - 목록에서 아이템 클릭하면 클릭한 요소가 아코디언 타이틀에 뜨도록 구현
    adelakim5 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    8d15b52 View commit details
    Browse the repository at this point in the history
  2. style: editor-page style 수정

    - 백엔드랑 라벨 부분 협의
    - 오어스 없이 요청,응답 하는 식으로 임시 수정될 예정
    - 그때까지만 휴식할 예정..
    adelakim5 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    25b0f1c View commit details
    Browse the repository at this point in the history
  3. modify: fetch요청받아서 뿌리는 작업 시도중

    - api 수정중이라 잠시 중단
    adelakim5 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b9c72d9 View commit details
    Browse the repository at this point in the history