| 8 | | Groups will be a first-order domain object in the wui. |
| | 8 | Group 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 | |
| | 16 | Don't version groups for now. |
| | 17 | |
| | 18 | Groups 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 | |
| | 23 | Group editing and searching will be another ticket. |