Bug #224
closed[ADMIN] 게시글 관련 기능
Description
1. 공지 관리 > 게시글 관리
(1) 게시 기간 설정 오류 : 12-01~12-31으로 설정해도 12-05~12-05로 저장됨
(2) 상단 게시 기간 설정 오류 : (1)과 동일합니다.
(3) 게시 기간 : 노출 기간
상단 게시 기간 : 노출 기간(게시 기간) 내에서 상단에 게시되는 기간
으로 처리를 부탁드리고 싶습니다.
*현재 : 게시 기간 무제한, 상단 게시 기간 제한 있을 경우, 상단 게시 기간이 지나면 게시글이 아예 노출되지 않고 있습니다.
2. 스토리북 관리 > 스토리북 게시글 관리
현재
- 게시 기간 : 무제한
- 상단 게시 기간 : 제한 (예) 2023-11-01 ~ 2023-11-30)
인 경우 상단 게시 기간이 끝나면 아예 노출되지 않고 있습니다.
게시 기간 : 노출 기간
상단 게시 기간 : 노출 기한 내에서 상단에 게시되는 기간
으로 재처리를 부탁드려도 될까요?
Updated by Deca Park 11 months ago
[API] GET /api/board/notice_list, GET /api/storybook/list
1.logic
1) problem
a) if notice period(notice_start_date ~ notice_end_date) is finished
- this's not displayed on the list (bug)
2) to-be
a) notice period (notice_start_date ~ notice_end_date)
- it decide just TOP display
b) post_nolimit_yn,post period (post_start_date ~ post_end_date)
- post is decided with this fields
Updated by bryant bryant 11 months ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park