Changes between Version 3 and Version 6 of Ticket #1477


Ignore:
Timestamp:
01/31/12 13:23:29 (2 years ago)
Author:
kindly
Comment:

This is done pending new superticket publihser_profile. (#1669)

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  
    55Steps to complete this will follow (somewhat) in the following order. 
    66 
    7 Change package_group table to membership. 
    8   * model migration. 
    9   * simplify revisioning   
    10   * Remove any sqlalchemy releations from groups. 
    11   * change logic functions 
     7Change 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) 
    1212   
    1313 
    14 Single type per group 
    15    * migration add type to group table. 
     14Single type per group (#1531) 
     15   * migration add type to group table. (done) 1d 
    1616   
    17 Add capacity table 
    18   * model migration. 
     17Add capacity table (#1522) 
     18  * model migration. (done) 
    1919  * add to logic functions. 
    2020   
    21 Allow other objects to be added to groups. 
    22   * change logic functions 
     21Allow other objects to be added to groups. (#1531) 
     22  * change logic functions (done) 
    2323 
    2424Adapt thedatahub.org to use new model. 
     
    2828  * work out how ui works. 
    2929 
     30 
     31--not doing the below as part of this super ticker now #1669. 
     32 
    3033Create model for dgu. 
    3134  * adapt auth functions to use auth. 
    3235  * adapt package_create/update group_create/update to fill in the correct capacties/members. 
     36 
     37 
    3338 
    3439Adapt Iati, and potentially other custom instances.