Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

deIntroduction:

This wiki explains the design and implementation of resolving sunbird-content-plugins cache.

...

Plugins should follow the release deployment cycle similar to editor's. 


Pros:

  1. Cache issue will resolve
  2. Intermediate fix and publish will not be available


Cons: 

  1.  Sunbird deployment is required 
  2. Dynamic plugins loading features will not be available. Due to editor is bundled with specific X amount of plugins




Solution 2 - Plugin version bump-up for the contributed plugins

Present:



Proposal:

Image RemovedImage Added

As soon as the plugin fix is done before plugin get publish the developer must update the version of the plugin and , sunbird-player config update update as well to avoid the cacheand plugin search index update.

The search API should return the latest version of the plugin.


Pros:

  1. Due to version maintains, Plugin cache will resolve.
  2. Avoids the multiple portal deployment.

...