Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class UpdateNameRequestDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateRequested;

@NotBlank private RequestStatus status;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ public class BudgetApplicationDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Past
private LocalDateTime dateUsed;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotBlank private String title;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class BudgetApplicationDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull private RequestStatus status;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class BudgetApplicationRegisterForm {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Past
private LocalDateTime dateUsed;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class BudgetHistoryCreateForm {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Past
private LocalDateTime dateUsed;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ public class BudgetHistoryDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Past
private LocalDateTime dateUsed;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotBlank private String title;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ public class BudgetHistoryDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Past
private LocalDateTime dateUsed;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotBlank private String title;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ public class ClubActivityDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotNull List<FileDownloadDto> images;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public class ClubActivityDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

private FileDownloadDto thumbnail;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CommentDetailDto {

@NotBlank
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

public static CommentDetailDto fromEntity(Comment comment) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ public class ContestBoardDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateContestStart;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateContestEnd;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ public class ContestBoardDto {
@NotNull private String association;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateContestStart;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateContestEnd;

private Long dDay;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ public class SaveContestBoardDto {

@NotNull(message = "공모전 모집 시작일을 등록해주세요.")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateContestStart;

@NotNull(message = "공모전 모집 마감일을 등록해주세요.")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Future(message = "이미 모집기간이 종료된 공모전은 등록할 수 없습니다.")
private LocalDateTime dateContestEnd;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ public class MyBudgetSupportApplicationDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateChecked;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateDeposited;

@Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ public class NormalBoardDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime datePinExpiration;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotNull private List<FileDownloadDto> images;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ public class NormalBoardDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime datePinExpiration;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotNull private Boolean isPinned;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ public class ProjectBoardDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime datePinExpiration;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotNull private List<FileDownloadDto> images;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ public class ProjectBoardDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime datePinExpiration;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotNull private Boolean isPinned;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class SaveScholarshipBoardDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Past
private LocalDateTime dateHistory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class SaveScholarshipHistoryDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
@Past
LocalDateTime dateHistory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ public class ScholarshipBoardDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateHistory;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@NotNull private List<FileDownloadDto> images;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public class ScholarshipBoardDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateCreated;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateUpdated;

@Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ApplicationDetailDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime dateJoined;

@NotNull private List<QuestionAnswerDto> answers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ public class SignUpScheduleDto {

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime signupEndDate;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime interviewStartDate;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime interviewEndDate;

@NotNull
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss")
@Schema(type = "string", example = "2024-11-01T00:00:00")
@Schema(type = "string", example = "2025-11-01T00:00:00")
private LocalDateTime resultAnnounceDate;

public static SignUpScheduleDto from(SignUpSchedule signUpSchedule) {
Expand Down
Loading