-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[COMMON] FEAT: 수요지식회 날짜 변경하는 기능 추가 (#1702)
* [BE] presentationForm Category에 DUMMY 추가 * [BE] presentationForm에 더미 데이터 포함 * FEAT: 메인 페이지의 발표 폼 반환 시 더미데이터 제외 * FEAT: 3개월 내의 더미 데이터의 LocalDateTime들을 반환하는 기능 * [FE] FEAT: 발표 가능한 날짜 api 추가 #1691 * [BE] FEAT:presentationForm dummy Form userId nullable 추가 * [BE] FIX: 등록 가능 날짜 조회 시 해당 월의 첫 날 자정으로 수정 기존 시간설정을 하지 않아 조회 당일 기준보다 이전의 폼을 반환하지 않는 오류 수정 * [BE] FEAT:presentationForm date 메서드 분리 * [FE] FEAT: 발표 가능한 날짜를 api 받는 것으로 변경(더미 데이터 형식) * [BE] FEAT: 지식회 발표 10월 ~ 12월 초기 데이터 sql * [BE] FEAT:presentation entity에 Table annotation 추가 * [FE] FEAT: 수지회 날짜수정시 해당월 기준으로 드롭다운 변경 #1691 * [FE] FEAT: API로부터 받아오는 데이터 형식으로 변경 #1691 * [BE] FIX: 초기 DUMMY 데이터 2023년에서 2024년으로 수정 #1691 * [FE] FIX: 발표 일정을 API로 받아와서 출력하도록 변경 #1691 * [BE] FIX:invalid date 목록에서 category가 DUMMY인 날짜 제외 * [BE] FIX: able-date API 반환 이름 변경 ableDates -> results * [BE] FIX: 발표 가능한 날짜 조회 시 현재 날짜 이후만 조회 * [FE] FIX: able-date API 응답 데이터 이름 변경 #1691 * [FE] REFACTOR: 응답 확인용 콘솔 로그 삭제 * [FE] BUG: PresentationCategoryType에 DUMMY를 추가하면서 생겼던 버그 픽스 #1691 * [FE] FEAT: DUMMY인 경우에도 일정을 변경할 수 있도록 변경 #1691 * [FE] BUG: 일정 변경 시 원래 날짜도 선택 가능하게 변경 #1691 * [BE] FIX: verifyReservationDate에서 dummy인 날 조건 추가 * [BE] FIX: Presentation form 제출 시 더미 폼 업데이트 * [BE] FIX: Presentation form 취소 시 기존 폼 변경 후 해당 날짜에 더미 폼 생성 * [FE] FEAT: 발표 취소 시 일정 변경이 불가능 하도록 수정 #1691 * [FE] FIX: DUMMY인 경우 "발표 취소" 선택 불가하게 수정 #1691 * [FE] REFACTOR: 가로 스크롤 제한 추가 및 버튼 컴포넌트 컨벤션 적용 #1691 * [FE] REFACTOR: 반응형 max-width 통일 #1691 * [FE] FIX: token 로드 위치 조정 * [FE] FIX: token 로드 위치 조정 #1691 * [BE] FIX: 취소된 날짜에 다시 신청 시 500 에러 수정 presentationForm 가져오는 부분 List 형식으로 변경 * FEAT: Repository 내에서 status 기준으로 데이터 필터링 기능 * REFACTOR: 사용하지 않는 함수 삭제 * REFACTOR: invalid-date 반환 시 중복되는 repository 함수 통일 * [FE] FEAT: 날짜 순서대로 정렬 추가 * [FE] REFACTOR: 사용하지 않는 함수 삭제 * [FE] FEAT: 지나간 일정도 일정관리 모달 열리도록 수정 #1691 * FIX: Presentation Status에 Dummy 타입 추가 * FIX: 정렬 방식을 Pageable을 기준으로 변경 * REFACTOR: 수요지식회 유저 폼 등록 시 변수명 변경 presentation -> dummyForm * FEAT: sql 지식회 폼 케이스 추가 * [FE] FEAT: 일정 관리 모달에서 카테고리가 DUMMY인 경우 status를 DUMMY로 고정 #1691 * [BE] FIX: sql 지식회 케이스 수정 * FIX: 더미 데이터 판별 시 status, category가 아닌 user로 판별 * FIX: 더미 데이터 판별 시 status, category가 아닌 user로 판별 * [FE] FIX: status, category에 DUMMY 타입 제거 #1691 * FIX: 폼 Category 부분 DUMMY 삭제 * FIX: 메인 페이지 조회 시 더미 폼 조회 제외 * FIX: 메인 페이지 조회 시 더미 폼 조회 제외 * FIX: 폼 조회 시 유저가 작성한 폼의 상태에 따라 조회하는 기능 * FIX: 폼 조회 시 유저가 작성한 폼의 상태에 따라 조회하는 기능 * REFACTOR: 유저의 폼을 가져온 후 서비스 로직에서 status에 따라 필터링 * [FE] FIX: 400에러(month: '1' -> '01') 수정 #1691 * [FE] FEAT: 날짜 비교 형식 변환(관련 함수 추가 및 로직 변경) #1691 * [BE] FIX: sql 지식회 케이스 category, status에서 DUMMY 제거 * [FE] FIX: DropDown height 맞추고 border-radius 적용 #1691 * [FE] FIX: 오타 및 기타 구문 수정 #1691 * [FE] FIX: MapFloor last-child border 해제 #1691 * [FE] FIX: Dummy 발표상태 disabled 처리 #1691 * [BE] FIX: sql 지식회 케이스 모든 시간을 14시로 통일 * [FE] FIX: 중복된 컴포넌트 명 변경(warning 모달 미적용) * [BE] FIX : 스케줄링 로직 변경 1개월에 한 번씩 2개월 후의 더미 데이터 생성 * [FE] FIX: 사물함 대여 알림 메시지 수정 #1691 * [FE] FIX: 사물함 대여 알림 메시지 수정 #1691 * [BE] FEAT: 더미데이터 생성 크론 추가 * [FE] FIX: dropdown에 대한 height를 고정이 아닌 max 형태로 변경 #1691 * [BE] FIX: 서브모듈 업데이트 * [FE] DOCS: 의미가 애매한 변수 설명 추가 #1691 * [BE] FIX: 서브모듈 업데이트 #1691 --------- Co-authored-by: chyo1 <[email protected]> Co-authored-by: saewoo1 <[email protected]> Co-authored-by: seonmiki <[email protected]> Co-authored-by: JunSeong <[email protected]> Co-authored-by: jnkeniaem <[email protected]>
- Loading branch information
1 parent
8d7fd28
commit 2c580f1
Showing
29 changed files
with
447 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
backend/src/main/java/org/ftclub/cabinet/dto/AbleDateResponseDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package org.ftclub.cabinet.dto; | ||
|
||
import java.time.LocalDateTime; | ||
import java.util.List; | ||
import lombok.AllArgsConstructor; | ||
import lombok.Getter; | ||
|
||
@Getter | ||
@AllArgsConstructor | ||
public class AbleDateResponseDto { | ||
|
||
private List<LocalDateTime> results; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.