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

To Do List #18

Open
26 tasks
robomj opened this issue May 26, 2022 · 0 comments
Open
26 tasks

To Do List #18

robomj opened this issue May 26, 2022 · 0 comments

Comments

@robomj
Copy link
Collaborator

robomj commented May 26, 2022

1.시스템 아키텍처

  • JWT를 이용한 로그인 구현
  • 권한 부여(Authorization)에 따른 기능의 접근 제한 구현 (예- 일반 사용자, 관리자 권한)
  • OAuth 2.0을 이용한 소셜 로그인
  • socket.io를 이용한 실시간 통신

2.UI/UX

  • 회원가입, 로그인, 로그아웃, 마이페이지, 회원탈퇴 기능 구현
  • 회원가입, 로그인 및 회원정보 수정 시 유효성 검사
  • 소셜 로그인 외 서비스 자체 회원가입 기능 제공
  • 회원가입 없이 '체험하기' 형식으로 가볍게 기능을 이용할 수 있는 장치 마련
  • 마이페이지를 통해 사용자 개인정보 수정 기능 제공
  • (소셜 로그인이 아닐 경우) 비밀번호 수정 기능 제공
  • 라이브러리를 사용하지 않고 React 컴포넌트 직접 작성 (유어클래스에서 다룬 것: 탭, 드랍다운, 모달 등)
  • 회원 탈퇴나 리소스 삭제시 확인(confirm) 모달 제공
  • 상품 혹은 데이터를 API로 받아 와서 리스트 구현
  • 모바일 환경 대응 및 반응형 웹
  • 검색 필터링 기능
  • S3로 파일 업로드
  • Socket.io를 이용한 채팅 기능

3.스키마 및 API

  • N:M (다대다) 관계 설정
  • ERD (DB Diagram) 작성
  • API 작성 툴 (Swagger, Postman, Gitbook API) 을 사용하여 요청/응답 및 JSON 키/값 형식 기술
  • ORM 사용 (sequelize, typeorm 권장)

4.DevOps

  • [코드] precommit 단계에서 semistandard 적용
  • [릴리즈] 깃허브 커밋메세지 규칙 합의
  • [코드] 버전 규칙 합의
  • [배포] 배포 자동화 설정
  • [배포] 도메인 구매 및 HTTPS 배포
@cjstjgnl cjstjgnl added this to the 1주차 주간계획 milestone May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants