Changes between Version 30 and Version 31 of OrgGrid
- Timestamp:
- Jul 15, 2008, 3:22:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v30 v31 105 105 == Implementation == 106 106 107 The tool has the following tables: 107 OGM has two main components: the server and the BOINC client. The tool employs the Account Manager protocol for all the communications. 108 109 == Data Base Structure == 110 The following sub-sections presents the DB tables. 108 111 === users === 109 * id INTEGER, KEY112 * id VARCHAR, KEY 110 113 * password STRING 111 * rolid INTEGER, FKINDEX 112 * departmenid INTEGER, FKINDEX 113 114 === roles === 115 * id INTEGER, KEY 116 * name VARCHAR 114 * role INTEGER 115 * department VARCHAR 117 116 118 117 === pools === 119 118 * id INTEGER, KEY 120 * name VARCHAR121 * organization ID119 * name STRING 120 * department STRING 122 121 * prefs This field copes with all the BOINC preferences for one computer 123 124 === organization ===125 * id INTEGER, KEY126 * name VARCHAR127 * location STRING128 122 129 123 === host === … … 132 126 * features This field copes with all the PC features (RAM, CPU, HD, etc.) 133 127 134 135 128 === projects === 136 129 * id INTEGER, KEY 137 * name VARCHAR130 * name STRING 138 131 * url STRING 139 * signature string132 * signature STRING 140 133 * share FLOAT (between 0.0 and 1.0)