Actions
New Function #34
open소장품.수장고 > 원본 다운로드 파일명 변경
Description
1.Steps
- [USER] 소장품.수장고 menu : https://www.nfm.go.kr/paju/storage/open
- if one item clicks, move to details page : https://www.nfm.go.kr/paju/storage/detail/open/A/PS0100200100108481000000
- details page > 원본 다운로드 (download original file) button clicks
- one item modal on details page > 원본 다운로드 (download original file) button clicks
2.download file name issue (refer to attach image)
1) AS-IS
{number}.jpg
2) TO_BE
{소장품번호 field value}.jpg
Files
Updated by Toby Pham almost 2 years ago
1: install Vue CLI
npm install -g @vue/cli
2: run install project
npm install
3: run Vue project
npm run local:dev
Updated by Deca Park almost 2 years ago
- Assignee changed from Toby Pham to bryant bryant
Updated by Deca Park almost 2 years ago
[NFM_PAJU_SEARCH_API]
1. /file/download/purpose (FileController)
- keep current method and create new method
1) fileName
a) As-is
- fileName = fileSeq.jpg
b) To-be
- replace fileName (except file extension) with srno field of API result (https://www.nfm.go.kr/paju/api/v1/_id/nfm_storage/PS0100200100108481000000)
- ex) 민속084810.jpg
Actions