Project

General

Profile

Feature #1563

Updated by Alexander Watzinger over 2 years ago

Currently the OpenAtlas model, which is closely connected to the CIDOC CRM, is described in openatlas/models/model.py. 
 * Move the model to the database to e.g. guarantee data integrity on the database level 
 * The OpenAtlas classes will be "aware" of their standard type, possibility to add types, reference systems, aliases and many other (at the moment hard-coded) properties 
 * Views Build views for OpenAtlas classes it, e.g. to display their properties and the count of entities using it specific classes 

 See [[New_OpenAtlas_model|draft]]

Back