- [x] All Plugins are registered with init() - [x] coordinator becomes a class - [x] 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 - [x] or a repo is created, each store is given the opportunity to decorate it - [x] 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
Moved to another ticket - good enough for now