-
Notifications
You must be signed in to change notification settings - Fork 1
Database Design
Bipsy edited this page Apr 21, 2014
·
11 revisions
Participant -- This is the upper-level object. All Commpute users are participants (person or organization)
- Name -- Name of the participant
- Username -- Username of the participant
- Computers -- The information for the computers that are associated with the user
- Requests -- These are the stored requests with the participant as either the sender or receiver
- Contributors -- These are the people that are part of the participants computing network
- Leaders -- These are the profiles that are given access to this account
- Uptime -- This is the amount of time that a computer has contributed to another participants work
- Info -- This is general spec infor (cpus, ram, operating system, ...)
- Connection Info -- This is the info used to connect to this computer
- participant