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

Feat/fix tutoring time #55

Merged
merged 23 commits into from
Sep 22, 2023
Merged

Feat/fix tutoring time #55

merged 23 commits into from
Sep 22, 2023

Conversation

seongyunlee
Copy link
Contributor

@seongyunlee seongyunlee commented Sep 22, 2023

업데이트 유형

  • Hot Fix
  • Release
  • Develop
  • Others

업데이트 개요

  • Fix # (issue)
  • Feature # (issue)
    [여기에 PR 한줄 요약 작성, 대상 이슈번호 작성.]

Tutoring Table 필드 추가 됨.

reservedStart?: Date;
reservedEnd?: Date;

npm dependencies 추가

"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
  - Date 형식 body에서 Annotation 추가해 받을 수 있음.

업데이트 요약

업데이트 내역 작성

해결한 문제

해결한 문제 등 이슈

미해결 문제

미해결 이슈, 발견한 이슈

테스트

  • 유닛 테스트
  • 빌드 테스트 (통합 테스트)
  • 기타 유효성 테스트

수정 사항 진단

  • 코드가 이 프로젝트의 스타일 지침을 따릅니다.
  • 코드에 대한 자체 리뷰를 수행했습니다.
  • 변경 내역에 대해 주석을 작성했습니다.
  • 해당 PR에 대한 문서를 변경했습니다.
  • 기능, 수정 사항, 이슈에 대한 테스트 코드를 추가했습니다.
  • 변경 내용이 로컬 개발환경에서의 테스트를 통과했습니다.

# Conflicts:
#	src/chatting/chatting.repository.ts
#	src/chatting/chatting.service.ts
#	src/chatting/entities/chatting.interface.ts
#	src/user/user.repository.ts
…estion

# Conflicts:
#	src/chatting/chatting.service.ts
#	src/offer/offer.repository.ts
#	src/offer/offer.service.ts
#	src/question/entities/question.interface.ts
#	src/question/entities/question.schema.ts
#	src/question/question.repository.ts
# Conflicts:
#	src/offer/offer.service.ts
#	src/tutoring/tutoring.controller.ts
#	src/tutoring/tutoring.service.ts
@seongyunlee seongyunlee requested a review from w8385 September 22, 2023 07:51
@seongyunlee seongyunlee merged commit bd5c12d into dev Sep 22, 2023
3 checks passed
@w8385 w8385 deleted the feat/fix_tutoring_time branch September 22, 2023 16:30
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

Successfully merging this pull request may close these issues.

2 participants