chicoreus / cco_poc

Proof of concept files for an implementation of an information model for complex natural science collections objects.
GNU General Public License v2.0
1 stars 3 forks source link

Publications are missing #5

Closed chicoreus closed 7 years ago

chicoreus commented 7 years ago

Didn't include data structures for handling publication, though there are references to them.

Need to:

  1. Add DDL for tables for handling publications.
  2. Correct references that point to where references should be (e.g. refid, reference_id, etc.).
  3. Add entities and relations to model.
chicoreus commented 7 years ago

Completed, added publication, journal, author and supporting tables. Added entity and cardinality documentation.