Skip to content

Conversation

@joshirohit100
Copy link
Contributor

Issue - #3773

protected function configure()
{
$this
->setName('generate:plugin:migrate:data_parser')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshirohit100 Normally, underscore is not used in command name.
some examples generate:plugin:rulesaction, generate:plugin:rulesaction and etc.

Maybe it would be better to use something like this generate:plugin:migrate:data:parse. So, if we add also data fetcher we will have generate:plugin:migrate:data:fetcher. What do you think ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine with both generate:plugin:migrate:dataparser or generate:plugin:migrate:data:parse
Lets see what other say

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like generate:plugin:migrate:dataparser better

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I have updated the PR

@jmolivas jmolivas changed the title [#3773] Adding new command for generating data parser plugin for migration. [generate:plugin:migrate:dataparser] Add new command for generating data parser plugin for migration. Fix #3773 Feb 12, 2018
@jmolivas jmolivas added this to the 1.6.1 milestone Feb 14, 2018
@jmolivas jmolivas modified the milestones: 1.7.0, 1.8.0 Mar 6, 2018
@joshirohit100
Copy link
Contributor Author

@jmolivas waiting for this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants