Skip to content

Commit

Permalink
Improve PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vlmed committed Aug 31, 2021
1 parent 0ba4767 commit 4372776
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 92 deletions.
6 changes: 0 additions & 6 deletions app/code/Magento/LoginAsCustomer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ The Magento_LoginAsCustomer module creates the `login_as_customer` table in the

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).

## Extensibility

Extension developers can interact with the Magento_LoginAsCustomer module. For more information about the Magento extension mechanism, see [Magento plugins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomer module.

## Additional information

This module is a part of Login As Customer feature.
Expand Down
20 changes: 0 additions & 20 deletions app/code/Magento/LoginAsCustomerAdminUi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,15 @@

This module provides UI for Admin Panel for Login As Customer functionality.

## Installation

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).

## Extensibility

Extension developers can interact with the Magento_LoginAsCustomerAdminUi module. For more information about the Magento extension mechanism, see [Magento plugins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerAdminUi module.

### Layouts

This module introduces the following layouts in the `view/adminhtml/layout` directory:
- `adminhtml_order_shipment_view`
- `customer_index_edit`
- `loginascustomer_confirmation_popup`
- `sales_order_creditmemo_view`
- `sales_order_invoice_view`
- `sales_order_view`

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).

### UI components

This module extends ui components. The configuration files located in the directory `view/adminhtml/ui_component`:
- `customer_form`

For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).

## Additional information

This module is a part of Login As Customer feature.
Expand Down
13 changes: 3 additions & 10 deletions app/code/Magento/LoginAsCustomerApi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@

This module provides API for ability to login into customer account for an admin user.

## Installation

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).

## Extensibility

Extension developers can interact with the Magento_LoginAsCustomerApi module. For more information about the Magento extension mechanism, see [Magento plugins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerApi module.

### Public APIs

- `\Magento\LoginAsCustomerApi\Api\Data\AuthenticationDataInterface`:
- contains authentication data

- `\Magento\LoginAsCustomerApi\Api\DataAuthenticationDataInterface`:
- authentication data

Expand Down
13 changes: 2 additions & 11 deletions app/code/Magento/LoginAsCustomerAssistance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,12 @@ The Magento_LoginAsCustomerAssistance module creates the `login_as_customer_assi

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).

## Extensibility

Extension developers can interact with the Magento_LoginAsCustomerAssistance module. For more information about the Magento extension mechanism, see [Magento plugins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerAssistance module.

### Layouts

This module introduces the following layouts in the `view/adminhtml/layout` and `view/frontend/layout` directories:
This module introduces the following layouts in the `view/adminhtml/layout` directory:
- `view/adminhtml/layout`:
- `loginascustomer_confirmation_popup`
- `view/frontend/layout`:
- `customer_account_create`
- `customer_account_edit`


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).

### UI components
Expand Down
7 changes: 0 additions & 7 deletions app/code/Magento/LoginAsCustomerFrontendUi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@

This module provides UI for Storefront for Login As Customer functionality.

## Extensibility

Extension developers can interact with the Magento_LoginAsCustomerFrontendUi module. For more information about the Magento extension mechanism, see [Magento plugins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerFrontendUi module.

### Layouts

This module introduces the following layouts in the `view/frontend/layout` directory:
- `loginascustomer_login_index`
- `default`

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).

Expand Down
8 changes: 1 addition & 7 deletions app/code/Magento/LoginAsCustomerGraphQl/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magento_LoginAsCustomerGraphQl module

This module provides flexible login as a customer so a merchant or merchant admin can log into an end customer's account to assist them with their account.
This module provides flexible login as a customer using GraphQl so a merchant or merchant admin can log into an end customer's account to assist them with their account.

## Installation

Expand All @@ -13,12 +13,6 @@ Before installing this module, note that the Magento_GroupedProductGraphQl is de

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).

## Extensibility

Extension developers can interact with the Magento_LoginAsCustomerApi module. For more information about the Magento extension mechanism, see [Magento plugins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerApi module.

## Additional information

This module is a part of Login As Customer feature.
Expand Down
6 changes: 0 additions & 6 deletions app/code/Magento/LoginAsCustomerLog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ The Magento_LoginAsCustomerLog module creates the `magento_login_as_customer_log

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).

## Extensibility

Extension developers can interact with the Magento_LoginAsCustomerLog module. For more information about the Magento extension mechanism, see [Magento plugins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerLog module.

### Layouts

This module introduces the following layouts in the `view/adminhtml/layout` directory:
Expand Down
10 changes: 1 addition & 9 deletions app/code/Magento/LoginAsCustomerPageCache/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Magento_LoginAsCustomerPageCache module

This module provides adaptation to PageCache functionality for Login as Customer functionality.

## Installation

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).

## Extensibility

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerPageCache module.
This module provides adaptation to PageCache functionality for Login as Customer functionality.

## Additional information

Expand Down
8 changes: 0 additions & 8 deletions app/code/Magento/LoginAsCustomerQuote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

The Magento_LoginAsCustomerQuote module is responsible for communication between Magento_LoginAsCustomer and shopping cart state.

## Installation

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).

## Extensibility

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerQuote module.

## Additional information

This module is a part of Login As Customer feature.
Expand Down
8 changes: 0 additions & 8 deletions app/code/Magento/LoginAsCustomerSales/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

This module is responsible for communication between Magento_LoginAsCustomer and order placement.

## Installation

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).

## Extensibility

[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_LoginAsCustomerSales module.

## Additional information

This module is a part of Login As Customer feature.
Expand Down

0 comments on commit 4372776

Please sign in to comment.