-
Type: Sub-task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.9 Larks
-
Labels:None
-
Sprint:1.9 Larks, 2.0 Larks
1. Database model for plugins should contain the following entities:
PluginInfo
PluginProperty
{plugin_id, property_id, type, value, ...}2. Dao classes should provide CRUD operations on both entities.
3. PluginProperty should have a type and some property value validation capability should be available (HibernateValidator?)