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

Idea: region selection utility #27

Open
johnd0e opened this issue Dec 16, 2018 · 2 comments
Open

Idea: region selection utility #27

johnd0e opened this issue Dec 16, 2018 · 2 comments
Labels
development general development issue enhancement New feature or request

Comments

@johnd0e
Copy link
Contributor

johnd0e commented Dec 16, 2018

There are A LOT of plugins (some we can see in #2) with same demand:

  • choose several portals for further processing
  • or just limit processing objects to some area

Instead of re-implement the same functions in each plugin it would be very convenient if IITC provides this as utility function(s).

And more: imho existing implementations are not generic enough.
E.g.:

So, the best solution would be to make objects selection tool as plugin.

Edit: this is actually not new idea: iitc-project/ingress-intel-total-conversion#736 (comment)

@johnd0e johnd0e added the enhancement New feature or request label Jan 23, 2019
@johnd0e johnd0e added the development general development issue label Feb 27, 2019
@johnd0e
Copy link
Contributor Author

johnd0e commented Dec 3, 2021

Proposed interface: L.Evented object.

Methods

  • filter(portal): Boolean
  • .isEnabled(): Boolean

Events

  • 'changed'
  • 'enabled', 'disabled'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development general development issue enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant