-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static 데이터 정리 #32
static 데이터 정리 #32
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
데이터가 생각보다 많이 지저분했었네요.. 정리하느라 고생하셨습니다. 확인했습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
order이 idx가 아닌 학생회에서 지정한 부스 번호임을 조심하면 상관없을 거 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 메서드의 목적을 구체적으로 명시해 주시면 더 좋을 거 같습니다!
PR 설명
�푸드트럭과 부스 리스트들을 데이터화 시켰습니다
부스 타입은
푸드트럭 타입은
기타사항
데이터가 일정하지 않아서 어떻게 구조를 짜야할지 고민을 많이 했습니다.
특히 부스 한 곳에 날마다 이용하는 팀이 다른 곳도 있어서 날에 맞춰서 데이터를 제공해줘야 했네요
이미지도 동적으로 로드를 해야되는데 동적 import를 사용하자니 import 되기전에 사용하면 null 값을 표현하고
이걸 해결하자니 상태관리 라이브러리 써야되고
그래서 new URL() 방식을 사용하니 잘못된 경로처리를 못하고
좀 골치 아팠습니다.
일관적이지 않은 데이터 가공은 처음하다보니 감이 안잡혀서 시간이 오래 걸렸네요...
코드가 상당히 더러운데 코드리뷰 부탁드립니다