Skip to content

Commit 50389ce

Browse files
#32356: [ReadMe] updated readMe file for Persistent-QuoteAnalitics.
1 parent 889703b commit 50389ce

File tree

5 files changed

+14
-21
lines changed

5 files changed

+14
-21
lines changed

app/code/Magento/Persistent/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Magento_Persistent module
22

3-
This module enables set customer a long-term cookie containing internal id (random hash - to exclude brute
4-
force) of persistent session. Persistent session data is kept in DB - so it's not deleted in some days and is kept for
3+
This module enables setting a long-term cookie containing internal id (random hash - to exclude brute
4+
force) of persistent session for customer. Persistent session data is kept in DB - so it's not deleted in some days and is kept for
55
as much time as we need. DB session keeps customerId + some data from real customer session that we want to sync (e.g.
66
num items in shopping cart). For registered customer this info is synced to persistent session if choose "Remember me"
77
checkbox during first login.
@@ -17,6 +17,8 @@ The Magento_Persistent module creates the `persistent_session` table in the data
1717
This module modifies the following tables in the database:
1818
- `quote` - adds column `is_persistent`
1919

20+
All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
21+
2022
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
2123

2224
## Extensibility
@@ -43,10 +45,6 @@ For information about an event in Magento 2, see [Events and observers](http://d
4345

4446
### Layouts
4547

46-
This module introduces the following layouts in the `view/frontend/layout` directory:
47-
- `customer_account_create`
48-
- `customer_account_login`
49-
5048
For more information about a layout in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
5149

5250
## Additional information

app/code/Magento/ProductAlert/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ Before installing this module, note that the Magento_ProductAlert is dependent o
88
- `Magento_Catalog`
99
- `Magento_Customer`
1010

11-
The Magento_ProductAlert module creates the following table in the database:
11+
The Magento_ProductAlert module creates the following tables in the database:
1212
- `product_alert_price`
1313
- `product_alert_stock`
1414

15+
All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
16+
17+
The Magento_ProductAlert module contains the recurring script. Script's modifications don't need to be manually reverted upon uninstallation.
18+
1519
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
1620

1721
## Extensibility

app/code/Magento/ProductVideo/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Before installing this module, note that the Magento_ProductAlert is dependent o
1010

1111
The Magento_ProductVideo module creates the `catalog_product_entity_media_gallery_value_video` table in the database.
1212

13+
All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
14+
1315
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
1416

1517
## Extensibility

app/code/Magento/Quote/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ This module provides customer cart management functionality.
66

77
The Magento_Quote module is one of the base Magento 2 modules. You cannot disable or uninstall this module.
88

9-
The following modules depend on this module:
10-
- `Magento_Checkout`
11-
- `Magento_ConfigurableProduct`
12-
- `Magento_GiftMessage`
13-
- `Magento_GroupedProduct`
14-
- `Magento_OfflineShipping`
15-
- `Magento_Paypal`
16-
- `Magento_PaypalGraphQl`
17-
- `Magento_QuoteAnalytics`
18-
- `Magento_Reports`
19-
- `Magento_SalesRule`
20-
- `Magento_Weee`
21-
229
The Magento_Quote module creates the following table in the database:
2310
- `quote`
2411
- `quote_address`
@@ -185,7 +172,7 @@ For information about an event in Magento 2, see [Events and observers](http://d
185172

186173
#### Guest
187174

188-
- `\Magento\Quote\Api\GuestBillingAddressManagementInterfacee`
175+
- `\Magento\Quote\Api\GuestBillingAddressManagementInterface`
189176
- assigns a specified billing address to a specified quote
190177
- gets the billing address for a specified quote
191178

app/code/Magento/QuoteAnalytics/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Before installing this module, note that the Magento_QuoteAnalytics is dependent
88
- `Magento_Quote`
99
- `Magento_Analytics`
1010

11+
This module does not introduce any database schema modifications or new data.
12+
1113
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
1214

1315
## Additional data

0 commit comments

Comments
 (0)