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

Quick Start for Existing Users V2 - Refactor code to support different quick start types (FluxC) #2384

Merged
merged 10 commits into from
May 11, 2022

Conversation

ashiagr
Copy link
Contributor

@ashiagr ashiagr commented May 9, 2022

Parent wordpress-mobile/WordPress-Android#16350

This PR splits QuickStartTask into two different sets of tasks for different quick start types.
PS: Currently, no new tasks are added to the "existing site" quick start type.

How to test?

See corresponding WPAndroid PR: wordpress-mobile/WordPress-Android#16500

This is done to have two sets of tasks, one for each of quick start types (for new site and existing site) to be added in future commits. This will allow to add a common task like check_stats with same enum constant in each set.
This is done to retrieve unique task based on task name and task type as we do not store quick start type in db.
@ashiagr ashiagr self-assigned this May 9, 2022
@ashiagr ashiagr marked this pull request as ready for review May 10, 2022 06:05
@ashiagr ashiagr requested a review from AjeshRPai May 10, 2022 06:05
@ashiagr ashiagr force-pushed the issue/16350-refactor-for-different-qs-types-fluxc branch from e6207ca to 3302ccc Compare May 10, 2022 07:37
@peril-wordpress-mobile
Copy link

peril-wordpress-mobile bot commented May 10, 2022

You can trigger optional UI/connected tests for these changes by visiting CircleCI here.

@ashiagr ashiagr requested review from AjeshRPai and removed request for AjeshRPai May 10, 2022 07:39
Copy link
Contributor

@AjeshRPai AjeshRPai left a comment

Choose a reason for hiding this comment

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

I have looked at the code changes and tested it as per the instructions. Everything looks good to me. Great Job @ashiagr. 👍 🙌 .

I left a nitpick, please feel free to merge once you have addressed it. Approving the PR as the Nitpick is non blocking.

@ashiagr ashiagr merged commit 6fcf600 into trunk May 11, 2022
@ashiagr ashiagr deleted the issue/16350-refactor-for-different-qs-types-fluxc branch May 11, 2022 11:18
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.

None yet

2 participants