Skip to content

7주차 미션 / 2조 조은서#25

Open
taskcho123 wants to merge 2 commits into
taskcho123from
taskcho_07
Open

7주차 미션 / 2조 조은서#25
taskcho123 wants to merge 2 commits into
taskcho123from
taskcho_07

Conversation

@taskcho123

Copy link
Copy Markdown

1. 미션

각 주차에 해당하는 미션 체크리스트

  • api 5개 서버 통신 및 ui 반영

2. 구현에 대한 설명

본인이 구현한 것에 대한 설명

  • API 요청사항에 맞게 PostService에 함수 추가
  • Post에서 서버 응답 형식에 맞게 dto구현
  • viewModel에서 api 호출 => repository로 다음엔 따로 구현하도록 하겠습니다..!!
  • 응답에 맞는 ui 구현

3. 스크린샷 & 실행영상

실행영상이 있다면 실행영상을, 없다면 스크린샷 첨부
스크린샷 2026-05-16 오전 2 59 15

@coderabbitai

coderabbitai Bot commented May 15, 2026

Copy link
Copy Markdown

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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a924db0a-aeb1-4629-ad2b-52199efe5bc0

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 taskcho_07

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

@taskcho123 taskcho123 changed the title Taskcho 07 7주차 미션 / 2조 조은서 May 15, 2026

@AyoungSe0 AyoungSe0 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

수고하셨습니다 !!

viewModelScope.launch {
try {
val response = RetrofitClient.postService.getPosts(userId)
if (response.isSuccessful) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

_error.value = null 로 초기화해주시면 성공 후에도 남아 있는 이전 에러 값을 지워줄 수 있습니다. 각 API 성공 분기에서 초기화해주시면 되고, 현재는 clearError 버튼을 눌러야 이전 에러가 사라지는 구조입니다!

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.

3 participants