Changes between Version 86 and Version 87 of BluePrintVITA


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintVITA

    v86 v87  
    102102=== Central Access ===
    103103
    104 All data in files of a certain entity type must be accessible from a central point within the application (the "repository"). The application may implement other views in addition to the central repository.
     104All data in files for a particular person entity type must be accessible from a central point within the application (the "repository"). In addition to the central repository, the application may implement other views and services for even portions of files.
    105105
    106 Especially the following methods must be implemented:
     106The repository must implement at least the following:
    107107
     108  - creating of new files and registration of records to a file
     109  - referencing of files by UUID's
     110  - file-level auditing
    108111  - status of the file as a whole
    109112  - opening/closing the file for write access