witherview / witherview_backend

🎯 위더뷰 Backend
https://api.witherview.com/swagger-ui.html
2 stars 0 forks source link

그룹스터디 테스트 #12

Closed MoonYeeun closed 3 years ago

MoonYeeun commented 3 years ago

TO DO

의문점

@Getter @Setter
    public static class FeedBackResponseDTO {
        private Long id;
        private String receivedUserId;
        private Byte score;
        private Boolean passOrFail;
    }

변경 사항

GroupStudyDTO

GroupStudyService

GroupStudyController

StudyHistoryController

안되는 부분

inspirit941 commented 3 years ago

확인한 수정사항

스크린샷 2021-03-02 오후 1 50 30
inspirit941 commented 3 years ago

@MoonYeeun ChatDto 필드를 String에서 LocalDate / LocalTime 필드로 변경했습니다. @JsonFormat 붙여서 선언했고, Chat 브랜치에 푸시해뒀습니다