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

Make the description of achivements operable by Firebase Remote Config #987

Merged
merged 15 commits into from
Aug 30, 2023

Conversation

momomomo111
Copy link
Contributor

@momomomo111 momomomo111 commented Aug 27, 2023

Overview (Required)

  • I've made it easy to change the wording of achievement details using Firebase Remote Config.

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After

stringの取得に対応
詳細の文言の固定の値を削除
詳細の文言をFirebaseから取得
取得間隔を調整
初期化ロジックを変更
軽微な変更
不要なログの削除
@github-actions
Copy link

Hi @momomomo111! Codes seem to be unformatted. To resolve this issue, please run ./gradlew detekt --auto-correct and fix the results of ./gradlew lintDebug.. Thank you for your contribution.

@github-actions
Copy link

github-actions bot commented Aug 27, 2023

Test Results

205 tests   205 ✔️  7m 31s ⏱️
  11 suites      0 💤
  11 files        0

Results for commit d043692.

♻️ This comment has been updated with latest results.

リンターによる修正
@github-actions github-actions bot temporarily deployed to deploygate-distribution August 27, 2023 11:13 Inactive
初期化方法の変更
初期化方法の変更
@momomomo111 momomomo111 changed the title Support remocon achivements description Make the description of achivements operable by Firebase Remote Config Aug 27, 2023
@github-actions github-actions bot temporarily deployed to deploygate-distribution August 27, 2023 16:23 Inactive
Comment on lines 35 to 38
stamps: ImmutableList<Stamp>,
detailDescription: String,
@androidx.annotation.RawRes
stampLottieRawId: Int?,
Copy link
Member

Choose a reason for hiding this comment

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

In our policy, we want to have UiState for sections.
But we might not have time. So I'll leave it to you
https://github.com/DroidKaigi/conference-app-2023#section

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did indeed miss it.
I have corrected it in the following commit

ef8ba6e

StampListUiStateでデータクラス作成
RemoteConfigApiImplのswift側を実装
@@ -30,8 +30,13 @@ private const val StampListColumns = 2
private const val SingleItemSpanCount = 2
private const val DoubleItemSpanCount = 2 / 2

data class StampListUiState(
val detailDescription: String,
Copy link
Member

@takahirom takahirom Aug 29, 2023

Choose a reason for hiding this comment

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

I hoped it includes stamps: ImmutableList<Stamp> as well. But it is ok

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 29, 2023 16:26 Inactive
@github-actions github-actions bot temporarily deployed to deploygate-distribution August 29, 2023 17:06 Inactive
@github-actions github-actions bot temporarily deployed to deploygate-distribution August 29, 2023 17:47 Inactive
@momomomo111 momomomo111 marked this pull request as ready for review August 30, 2023 00:04
@momomomo111 momomomo111 requested review from a team as code owners August 30, 2023 00:04
@momomomo111 momomomo111 merged commit d0cfec6 into main Aug 30, 2023
9 checks passed
@momomomo111 momomomo111 deleted the support-remocon-achivements-description branch August 30, 2023 00:05
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.

2 participants