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

Enhance AI Generation time #499

Merged
merged 5 commits into from
Mar 4, 2024
Merged

Conversation

officiallygod
Copy link
Member

This PR:

  1. Moves the logic of computation a step before i.e. in Logo Step
  2. Readds the missing Progress Bar

@officiallygod officiallygod added the WIP PR is a Work in Progress and not ready for review. label Feb 29, 2024
@officiallygod officiallygod self-assigned this Feb 29, 2024
@officiallygod officiallygod added Code Review The PR is in Code Review and removed WIP PR is a Work in Progress and not ready for review. labels Mar 1, 2024
setCurrentOnboardingData( currentData );

// Get the homepages and set that in flow
const response = await getHomepages(
Copy link
Contributor

Choose a reason for hiding this comment

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

will the error screen show up on the site-logo pag
also will we be calling the homepage on preview step if we already have it in the flowData ?

Copy link
Member Author

Choose a reason for hiding this comment

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

  1. No error will show up on Site logo page

Screenshot 2024-03-02 at 11 44 26 AM and Hompage is just made on Exp step as we check if the flow has data before making a request in preview step it ensures the request is actually only made once however if homepage fails in exp step it is retried again in preview step where the error state is shown if it never works.

@officiallygod officiallygod requested a review from ajayadav09 March 3, 2024 17:30
Copy link
Contributor

@ajayadav09 ajayadav09 left a comment

Choose a reason for hiding this comment

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

Looks good!

@officiallygod officiallygod added QA This PR is in QA and removed Code Review The PR is in Code Review labels Mar 4, 2024
@diwanshuster diwanshuster merged commit b6f61b8 into trunk Mar 4, 2024
3 of 5 checks passed
@diwanshuster diwanshuster deleted the enhance/improve-performance branch March 4, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA This PR is in QA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants