-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[ReadMe] updated readMe file for Persistent-QuoteAnalitics #32356
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
[ReadMe] updated readMe file for Persistent-QuoteAnalitics #32356
Conversation
Hi @vlmed. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Magento\Persistent module enables set customer a long-term cookie containing internal id (random hash - to exclude brute | ||
# Magento_Persistent module | ||
|
||
This module enables set customer a long-term cookie containing internal id (random hash - to exclude brute |
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 rephrase this to "this module enables setting ... for a customer" or something similar. "This module enables set customer ..." doesn't look valid.
- `Magento_Checkout` | ||
- `Magento_PageCache` | ||
|
||
The Magento_Persistent module creates the `persistent_session` table in the database. |
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 some information about the schema/column not being persistent (e.g. not having to be manually removed) when the module gets disabled and setup:upgrade is run.
|
||
This module enables product alerts, which allow customers to sign up for emails about product price or stock status change. | ||
|
||
## Installation |
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 some information about the schema/column not being persistent (e.g. not having to be manually removed) when the module gets disabled and setup:upgrade is run.
Additionally, please add information about the recurring script in the module and if its modification need to be manually reverted upon uninstallation.
- `Magento_Catalog` | ||
- `Magento_Backend` | ||
|
||
The Magento_ProductVideo module creates the `catalog_product_entity_media_gallery_value_video` table in the database. |
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 some information about the schema/column not being persistent (e.g. not having to be manually removed) when the module gets disabled and setup:upgrade is run.
app/code/Magento/Quote/README.md
Outdated
The Magento_Quote module does not have any specific system requirements. | ||
The Magento_Quote module is one of the base Magento 2 modules. You cannot disable or uninstall this module. | ||
|
||
The following modules depend on this module: |
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.
I'm not sure if listing dependent modules here is a good idea. The README.md file obviously requires more maintenance now. However, it's relatively easy to maintain it when changes are made inside the module itself, but can be challenging in case of this list as it would require maintaining it when other modules are modified or added. Sometimes that would require adding commits/PRs to more than one project (e.g. if a new EE module depends on this one).
- `Magento_Catalog` | ||
- `Magento_Customer` | ||
|
||
The Magento_ProductAlert module creates the following table in the database: |
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.
A typo - "table" should be "tables"
- `Magento_SalesRule` | ||
- `Magento_Weee` | ||
|
||
The Magento_Quote module creates the following table in the database: |
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 some information about the schema/column not being persistent (e.g. not having to be manually removed) when the module gets disabled and setup:upgrade is run.
Also - a typo - "table" should be in the plural form.
Additionally, please cover all the data patches here and mention if modifications introduced in them can have to be manually removed/reverted after the module uninstallation.
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.
I don't think we should mention any schema / data reverting as this module should not be disabled or removed.
app/code/Magento/Quote/README.md
Outdated
|
||
#### Guest | ||
|
||
- `\Magento\Quote\Api\GuestBillingAddressManagementInterfacee` |
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.
a typo - Interfacee instead of Interface (not that it matters that much, but still)
The Magento_QuoteAnalytics module configures data definitions for a data collection related to the Quote module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.4/advanced-reporting/modules.html). | ||
This module configures data definitions for a data collection related to the Quote module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html). | ||
|
||
## Installation |
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 a mention that this module doesn't introduce any db modifications or new data (so everyone reading the readme knows that this is what happens - a lack of any mention might be considered just an omission, not as info that nothing gets added).
@vlmed good job adding all those readme files! I had a few comments, but the overall effect looks great! |
@magento run all tests |
@magento run WebAPI Tests, Unit Tests, Functional Tests B2B |
|
||
### Layouts | ||
|
||
This module introduces the following layouts in the `view/frontend/layout` directory: |
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.
Actually it doesn't introduce those - it's only a "client" of layout handles introduced by Magneto_Customer - please remove them from here.
I initially haven't noticed that this comment should be added here, but better late than never.
@magento run all tests |
@bgorski updated, please review. |
Hi @bgorski, thank you for the review.
|
False-positive Functional Tests EE failure. PR changes cannot affect MFTF tests as it's only modifying readme files. |
Hi @vlmed, thank you for your contribution! |
Description (*)
Update README.md file for modules:
Fixed Issues (if relevant)
Contribution checklist (*)