Changes between Version 3 and Version 6 of Ticket #1477
- Timestamp:
- 01/31/12 13:23:29 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1477
- Property Status changed from assigned to closed
- Property Priority changed from awaiting triage to blocker
- Property Resolution changed from to fixed
-
Ticket #1477 – Description
v3 v6 5 5 Steps to complete this will follow (somewhat) in the following order. 6 6 7 Change package_group table to membership. 8 * model migration. 9 * simplify revisioning 10 * Remove any sqlalchemy releations from groups. 11 * change logic functions 7 Change package_group table to membership. (#1478) 3d 8 * model migration. (done) 9 * simplify revisioning (done) 10 * Remove any sqlalchemy releations from groups. (done) 11 * change logic functions (done) 12 12 13 13 14 Single type per group 15 * migration add type to group table. 14 Single type per group (#1531) 15 * migration add type to group table. (done) 1d 16 16 17 Add capacity table 18 * model migration. 17 Add capacity table (#1522) 18 * model migration. (done) 19 19 * add to logic functions. 20 20 21 Allow other objects to be added to groups. 22 * change logic functions 21 Allow other objects to be added to groups. (#1531) 22 * change logic functions (done) 23 23 24 24 Adapt thedatahub.org to use new model. … … 28 28 * work out how ui works. 29 29 30 31 --not doing the below as part of this super ticker now #1669. 32 30 33 Create model for dgu. 31 34 * adapt auth functions to use auth. 32 35 * adapt package_create/update group_create/update to fill in the correct capacties/members. 36 37 33 38 34 39 Adapt Iati, and potentially other custom instances.