sanmong / SKKU_Trip_Checker

Real-time Congestion Checker for Popular Places
MIT License
0 stars 1 forks source link

feat: Implemented main_load.js (show the result of searching) #28

Closed sanmong closed 1 year ago

sanmong commented 1 year ago

Summary

main_load.js 의 exhibitCards를 search 버튼 이벤트 안에 추가하였습니다. 검색 시 조건에 맞는 exhibitList를 card로 출력하도록 바꿨습니다. 혼잡도가 표시됩니다. 주소는 현재 표시되지 않습니다.

Describe your changes

code

버튼 이벤트 내부에 exhibitCards를 구현하며 index.html의 카드 부분을 옮겼습니다. detail,html에 href="html/detail.html?poiId='+ exhibitList[i].contents.poiId 로 poiId를 넘기도록 하였습니다. 혼잡도 및 현재 날짜를 표시합니다.

olenmg commented 1 year ago

지금 준현님께서 PR 넣으신 부분에 방금 말씀드린 L91~L136 관련 내용 코딩되어 있으니 참고하셔도 좋을 것 같아요!