Skip to content

fix: 피드 2차 QA 반영#814

Merged
s9hn merged 5 commits into
release/1.6.0from
feat/807
Feb 26, 2026
Merged

fix: 피드 2차 QA 반영#814
s9hn merged 5 commits into
release/1.6.0from
feat/807

Conversation

@s9hn

@s9hn s9hn commented Feb 26, 2026

Copy link
Copy Markdown
Member

📌𝘐𝘴𝘴𝘶𝘦𝘴

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴

@s9hn s9hn changed the title Feat/807 fix: 피드 2차 QA 반영 Feb 26, 2026
@github-actions github-actions Bot requested review from devfeijoa and m6z1 February 26, 2026 14:06
@s9hn s9hn merged commit 14d9ac8 into release/1.6.0 Feb 26, 2026
1 of 2 checks passed
class CreateFeedViewModel
@Inject
constructor(
class CreateFeedViewModel @Inject constructor(

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:annotation reported by reviewdog 🐶
Expected newline before annotation

class CreateFeedViewModel
@Inject
constructor(
class CreateFeedViewModel @Inject constructor(

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:annotation reported by reviewdog 🐶
Expected newline after last annotation

private val feedRepository: FeedRepository,
private val feedRepository: UpdatedFeedRepository,
) : ViewModel() {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:no-empty-first-line-in-class-body reported by reviewdog 🐶
Class body should not start with blank line

feedRepository.saveFeed(
relevantCategories = categories
.filter { it.isSelected }
relevantCategories = categories.filter { it.isSelected }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:chain-method-continuation reported by reviewdog 🐶
Expected newline before '.'

imageUrls = feed.imageUrls,
)
} ?: throw IllegalArgumentException()
updatedFeedViewModel.uiState.value.myFeedData.feeds.find { it.id == feedId }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:chain-method-continuation reported by reviewdog 🐶
Expected newline before '.'

lastFeedId = lastFeedId,
genres = state.currentFilter.selectedGenres.map { it.tag },
isVisible = state.currentFilter.isVisible,
sortCriteria = state.myFeedData.sort.name.uppercase(),

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:chain-method-continuation reported by reviewdog 🐶
Expected newline before '.'

}.onFailure {
_uiState.update { it.copy(loading = false, isRefreshing = false, error = true) }

FeedTab.SOSO_FEED -> getFeedsUseCase(

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:when-entry-bracing reported by reviewdog 🐶
Body of when entry should be surrounded by braces if any when entry body is surrounded by braces or has a multiline body

},
isLoadable = result.isLoadable,
)
currentState.updateCurrentSource(updatedSource)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:chain-method-continuation reported by reviewdog 🐶
Expected newline before '.'

}
fun updateTab(tab: FeedTab) {
_uiState.update { it.copy(selectedTab = tab) }
if (uiState.value.currentData.feeds.isEmpty()) fetchNextPage(feedId = 0L)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:chain-method-continuation reported by reviewdog 🐶
Expected newline before '.'

fun updateSosoCategory(category: SosoFeedType) {
if (uiState.value.sosoCategory == category) return
_uiState.update { it.copy(sosoCategory = category) }
if (uiState.value.currentData.feeds.isEmpty()) fetchNextPage(feedId = 0L)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:chain-method-continuation reported by reviewdog 🐶
Expected newline before '.'

@coderabbitai

coderabbitai Bot commented Feb 26, 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.

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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/807

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

@m6z1 m6z1 deleted the feat/807 branch March 13, 2026 06:44
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