Skip to content
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

Extend action / Code Generation. Add ability to set the module sequence at generating new module. #186

Closed
coderimus opened this issue Apr 20, 2020 · 0 comments
Assignees
Labels
action code generation Complex Priority: P3 May be fixed according to the position in the backlog Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround
Milestone

Comments

@coderimus
Copy link
Contributor

Extend the new Magento 2 module generation with the ability to set module sequence(s).

Module sequence(s) expected view

  1. Right-click on the directory
  2. Click New
  3. Select Magento 2 module menu item and click on it
  4. In the opened popup, a new Magento 2 module form opened
  5. Add to the form a new section under the "Module dependencies"
  6. The label should be named Module sequence(s) and related to the list of Magento project modules. Looks similar to the "Module dependencies".

Module sequence(s) expected behaviour

  • At the list of modules, the first item should be "None" and autoselected on form load.
  • A developer must be able to select one or several modules in the list.
  • Selected modules must be added to the module.xml node of the newly created module.
  • If the "None" selected the node should not be added.

Magento dev doc for module dependencies

Module dependencies - Soft dependencies

@VitaliyBoyko VitaliyBoyko added this to the 1.0.1 milestone Apr 20, 2020
@coderimus coderimus added Priority: P3 May be fixed according to the position in the backlog Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround labels Apr 27, 2020
@VitaliyBoyko VitaliyBoyko modified the milestones: 1.0.1, 1.0.2 May 23, 2020
@mmezhensky mmezhensky self-assigned this Jul 8, 2020
mmezhensky pushed a commit to mmezhensky/magento2-phpstorm-plugin that referenced this issue Jul 8, 2020
eduard13 added a commit that referenced this issue Feb 12, 2021
#186: Extend the new Magento 2 module generation with the ability to …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action code generation Complex Priority: P3 May be fixed according to the position in the backlog Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround
Projects
None yet
Development

No branches or pull requests

3 participants