Skip to content

feat: 현장톡 리스트에 날씨정보 표시#999

Open
medAndro wants to merge 21 commits intodev-anfrom
feat/997
Open

feat: 현장톡 리스트에 날씨정보 표시#999
medAndro wants to merge 21 commits intodev-anfrom
feat/997

Conversation

@medAndro
Copy link
Copy Markdown
Contributor

📌 관련 이슈

✨ 변경 내용

  • 클라우드플레어 워커로 날씨 정보를 제공하는 기상청 api의 래퍼 api 구현
    • jwt 액세스 토큰 확인을 통해 허가된 유저만 api 제공
    • 캐싱을 통해 2번째 응답부터 빠른 날씨 제공
  • 현장톡 구장 목록에 날씨 정보 표시

🎸 기타 참고 사항

만들고 보니까 좀 작긴 한듯 바꾸고 싶으면 피그마 ㄱㄱ

image

medAndro added 21 commits April 15, 2026 01:48
@medAndro medAndro requested review from ijh1298 and jiyuneel April 16, 2026 17:25
@medAndro medAndro self-assigned this Apr 16, 2026
@medAndro medAndro added the 🚀 feat 기능 (새로운 기능, 기능 수정) label Apr 16, 2026
@medAndro medAndro added the 🤖 AN 안드로이드 label Apr 16, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ea129cfc-6a9b-4425-8ac7-6f04cec23acc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/997

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bowook
Copy link
Copy Markdown
Member

bowook commented Apr 17, 2026

오왕

Copy link
Copy Markdown
Contributor

@ijh1298 ijh1298 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

날씨 표시 기능 구현 고생하셨습니다 메다👍👍

worker는 코드 방대하고, 잘 모르겠어서 클로드한테 치명적인 오류가 있는 지만 검토해달라 했어요.
다음 답변을 얻었는데 확인 부탁드립니다~

Image

}

@Composable
fun IconWithText(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

private 적용할 수 있겠어요~

),
modifier =
modifier
Modifier
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

인자의 modifier 대신 쓰인 이유가 있을까요??

Row(horizontalArrangement = Arrangement.spacedBy(4.dp)) {
Icon(
painter = painterResource(icon),
contentDescription = stringResource(Res.string.livetalk_user_icon_description),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

contentDescription이 icon마다 달라질 것 같아요~

@Query("date") date: String,
): StadiumsWithGamesResponse

@GET("https://worker.yagubogu.com/api/stadium/weather")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

http, https로 시작하면 baseUrl 쓰는 상대경로가 아니라 절대경로로 취급되네요🤓👍

@bowook
Copy link
Copy Markdown
Member

bowook commented May 6, 2026

오라클이 야구보구를 정지시켰어

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 AN 안드로이드 🚀 feat 기능 (새로운 기능, 기능 수정)

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants