Skip to content
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

feat: 게시글 생성 시 특정 도시의 현재 기온, 날씨 아이콘을 함께 저장하도록 구현 #23

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

kiteB
Copy link
Contributor

@kiteB kiteB commented Oct 31, 2024

DONE

  • OpenWeatherMap API를 활용하여 날씨 데이터 가져오도록 구현
  • 스케줄링을 통해 3시간마다 weather 테이블의 데이터가 갱신되도록 설정
    • 개발 단계이므로 city 종류를 제한해서 mysql에 저장하는 방식으로 구현
    • 성능 저하의 우려가 있으므로, 추후 캐싱 등 다른 방법을 모색할 필요가 있음

TODO

  • user.userCity 값을 직접 활용해서 도시 정보를 동적으로 불러오도록 수정
  • 성능 개선을 위한 방법 모색

@kiteB kiteB requested a review from jhkman October 31, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant