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

AI Sitegen Capability Check #29

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

officiallygod
Copy link
Member

No description provided.

@officiallygod officiallygod added the In Progress The Development is currently going on. label Jan 15, 2024
@officiallygod officiallygod self-assigned this Jan 15, 2024
@officiallygod officiallygod added Code Review Code Review and removed In Progress The Development is currently going on. labels Jan 15, 2024
@@ -103,7 +103,7 @@ public static function get_brands() {
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => true,
'sitegen' => true,
'sitegen' => Config::has_ai_sitegen(),
Copy link
Member

Choose a reason for hiding this comment

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

Do you think we can store this value once in a variable at the top and reuse it instead of calling the function multiple times?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure

@arunshenoy99 arunshenoy99 merged commit df12b9f into enhance/ai-onboarding Jan 17, 2024
1 check passed
@arunshenoy99 arunshenoy99 deleted the sitegen-hiive-capability-flag branch January 17, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Review Code Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants