lego37yoon / isspc-yespc

SPC 식품을 찾아줘요!
https://isspc.paperbox.pe.kr
MIT License
17 stars 0 forks source link

Load manufacturers from JSON #4

Closed somnisomni closed 1 year ago

somnisomni commented 1 year ago

업체별 바코드 prefix를 JSON 파일에 담고, 그 파일을 불러와서 업체 판별을 할 수 있도록 수정하였습니다.

JSON 파일에서 바코드 prefix는 indexes 오브젝트 안에 [prefix]: [id] 형태로 추가하고, 루트 오브젝트에 키가 [id]name, color, spc가 담긴 오브젝트를 추가하는 것으로 업체를 쉽게 추가할 수 있습니다.

이 풀리퀘로 이슈 #2 의 첫 번째 Task가 해결될 것 같네요.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
isspc ✅ Ready (Inspect) Visit Preview Oct 27, 2022 at 8:21AM (UTC)
lego37yoon commented 1 year ago

기여 감사합니다! 코드상 큰 문제 없어 머지 처리했습니다.