New Function #38
closed[ADMIN] 철도역 관리 (station management)
Files
Related issues
Updated by Deca Park almost 2 years ago
- Copied from New Function #30: [ADMIN] 공지 관리 (notice management) added
Updated by bryant bryant almost 2 years ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park over 1 year ago
[ADMIN] 철도역 관리 (/station)
1.DB (st_station) change
transfer_station_yn (Y/N) -> transfer_station_type (common/transfer)
2.List page
1) search
a) 환승역 구분 selectbox
- 전체(all), 일반역 / 환승역 (common / transfer)
3.Add/Modify page
1) 역사명 field
- REMOVE 2nd inputbox (station_code) (on Add page)
a) {station_code} (automatically creation)
[Rule]
if station_type = 'train'(기차역), 'T' + {seqNo(3)} (ex: T001,T002,...,T1000)
if station_type = 'subway' (지하철역), 'S' + {seqNo(3)} (ex: S001,S002,...,S1000)
2) 노선 field
a) 2nd inputbox
- apply placeholder: "선택된 노선 정보 표시"
3) 환승역 구분 : {transfer_station_type}
a) radio options: 일반역 / 환승역 (common / transfer)
Updated by Deca Park over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to bryant bryant
Updated by bryant bryant over 1 year ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park over 1 year ago
- File station_search_modal.png station_search_modal.png added
[ADMIN > common] 역사 검색 (common station search) modal (refer to attach image)
1.Grid
1) 처리 column
- DELETE and add checkbox into first column
2.Button
1) 선택 (select)
- add the button
- process is same with 매장 검색 (common store search) modal
Updated by Deca Park over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
Updated by Toby Pham over 1 year ago
- Status changed from Feedback to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park over 1 year ago
- File station_2.png station_2.png added
[ADMIN] common station search for smart order (refer to attach image)
1.Logic (fix)
- add condition: st_station.smart_order_yn = 'Y'