Changes between Initial Version and Version 3 of Ticket #43
- Timestamp:
- 05/08/09 10:52:23 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43
- Property Priority changed from major to critical
- Property Milestone changed from to v0.9
-
Ticket #43 – Description
initial v3 7 7 Add arbitrary named attributes to packages (an attribute being a name, type, value triple). 8 8 9 = Queries = 9 = Details = 10 11 * We will do this using a dedicated (versioned) table associated to Package 12 * Do we allow multiple attributes of the same name? 13 * For the present: No (since we will key by attribute name) 14 * Could allow for single attribute but with multiple values using json list ... 15 * What types do we allow or do we just rely on JSON to take care of this? 16 17 = Questions (Original) = 10 18 11 19 * How complex is this to implement?