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

Plugin framework tweak - final #24

Open
5 tasks done
jglanz opened this issue May 13, 2016 · 0 comments
Open
5 tasks done

Plugin framework tweak - final #24

jglanz opened this issue May 13, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@jglanz
Copy link
Contributor

jglanz commented May 13, 2016

  • All Plugins are registered with init()
  • coordinator becomes a class
  • plugins are all called centrally, i.e. - it's time to index, so a repo gets all plugins with index capabilities and pushes the model in
  • or a repo is created, each store is given the opportunity to decorate it
  • Removed bluebird in favor of async/await - which is AMAZING

Moved to another ticket - good enough for now

  • [-] all metadata stored in MetadataManager - which is created with the coordinator instance
  • [-] plugin has capabilities
  • [-] get,save,remove take rest args for batch, bulk
@jglanz jglanz self-assigned this May 13, 2016
@jglanz jglanz added this to the v1.0.0 milestone May 13, 2016
@jglanz jglanz added the CORE label May 13, 2016
jglanz added a commit that referenced this issue May 13, 2016
All moving now - plugin clean up and we are on
jglanz added a commit that referenced this issue May 13, 2016
…class

really just house keeping and tweaking entry points - but boiler plates can be done once alcohol consumption begins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant