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

도메인 검증을 추가한다 #7

Open
6 tasks
Choi-JJunho opened this issue May 28, 2023 · 0 comments
Open
6 tasks

도메인 검증을 추가한다 #7

Choi-JJunho opened this issue May 28, 2023 · 0 comments
Assignees

Comments

@Choi-JJunho
Copy link
Contributor

Description

각 도메인 규칙에 맞춰 검증을 추가한다.

Todo

  • 이미지 URL 형태를 검증한다
    • https:// 형태인지 검증한다.
  • 제목의 길이를 검증한다.
    • 제목이 비어있는지 검증한다.
    • 제목의 최대 길이를 검증한다.
  • 본문의 길이를 검증한다.
    • 본문이 비어있는지 검증한다.
    • 본문의 최대 길이를 검증한다.
  • 존재하지 않는 게시글에 대한 작업에 대해 검증한다.
    • 존재하지 않는 게시글 조회 시 NotFoound 404를 반환한다.
    • 존재하지 않는 게시글에 대한 수정, 삭제 작업 시 BadRequest 400을 반환한다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant