Update UI to indicate when a plugin attached to an entrypoint is out-of-date #677
Open
2 of 16 tasks
Labels
feature
New feature to add to project
We want the UI to indicate when a plugin attached to an entrypoint is out-of-date and provide a mechanism to sync to the latest version of plugins.
To do this, we need to update relationships between Entrypoints, Plugins, and Plugin files enable Entrypoint to Plugin syncing behavior.
Tasks
PluginPluginFiles
entries for the new snapshotPluginFile
snapshotsget
services inplugins.py
to retrieve latestPluginFile
snapshots from thePluginPluginFile
linking table instead of via separate queryPluginFile
to create a newPlugin
Snapshot that is properly linked toPluginFiles
via the newPluginPluginFiles
tableplugin_files
key from PluginWithPluginFIlesDict and rename itPluginDict
PluginDict
classPluginWithFilesDict
to usePluginDict
(primarily as return types of functions)Definition of done
The text was updated successfully, but these errors were encountered: