Changes between Initial Version and Version 1 of Ticket #105


Ignore:
Timestamp:
09/07/09 09:33:28 (5 years ago)
Author:
dread
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #105

    • Property Owner changed from rgrp to dread
    • Property Priority changed from awaiting triage to critical
    • Property Milestone changed from to v0.10
    • Property Summary changed from Package groups/collections to Package groups (view)
  • Ticket #105 – Description

    initial v1  
    66  * Specifically groups have owners and only the owners can add a package to that group 
    77 
    8 Groups will be a first-order domain object in the wui. 
     8Group properties 
     9  * id (primarykey, uuid style) 
     10  * name (restricted content - same rules as package) 
     11  * title (no restrictions) 
     12  * owners -- many:many with user object 
     13  * description (markdown) 
     14  * packages -- many:many with package object 
     15 
     16Don't version groups for now. 
     17 
     18Groups address in the WUI will be: 
     19  * /group     - browse list of groups (reuse list action) 
     20  * /group/list - same thing for now 
     21  * /group/<groupname> - display: group properties with links to packages. No links to user pages (yet). 
     22 
     23Group editing and searching will be another ticket. 
    924 
    1025Cost: 3d