app/soc/models/documentation.py
changeset 351 b37fc4c1e189
parent 342 72482d8e5b34
child 1307 091a21cf3627
equal deleted inserted replaced
350:e8f14fde7f0e 351:b37fc4c1e189
    36   documentation related to that Role.
    36   documentation related to that Role.
    37 
    37 
    38   The specific way that some properties and relations inherited from Work
    38   The specific way that some properties and relations inherited from Work
    39   are used with a piece of Documentation are described below.
    39   are used with a piece of Documentation are described below.
    40 
    40 
    41   work.title: The title of the Documentation (e.g. "Verification
    41     work.title: The title of the Documentation (e.g. "Verification
    42     of Eligibility").
    42       of Eligibility").
    43 
    43 
    44   work.abstract: Summary of the contents of the 'attachment', or
    44     work.author: The author of the Work referred to by this 
    45     just an indication that the required documentation was 
    45       relation is the Administrator (or Host) creating the
    46     supplied but is not actually attached.
    46       Documentation.
    47 
    47 
    48   work.author: The author of the Work referred to by this 
    48     work.reviews: Annotations to the Documentation made by other
    49     relation is the Administrator (or Host) creating the
    49       Administrators.
    50     Documentation.
       
    51 
    50 
    52   work.reviews: Annotations to the Documentation made by other
    51     work.content: Summary of the contents of the 'attachment', or
    53     Administrators.
    52       just an indication that the required documentation was 
       
    53       supplied but is not actually attached.
    54   """
    54   """
    55 
    55 
    56   #: a many:1 relationship of Documentation entities that pertain
    56   #: a many:1 relationship of Documentation entities that pertain
    57   #: to a single Role.  The back-reference in the Role model is a
    57   #: to a single Role.  The back-reference in the Role model is a
    58   #: Query named 'documentation'.
    58   #: Query named 'documentation'.