-
Notifications
You must be signed in to change notification settings - Fork 22
Data Model
Desiree Morris edited this page May 24, 2022
·
22 revisions
- The Trial of the Titans ERD has been updated based on the data model found in the current iteration's schema builder.
- For convenience, we divided the ERD into six different parts (Exam, Titan Core, Certification, Mock Interview, QC, and Project & Portfolio).
- Objects with light green color indicate overlap between ERDs.
- The User object is part of the data model and has relevant relationships with objects in the Project & Portfolio and Mock Interview ERDs which are displayed.
- The User object can have relationships with every single object in every ERD, most of these relationships were omitted from Iteration X ERDs for display purposes.
- As per Iteration X project team and the data model team, we decided not to alter the data model because it met the requirements of the project.
Why SO many lookups to the User Object?
- This is how you tell which field belongs to which user so you dont pull things that dont belong to the logged in user.
├─Install Instructions
│ ├Site Setup
├─General Documentation
│ ├Data Modeling/Relationships
│ ├Data Model
│ ├Custom Objects & Fields
│ ├Issues & Suggestions
│ ├Known Issues
│ ├Data Model Issues & Suggestions
│ ├Dependency Chart
├─Resources
├─Package Overview
│ ├Trial of the Titans Package
│ ├QC Hub
│ ├Trainer Hub
│ ├Mock Interview
│ ├Chart Package Package
│ ├Hero Hub Package
│ ├Titan Hub Package
│ ├Exam Interview Package
│ ├Portfolio Hub Package
├─Archive