Project

General

Profile

Actions

Non-Function #184

closed

[APP UI/ADMIN] 스토리북 수정

Added by Jisoo Choi 10 months ago. Updated 10 months ago.

Status:
Closed
Priority:
High
Assignee:
Start date:
11/27/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

 

1. 홈 화면 UI 변동 : 게시글 표시 영역 추가

- 섬네일 이미지

- 게시글 제목

*최대 4건 표시

**기존 배너 부분은 삭제합니다.(벚꽃 배너)

 

 

2. 관리자 페이지 내용 변경

(1) 메인 노출 순서 입력 필드 추가 : 숫자만 입력

*작성된 메인 노출 순서대로 최대 4건이 홈 화면에 표시되며, 중복될 경우 나중에 등록된 게시글이 먼저 표시됨

(2) 섬네일 이미지 등록 필드 추가

(3) 연결 콘텐츠 URL 입력 필드 추가

- 스토리 쇼핑 쇼핑몰 / 스토리 오더 매장 / 스토리 쇼핑 상품 / 스토리 오더 상품 / 직접 입력

*직접 입력 외에는 배너/팝업에서의 앱 내 링크와 동일하게 처리

**직접 입력일 때에는 버튼명 입력 필드 추가

(4) 첨부 파일 등록 필드 삭제

 

 

3. 스토리북 게시글 목록 페이지

: 섬네일 이미지 표시 영역 추가

 

 

4. 스토리북 게시글 상세 페이지 : 바로가기 영역 추가

(1) 스토리 쇼핑 쇼핑몰 바로가기

(2) 스토리 오더 매장 바로가기

(3) 스토리 쇼핑 상품 바로가기

(4) 스토리 오더 상품 바로가기

(5) 직접 입력(외부 링크)

*직접 입력일 시, 버튼명은 관리자 페이지에서 직접 입력한 내용 표출

 

 


Files

Actions #1

Updated by Jisoo Choi 10 months ago

 

 

Non-Function #197 [APP UI] APP-html file-

에 추가되어 있습니다.

 

[스토리 북 리스트] 레이아웃 변경

 

[스토리 북 상세] 바로가기 링크 추가 (타입별 4가지)

/storybook/list.html
/storybook/view.html
/scss/common.scss
/css/common.css
* 스토리북 상세페이지 수정하면서 타이틀이 중복 되는 일이 생겨 [공통 게시판 상세]페이지 양식 상단 타이틀 부분에 클래스 추가하였음.
/guide/notiveView.html
/shopping/recommendPlaceView.html
/smartorder/recommendPlaceView.html

 

[메인화면 스토리 북 리스트] 레이아웃 변경

 

 

Actions #2

Updated by Deca Park 10 months ago

[ADMIN] 스토리북 관리 > 스토리북 게시글 관리 (/storybook)

  • QA_20231129.pptx
Actions #3

Updated by Toby Pham 10 months ago

  • Status changed from New to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #4

Updated by Jisoo Choi 10 months ago

 

 

 

스토리북 

- 리스트 페이지

- 게시글 상세 페이지(연결 링크)별 연결 데이터 관련해서 설명 추가했습니다.

Actions #5

Updated by Deca Park 10 months ago

0.API spec

  • #32 : API-20231130

.
[API] GET /api/storybook/list
1.Response
  1) add 1 field
    - thumb_file_url 

[API] GET /api/storybook/view
1.Response
  1) add 3 fields
    - link_page_type / link_url / direct_link_label

[API] GET /api/storybook/main_list (NEW)
- refer to API spec

Actions #6

Updated by Deca Park 10 months ago

[APP] 스토리북 (/storybook)

1.to-do

  • 스토리북_연결데이터_en.pptx

2.design html (#197)
  1) storybook
    /storybook/list.html
    /storybook/view.html
    /scss/common.scss
    /css/common.css

Actions #7

Updated by Deca Park 10 months ago

  • Status changed from Resolved to In Progress
  • Assignee changed from Deca Park to Toby Pham
Actions #8

Updated by Deca Park 10 months ago

[APP] Main

1.STORY BOOK area
 1) display 4 main storybook (refer to 스토리북 수정_홈 UI.png)
   a) API: GET /api/storybook/main_list
   b) fields
     - {thumb_file_url}
     - {subject}
     - if click image/subject, move to storybook > view page

2.design html (#197)
  /index.html
  /scss/main.scss
  /css/main.css

Actions #9

Updated by Toby Pham 10 months ago

  • Status changed from In Progress to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #10

Updated by Deca Park 10 months ago

[ADMIN] 스토리북 관리 > 스토리북 게시글 관리 (/storybook) > 상세(Modify)

1.연결 콘텐츠 URL field
  1) if link type is selected with 직접입력(direct input)
    - show 버튼명 (button label) field
    - currently, it's applied with reverse wrong

Actions #11

Updated by Deca Park 10 months ago

[APP] 스토리북 (/storybook)

1.View Page
  1) if  {link_page_type} = ‘LP05’ (online mall)
    - apply design: storybook > view.html > <!-- 바로가기링크 store --> (line: 64)
    - title: {mall_name} 바로가기
  2) if {link_page_type} = ‘LP02’ (store)
    - apply design: storybook > view.html > <!-- 바로가기링크 station --> (line: 52)
    - category : {st_mall.store_category_code} (show code name)
    - title : {mall_name} 바로가기
  3) if {link_page_type} = ‘LP00’ (직접입력: direct link)
    - apply design: storybook > view.html > <!-- 바로가기링크 custom --> (line: 94)
    - title : {direct_link_label}
    - title : {mall_name} 바로가기

Actions #12

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to Jisoo Choi
Actions #13

Updated by Jisoo Choi 10 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF