31 | | Relationship type is stored using an inherited mapped object, as given in the first column. The reverse relationship (bracketed) is given just for display purposes only. |
32 | | |
33 | | WUI: |
34 | | * View: show both sides of the relationship (but think carefully -- e.g. a given package may have *many* dependents ...) |
35 | | * Editable as part of package or separately? (e.g. like authz) |
36 | | * Do we normalize to only one type name of the pair? |
37 | | * Do we allow create of relationship from both ends (e.g. only from dependency to dependent or either way?) |
38 | | |
39 | | API: |
40 | | * Appear in package listing Example: 'relationships': [{'is_dependency_of':'osm', comments:'Since version 0.2'}, {'is_parent_of':'bobs_maps'}] |
41 | | * No need for write access to be provided API for the moment. |
42 | | |
43 | | This ticket encompasses ticket:169 (Package derivations) and ticket:176 (Package dependencies). |
| 27 | This ticket also encompasses ticket:169 (Package derivations) and ticket:176 (Package dependencies). |