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

[BE] 도메인 엔티티 칼럼의 제약조건을 추가한다. #113

Closed
xxeol2 opened this issue Jul 26, 2023 · 0 comments · Fixed by #365
Closed

[BE] 도메인 엔티티 칼럼의 제약조건을 추가한다. #113

xxeol2 opened this issue Jul 26, 2023 · 0 comments · Fixed by #365
Labels
BE 백엔드에 관련된 작업 💤 우선순위下 중요하지 않은 작업

Comments

@xxeol2
Copy link
Member

xxeol2 commented Jul 26, 2023

✨ 세부 내용

@Column(nullable = false, length = 50) 과 같은 제약조건을 추가합니다.

⏰ 예상 소요 시간

30분

@xxeol2 xxeol2 added the BE 백엔드에 관련된 작업 label Jul 26, 2023
@xxeol2 xxeol2 added this to the 3차 데모데이 milestone Jul 26, 2023
@seokjin8678 seokjin8678 added the 💤 우선순위下 중요하지 않은 작업 label Jul 26, 2023
@BGuga BGuga linked a pull request Aug 15, 2023 that will close this issue
BGuga added a commit that referenced this issue Aug 17, 2023
BGuga added a commit that referenced this issue Aug 17, 2023
BGuga added a commit that referenced this issue Sep 14, 2023
# Conflicts:
#	backend/src/main/java/com/festago/dto/FestivalCreateRequest.java
#	backend/src/main/java/com/festago/dto/StageCreateRequest.java
#	backend/src/main/java/com/festago/dto/TicketCreateRequest.java
#	backend/src/main/java/com/festago/dto/TicketValidationRequest.java
#	backend/src/main/java/com/festago/dto/TicketingRequest.java
BGuga added a commit that referenced this issue Sep 14, 2023
# Conflicts:
#	backend/src/main/java/com/festago/presentation/AdminController.java
#	backend/src/main/java/com/festago/presentation/GlobalExceptionHandler.java
seokjin8678 pushed a commit that referenced this issue Sep 14, 2023
* feat: 어노테이션 기반의 Spring validation 추가

* feat: 도메인 validation 추가

* feat: lineUp 은 null 일 수 있다.

* feat: dto validation 추가

* feat: MethodArgumentNotValidException 에 대한 custom 핸들링

* feat: dto 의 예외 메시지 지정한다

* fix: Member 의 profileImage 가 null 인 경우의 null check 제거

* feat: length 검증 전 null check 가 선행되도록 변경

* refactor: Objects.isNull -> == null 확인으로 변경

* feat: Service Entity 생성 로직 삭제

* feat: socialType Enumerated 추가

* feat: @RequestBody validate 추가

* feat: dto @Valid 실패시 400 response
@github-project-automation github-project-automation bot moved this from Todo to Done in 2023-festa-go Sep 14, 2023
BGuga added a commit that referenced this issue Oct 17, 2023
* feat: 어노테이션 기반의 Spring validation 추가

* feat: 도메인 validation 추가

* feat: lineUp 은 null 일 수 있다.

* feat: dto validation 추가

* feat: MethodArgumentNotValidException 에 대한 custom 핸들링

* feat: dto 의 예외 메시지 지정한다

* fix: Member 의 profileImage 가 null 인 경우의 null check 제거

* feat: length 검증 전 null check 가 선행되도록 변경

* refactor: Objects.isNull -> == null 확인으로 변경

* feat: Service Entity 생성 로직 삭제

* feat: socialType Enumerated 추가

* feat: @RequestBody validate 추가

* feat: dto @Valid 실패시 400 response
BGuga added a commit that referenced this issue Oct 17, 2023
* feat: 어노테이션 기반의 Spring validation 추가

* feat: 도메인 validation 추가

* feat: lineUp 은 null 일 수 있다.

* feat: dto validation 추가

* feat: MethodArgumentNotValidException 에 대한 custom 핸들링

* feat: dto 의 예외 메시지 지정한다

* fix: Member 의 profileImage 가 null 인 경우의 null check 제거

* feat: length 검증 전 null check 가 선행되도록 변경

* refactor: Objects.isNull -> == null 확인으로 변경

* feat: Service Entity 생성 로직 삭제

* feat: socialType Enumerated 추가

* feat: @RequestBody validate 추가

* feat: dto @Valid 실패시 400 response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업 💤 우선순위下 중요하지 않은 작업
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants