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

게시글 작성시 유효성 검사 추가 / 예외처리 #4

Open
4 tasks done
ericyoo0107 opened this issue May 20, 2023 · 0 comments
Open
4 tasks done

게시글 작성시 유효성 검사 추가 / 예외처리 #4

ericyoo0107 opened this issue May 20, 2023 · 0 comments

Comments

@ericyoo0107
Copy link
Collaborator

ericyoo0107 commented May 20, 2023

  • 게시글 작성할 때 제목,내용은 필수 포함되어야 함
  • - 제목은 1글자 이상 15글자 이하여야 한다 + 내용은 1글자 이상 1000글자 이하여야 한다. +제목은 공백으로만 이루어질 수는 없다
  • 게시글의 id(PK, primary key)로 특정 게시글을 조회/삭제시도했을 때, 존재하지 않는 게시글일 경우 에러 메시지로 응답하기
  • 검색 키워드는 공백을 제외한 1글자 이상이어야 한다.
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

No branches or pull requests

1 participant