Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Entity Relationship Diagram

Kyle Hodgetts edited this page Mar 20, 2016 · 1 revision

Below is our Entity Relationship Diagram which denotes how all the entities in the project are associated with each other.

Entity Relationship Diagram

We aimed to minimise duplication as much as possible, hence why there are so many entities. With the exception of the weak entities (which we need as such so the records would only be unique within the scope of the entity they belong too), all records of a particular entity can be reused without being redefined.

For example

A piece of data can be used as part of multiple points. In addition to that, a given point can be used in multiple tours.