We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
프로젝트 생성/수정 요청 DTO에는 현재 시작일/종료일과 시작시간/종료시간 필드가 따로 있습니다. 각각 LocalDate, LocalTime으로 이를 하나로 합쳐 LocalDateTime으로 줄일 수 있을 것 같습니다.
동시에 현재 발생되고 있는 문제로 Swagger-UI Schemas 영역에 LocalTime이 나타나는 것도 방지할 수 있어 보입니다.
The text was updated successfully, but these errors were encountered:
#19 (comment)
Sorry, something went wrong.
jang-namu
No branches or pull requests
어떤 내용인가요?
프로젝트 생성/수정 요청 DTO에는 현재 시작일/종료일과 시작시간/종료시간 필드가 따로 있습니다.
각각 LocalDate, LocalTime으로 이를 하나로 합쳐 LocalDateTime으로 줄일 수 있을 것 같습니다.
동시에 현재 발생되고 있는 문제로 Swagger-UI Schemas 영역에 LocalTime이 나타나는 것도 방지할 수 있어 보입니다.
The text was updated successfully, but these errors were encountered: