-
Notifications
You must be signed in to change notification settings - Fork 0
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
게시글 뷰 기능 구현 #44
Comments
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
인증 관련 테스트에 필요한데, spring initializr 에서 누락된 듯 하다. 추가
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
form data 는 api 와는 다른 형태로 직렬화하여 사용해야 한다. 객체를 규약에 맞게 form data 포맷의 문자열로 바꿔주는 유틸리티를 테스트 전용으로 만들고, 테스트도 함께 작성 이게 없으면 `post().param()` 형태로 값을 넣을 수도 있지만 표현이 실제 post request 전송과 꼭 맞지 않는 듯 하고, 객체가 아니라 파라미터 단위로 넣어줘야 하므로 불편함.
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
Merged
zeesouth
added a commit
that referenced
this issue
Aug 6, 2023
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
테스트를 용이하게 하기 위해 추가함 테스트 목적 외에도, repository 레이어에 영속되지 않은 객체는 메타 정보가 없는 것이 당연하므로 새로운 데이터를 만들 때 이 부분을 입력하지 않아도 되는 팩토리 메소드를 만들어주는 것이 의미가 있음
zeesouth
pushed a commit
that referenced
this issue
Aug 6, 2023
테스트를 용이하게 하기 위해 추가함 테스트 목적 외에도, repository 레이어에 영속되지 않은 객체는 메타 정보가 없는 것이 당연하므로 새로운 데이터를 만들 때 이 부분을 입력하지 않아도 되는 팩토리 메소드를 만들어주는 것이 의미가 있음
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
수업 시간에 보여주지 않았던 게시판 뷰, 게시글 뷰의 게시글 등록, 수정, 삭제 기능을 구현한다.
#21 의 연장선
The text was updated successfully, but these errors were encountered: