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

ALTAPPS-1030: [Shared, iOS] Fill blanks problem onboarding modal #740

Merged

Conversation

ivan-magda
Copy link
Member

@ivan-magda ivan-magda commented Nov 10, 2023

YouTrack Issues:
#ALTAPPS-1030

Checklist

Before Code Review:

  • Fields "Assignees, Labels, Milestone" are filled in the pull request;
  • New analytics events are documented;
  • All checks have been passed;
  • Changes have been checked locally.

Description

  1. Adds single view action for showing problems onboarding modals
  2. Adds iOS fill blanks onboarding modal

@ivan-magda ivan-magda added this to the 1.42 milestone Nov 10, 2023
@ivan-magda ivan-magda self-assigned this Nov 10, 2023
@github-actions github-actions bot added shared Shared module task ios iOS module task android Android module task labels Nov 10, 2023
@ivan-magda ivan-magda changed the title ALTAPPS-1030: [Shared, iOS] Fill in the blanks onboarding ALTAPPS-1030: [Shared, iOS] Fill in the blanks problem onboarding modal Nov 10, 2023
@ivan-magda ivan-magda changed the title ALTAPPS-1030: [Shared, iOS] Fill in the blanks problem onboarding modal ALTAPPS-1030: [Shared, iOS] Fill blanks problem onboarding modal Nov 10, 2023
@ivan-magda ivan-magda marked this pull request as ready for review November 13, 2023 09:02
@ivan-magda ivan-magda added the awaiting review Pull Request is awaiting code reviews label Nov 13, 2023
@ivan-magda ivan-magda removed the awaiting review Pull Request is awaiting code reviews label Nov 14, 2023
@ivan-magda ivan-magda merged commit 0102ea1 into develop Nov 14, 2023
9 checks passed
@ivan-magda ivan-magda deleted the feature/ALTAPPS-1030/shared_ios_fill_blanks_onboarding branch November 14, 2023 11:03
Copy link
Contributor

@vladkash vladkash left a comment

Choose a reason for hiding this comment

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

It's nice that now we have common approach to new onboarding types 👍

Comment on lines 7 to +13
fun isParsonsOnboardingShown(): Boolean
fun setParsonsOnboardingShown(isShown: Boolean)

fun isFillBlanksInputModeOnboardingShown(): Boolean
fun setFillBlanksInputModeOnboardingShown(isShown: Boolean)
fun isFillBlanksSelectModeOnboardingShown(): Boolean
fun setFillBlanksSelectModeOnboardingShown(isShown: Boolean)
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe here it would be better to use problem type to have only one method for caching. WIth adding new problem types onboardings it would be easier to support

* {
* "route": "/learn/step/1",
* "action": "hidden",
* "part": "parsons_problem_onboarding_modal",
Copy link
Contributor

Choose a reason for hiding this comment

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

in such comments we usually add all possible values like parsons_problem_onboarding_modal | fill_blanks_problem_onboarding_modal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android module task ios iOS module task shared Shared module task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants