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

Switch to using connector instead of collector #358

Closed
wants to merge 1 commit into from
Closed

Switch to using connector instead of collector #358

wants to merge 1 commit into from

Conversation

alrra
Copy link
Contributor

@alrra alrra commented Jul 4, 2017

Ref #286
Fix #286

message: 'What collector do you want to use?',
name: 'collector',
choices: connectorKeys,
message: 'What connector do you want to use?',
Copy link
Member

Choose a reason for hiding this comment

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

We could improve already the question here and briefly explain what a connector is. Maybe add a description for each one? Something similar to:

What connector do you want to load the content of the website?

  • cdp (you will need to have chrome installed)
  • jsdom (will use jsdom, no additional installation required)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That should be handled separately from this PR.

I've opened: #361.

The term `collector` is not only confusing, but it also does not
represent what the functionality actually does (i.e. allow `sonar`
to connect to external user agents).

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Ref #286
Fix #286

Close #358
@alrra alrra closed this in 7cd4245 Jul 5, 2017
@alrra alrra deleted the fix-286 branch July 5, 2017 04:09
alrra added a commit that referenced this pull request Jul 13, 2017
The term `collector` is not only confusing, but it also does not
represent what the functionality actually does (i.e. allow `sonar`
to connect to external user agents).

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Ref #286
Fix #286

Close #358
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.

None yet

2 participants