feat: 게시글 생성 시 특정 도시의 현재 기온, 날씨 아이콘을 함께 저장하도록 구현 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DONE
weather.id
값을 요구사항에 맞게 처리하여 제작한 아이콘을 반환하도록 구현weather
테이블의 데이터가 갱신되도록 설정city
종류를 제한해서 mysql에 저장하는 방식으로 구현TODO
user.userCity
값을 직접 활용해서 도시 정보를 동적으로 불러오도록 수정