RDMC Django Models Schema

This diagram shows the main Django models and their relationships for the RDMC system.

Models

  • ProjectVersion: version_number

  • ContainerDetail: container_name, artifacts, artifact_access_levels

  • Upload: title, type

  • ResourceUpload: upload

  • LinkUpload: link

  • ResourceFolderUpload: folder_path

  • ManifestData: schema_version

  • Question: name, question, required, type, manifest_properties, manifest_section, version

  • ManifestConfiguration: section, subsection, field_name, required

Notes

  • Manifest file is represented in YAML-like format inside the box.

Schema Diagram