#79: Related items

Contents
  1. Motivation
  2. Proposal
  3. Implementation
  4. Deliverables
  5. Participants
by Alexander Limi last modified Jun 11, 2006 12:21 AM

Each content-type based on ATCT has a relatedItems field. This plip describes how these related items are shown in the view template.

Proposed by
Danny Bloemendaal
Seconded by
Christian Scholz
Proposal type
User interface
Repository branch
plip79-RelatedItems
State
completed

Motivation

Being able to designed related items is something that belongs in a cms. ATCT already supports this but there is no view for it yet.

Proposal

ATCT already has the proper field and widget. We need to modify the various templates to show the relations.

Implementation

Each ATCT-view template will display a fieldset at the bottom of the page that shows all objects that it relates to combined with objects that relates to this object (back-references).

Deliverables

A py-script that returns the related items (outgoing and incoming) and checks for view permission.

Participants

DannyB, MrTopf