Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

학교 정보 입력 기능 개발 (#61) #62

Merged
merged 16 commits into from
Oct 14, 2023
Merged

Conversation

yejin-e
Copy link
Contributor

@yejin-e yejin-e commented Oct 12, 2023

개요

사용자가 학교 정보를 입력할 수 있는 기능입니다.

세부 내용

SchoolInformationEntity 엔티티 추가
UserController의 AddSchoolInfo 메서드 추가
UserService의 AddSchoolInfo 메서드 추가
IUserService의 AddSchoolInfo 메서드 추가
CreateSchoolRequest DTO 추가

@yejin-e yejin-e added the enhancement 새 기능 또는 요청 label Oct 12, 2023
@yejin-e yejin-e requested a review from a team October 12, 2023 12:58
Copy link
Member

@98StarJune 98StarJune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 확인 바랍니다

@@ -4,6 +4,8 @@ namespace server.Interface;

interface IUserService
{
public Task<bool> Create(CreateUserRequest body);
public Task<AuthResponse> Create(CreateUserRequest body);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인필요

Interface 상의 Return Type은 Task이나, 구현된 Controller에서는 Task<ActionResult> 입니다.

@@ -4,6 +4,8 @@ namespace server.Interface;

interface IUserService
{
public Task<bool> Create(CreateUserRequest body);
public Task<AuthResponse> Create(CreateUserRequest body);
public Task<bool> AddSchoolInfo(long id, CreateSchoolRequest body);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인필요

7라인과 유사합니다

@98StarJune
Copy link
Member

주의사항

본 PR에 대해서 Merge 진행 시 Conflict가 발생할 수 있습니다. Conflict 해결 시 코드 선택에 유의해주시기 바랍니다.

@yejin-e
Copy link
Contributor Author

yejin-e commented Oct 14, 2023

이상 없습니다. 재확인 바랍니다.

Copy link
Member

@98StarJune 98StarJune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

죄송합니다,.,,,,!

@yejin-e yejin-e merged commit e57891b into develop Oct 14, 2023
@yejin-e yejin-e deleted the feature/add-school-info branch October 14, 2023 16:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement 새 기능 또는 요청
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants