Changes between Version 93 and Version 94 of BluePrintVITA


Ignore:
Timestamp:
03/28/10 16:22:18 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintVITA

    v93 v94  
    9494  is a compliant set - it contains the "Entity" (pfif:person), "Distinction" (pfif:person_record_id, pfif:first_name, pfif:last_name), several "Findings" (pfif:sex, pfif:date_of_birth, pfif:age, pfif:photo_url) and plenty of "Evidence" (pfif:author_name, pfif:source_name, etc.).
    9595
    96 == Files ==
     96== Application Structure ==
    9797
    98 All data sets describing one and the same instance of a person entity form a '''file'''.
     98=== Registries ===
    9999
    100 For disambiguation, files are sometimes also called '''case'''s.
     100All data sets describing the same instance of a person entity form a '''file'''. For disambiguation, files are sometimes also called '''case'''s.
    101101
    102 === Central Access ===
     102All files for an entity type are accessible through a central '''registry'''.
    103103
    104 All data in files (for a particular person entity type) must be accessible from a central point within the application (the "repository").
     104The registry implements the following:
    105105
    106 The repository must implement at least the following:
    107 
    108   - creating of new files and registration of records to a file
    109   - referencing of files by URI's
    110   - file-level auditing
    111   - status of the file as a whole
    112   - opening/closing the file for write access
    113   - permanent removal of the file as a whole from the repository
    114   - a directory of all available record types in that file
     106  - dereferencing of URI's
     107  - CRUD access brokerage for file contents
     108  - file-access auditing
     109  - classification of files
     110  - administration of file status
     111  - administration of access permission to a file as a whole
     112  - permanent removal of a file as a whole
     113  - a directory of all available record types in a file
     114  - coverage statistics of files
    115115  - export of a file as a whole
    116116  - import of a file as a whole
    117117  - merging of files
    118118
    119 Additionally, the following is recommended:
    120 
    121   - browsing/searching of file contents
    122   - classification of files
    123   - coverage statistics of files
    124119=== Auditing ===
    125120