Open sivaschenko opened 3 years ago
Hi @sivaschenko. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, please, review the Magento Contributor Assistant documentation.
Please, add a comment to assign the issue: @magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
:warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
:clock10: You can find the schedule on the Magento Community Calendar page.
:telephone_receiver: The triage of issues 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.
:movie_camera: You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
@magento I am working on this
Hello @sivaschenko, I would like to clarify point 5 from your description
app/code/Magento/MediaGalleryUi/Model/InsertImageDataInterface.php: This interface should be extracted to a separate module together with GetInsertImageData and GetInsertImageContent services and marked as API
Questions:
GetInsertImageData
and GetInsertImageContent
this is not interfaces and they should not be marked as API as well. Is this is the correct suggestion?app/code/Magento/MediaGalleryUi/Model/InsertImageDataInterface.php:
? Is this is a good solution to create a folder API for extension MediaGalleryUi
and move this interface to this folder. Please advise.
Thank you.
The following interfaces should be moved and marked as API
Depends on https://github.com/magento/magento2/issues/32040 (moving and deprecation of interfaces in 2.4)