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

Server/feature/#63 #64

Merged
merged 10 commits into from
Nov 21, 2023
Merged

Server/feature/#63 #64

merged 10 commits into from
Nov 21, 2023

Commits on Nov 9, 2023

  1. [Server] 개발환경 세팅 (#4)

    * build: open-list-server init
    
    * chore: @nestjs/config class-validator class-transformer 설치
    
    * chore: 루트 레벨에서 설치한 패키지 삭제
    
    * chore: NestJs 개발 환경 세팅
    
    * chore: @nestjs/config class-validator class-transformer 설치
    pminsung12 authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    86520a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Server/feature/#13 (#25)

    * chore: postgresql, nestjs docker 세팅
    
    * chore: @nestjs/typeorm, typeorm, pg 설치
    
    * chore: Typeorm 세팅 및 TestModel 테이블 생성
    pminsung12 authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8fe9ba6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. 테스트용 유저 API 구현 (#30)

    * chore: common resource 추가
    
    * chore: users resource 추가
    
    * feature: base entity 구현
    
    * feature: usersEntity 구현
    
    * feature: 모듈에 usersModel 추가
    
    * style: entity,dto의 users -> user로 변경
    
    * feature: CreateUserDto 구현
    
    * feature: userEntity 이메일 필드 추가
    
    * feature: createUserDto 이메일 필드 추가
    
    * feature: user patch->put으로 변경
    
    * feature: updateUserDto 구현
    
    * feature : create user 구현
    
    * feature: 모든 유저의 정보를 가져오는 API 구현
    
    * feature: 특정 유저의 정보를 가져오는 API 구현
    
    * feature: user 정보 수정 API 구현
    
    * feature: user 삭제 API 구현
    
    * feature: ValidationPipe 적용
    
    * refactor: usersService 리팩토링
    yangdongsuk authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2d84f75 View commit details
    Browse the repository at this point in the history
  2. [Server] 유닛 테스트 환경 세팅 (#32)

    * chore: test 경로 설정
    
    * feature: TestCommonModule 구현
    
    * feature: users.service.spec.ts 의존성 주입
    
    * feature: users.controller.spec.ts 의존성 주입
    yangdongsuk authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2b6fb53 View commit details
    Browse the repository at this point in the history
  3. [Server] Users resource 이름 변경 (#34)

    * style: usersController 네이밍에 컨벤션 맞게 변경
    
    * style: usersService 컨벤션에 따른 네이밍 변경
    
    * style: UsersModel -> UserModel 컨벤션에 따른 네이밍 변경
    yangdongsuk authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    112d9ba View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    375e785 View commit details
    Browse the repository at this point in the history
  2. [Server] Folder entity 생성 및 crud 구현 (#42)

    * feat: folders crud 구현
    
    * chore: TestModel 삭제 및 관련된 종속성 제거
    
    * feat: folders.controller.spec.ts 삭제, folders.service.spec.ts 구현
    pminsung12 authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5b230ec View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    da9f6d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. feat: private checklist entity 생성 및 crud 구현 (#61)

    * chore: 개발용 postgres 포트변경 5432->5433, .env도 port 5433으로 변경필요
    
    * feat: checklists res 생성
    
    * feat: checklist, private-checklist, shared-checklisst 엔티티 생성, user모델과 folder모델과의 의존관계 주입
    
    * feat: author->editor로 수정, 공유체크리스트와 사용자의 relation을 many to many로 업데이트
    
    * feat: 개인, 공유 체크리스트에 대해 생성과 업데이트 시 dto 생성
    
    * fix: class 이름 오타 수정
    
    * refactor: rest api 방식에 따라 함수명 변경
    
    * feat: CheckListModel에서 진행률 컬럼 삭제
    
    * feat: folder와 user간의 manyToOne relation적용
    
    * feat: private-checklist crud 작성
    
    * feat: folder service 커버리지 100 달성
    
    * test: private-checklist test code 작성, 커버리지 92퍼센트
    pminsung12 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e4936cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    714409e View commit details
    Browse the repository at this point in the history