Skip to content

회의록 Week 2

sang-gyeong lee edited this page Nov 25, 2020 · 5 revisions

WEB 2주차 스프린트 계획

TODO

  • 환경설정 관련
    • TypeORM 사용법 스터디
    • ESlint 저장시 적용 안되는 이슈
    • Next.js에서 import image 안되는 이슈
      build 단계에서 안들어감. next.config.js를 다뤄야하지 않을까요? -> 이미지 파일 자체의 오류였음..ㅎㅎㅎ
    • NCP 서버 설정 (mysql설치, git clone)
    • CI/CD (Github Action)
  • Backend
    • Server 설정 (포트, 바디 파서 등 기타 설정)
    • MVC 프로젝트 구조 잡기
    • sample route, api 만들기
    • api test 작성 (jest)
    • TypeORM model 작성
    • naver Oauth 연결
  • Frontend
    • styled-components SSR 적용 (_app.tsx, _document.tsx)
    • 샘플 코드 작성
    • 샘플.ts test 작성(jest)
    • Public component(투데이, 차트, DJ), Private component(보관함, sidebar-user)
    • auth 컴포넌트 만들기
    • Playbar 작업
    • Sidebar 작업
  • 이벤트
    • 페이지당 이벤트 정의 해오기 (구체적으로)
Clone this wiki locally