You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2018. It is now read-only.
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.
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.