-
Notifications
You must be signed in to change notification settings - Fork 96
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
Feature/demo/dev ai integrations #2831
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please add ticket to the PR description
@@ -0,0 +1,83 @@ | |||
This document describes how to install the [OpenAi]() feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This document describes how to install the [OpenAi]() feature. | |
This document describes how to install the OpenAi feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe Open AI feature will be better? If agree please apply to all the places in all the files
|
||
## Install feature core <!-- Skip if there won't be a frontend section in the doc --> | ||
|
||
Follow the steps below to install the {Feature Name} feature core. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feature name is not added
|
||
Follow the steps below to install the {Feature Name} feature core. | ||
|
||
### Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are the Prerequisites?
### Prerequisites | ||
|
||
### 1) Install the required modules | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add Run the following command to install the required module:
before
``` | ||
|
||
**Verification** | ||
<!--Describe how a developer can check they have completed the step correctly.--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove all the comments in all the files
**src/Pyz/Zed/Product/ProductDependencyProvider.php** | ||
```php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same
| ProductCategoryProductAbstractPostCreatePlugin | Adds action on product abstract post create event. | | SprykerEco\Yves\ImageSearchAi\Plugin\Router | | ||
| ProductCategoryProductAbstractAfterUpdatePlugin | Adds action on product abstract after update event. | | SprykerEco\Yves\ImageSearchAi\Plugin\Router | | ||
| ProductCategoryAbstractFormExpanderPlugin | Expands `ProductAbstractForm`. | | SprykerEco\Yves\ImageSearchAi\Plugin\Router | | ||
| ImageAltTextProductConcreteEditFormExpanderPlugin | Expands `ProductConcreteEditForm` with `alt_text` field. | | SprykerEco\Yves\ImageSearchAi\Plugin\Router | | ||
| ImageAltTextProductAbstractFormExpanderPlugin | Expands `ProductAbstractForm` with `alt_text` field. | | SprykerEco\Yves\ImageSearchAi\Plugin\Router | | ||
| ImageAltTextProductConcreteFormExpanderPlugin | Expands `ProductConcreteForm` with `alt_text` field. | | SprykerEco\Yves\ImageSearchAi\Plugin\Router | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why SprykerEco\Yves\ImageSearchAi\Plugin\Router? These plugins are not routers
protected function getProductAbstractPostCreatePlugins(): array | ||
{ | ||
return [ | ||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... |
Remove everywhere
} | ||
``` | ||
|
||
**src/Pyz/Zed/ProductManagement/Presentation/Add/index.twig** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same related to all the FE changes, not clear what it is, why it is needed, etc
{% endraw %} | ||
``` | ||
|
||
To apply the changes, run the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apply changes sounds not correct, please describe properly what this command does
PR Description
TBD
Checklist