Storage Driver is gone. All configuration is synced with Firebase
Created a new URL hierarchy: projects/{projectId}/{dashboardId}/plugin/{pluginId} - The new part is the plugin/{pluginId} where it was previously just {pluginId}. This conflicted with other routes that exist and might exist directly under the dashboard. E.g., the plugins route was being read as "load the plugin named "plugins".
A lot has changed since #35, so this is a good ol' fashioned redo.
Preview: http://stephenplusplus.github.io/phoenix/#/projects
projects/{projectId}/{dashboardId}/plugin/{pluginId}
- The new part is theplugin/{pluginId}
where it was previously just{pluginId}
. This conflicted with other routes that exist and might exist directly under the dashboard. E.g., theplugins
route was being read as "load the plugin named "plugins".Schema: