You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- index.html: th:action, th:object, th:field 폼 관련 속성 적용
- EveryCalendarController: index 메서드에서 Model에 IcsDto를 추가하는 코드 작성
- DateProvider: 파라미터를 바탕으로 특정 날짜의 Date 객체를 반환하는 getDate() 메서드 작성
- EveryCalendarControllerTest: 변경된 EveryCalendarController의 의존 관계 변경 사항 적용
- DateProviderTest: getDate() 테스트 작성
issue: #26
- index.html: th:action, th:object, th:field 폼 관련 속성 적용
- EveryCalendarController: index 메서드에서 Model에 IcsDto를 추가하는 코드 작성
- DateProvider: 파라미터를 바탕으로 특정 날짜의 Date 객체를 반환하는 getDate() 메서드 작성
- EveryCalendarControllerTest: 변경된 EveryCalendarController의 의존 관계 변경 사항 적용
- DateProviderTest: getDate() 테스트 작성
issue: #26
Desc.
현재 개강일 / 종강일은 하드코딩되어 있고, 사용자가 직접 선택해야 합니다.
이를 학교별 개강일 / 종강일 정보를 저장하고 사용자가 선택할 수 있도록 합니다.
해당 학교 정보가 없는 경우 사용자가 직접 등록 요청을 할 수 있도록 합니다.
PR
The text was updated successfully, but these errors were encountered: