[47] | 1 | #-*- mode: python; mode: fold -*- |
---|
| 2 | # $Id: getWAeUPSchemas.py 161 2005-11-08 09:07:53Z joachim $ |
---|
| 3 | |
---|
| 4 | university_schema = { ###( |
---|
[45] | 5 | } |
---|
[47] | 6 | ###) |
---|
| 7 | |
---|
| 8 | students_folder_schema = { ###( |
---|
[45] | 9 | } |
---|
[47] | 10 | ###) |
---|
| 11 | |
---|
[113] | 12 | academics_folder_schema = { ###( |
---|
| 13 | } |
---|
| 14 | ###) |
---|
| 15 | |
---|
[47] | 16 | student_schema = { ###( |
---|
[19] | 17 | 'jamb_is_admitted': { |
---|
| 18 | 'type': 'CPS Boolean Field', |
---|
| 19 | 'data': { |
---|
| 20 | 'default_expr': 'python:False', |
---|
| 21 | 'is_searchabletext': 0, |
---|
| 22 | 'acl_read_permissions': '', |
---|
| 23 | 'acl_read_roles': '', |
---|
| 24 | 'acl_read_expr': '', |
---|
| 25 | 'acl_write_permissions': '', |
---|
| 26 | 'acl_write_roles': '', |
---|
| 27 | 'acl_write_expr': '', |
---|
| 28 | 'read_ignore_storage': False, |
---|
| 29 | 'read_process_expr': '', |
---|
| 30 | 'read_process_dependent_fields': (), |
---|
| 31 | 'write_ignore_storage': False, |
---|
| 32 | 'write_process_expr': '', |
---|
| 33 | }, |
---|
| 34 | }, |
---|
| 35 | 'faculty': { |
---|
| 36 | 'type': 'CPS String Field', |
---|
| 37 | 'data': { |
---|
| 38 | 'default_expr': 'string:', |
---|
| 39 | 'is_searchabletext': True, |
---|
| 40 | 'acl_read_permissions': '', |
---|
| 41 | 'acl_read_roles': '', |
---|
| 42 | 'acl_read_expr': '', |
---|
| 43 | 'acl_write_permissions': '', |
---|
| 44 | 'acl_write_roles': '', |
---|
| 45 | 'acl_write_expr': '', |
---|
| 46 | 'read_ignore_storage': False, |
---|
| 47 | 'read_process_expr': '', |
---|
| 48 | 'read_process_dependent_fields': (), |
---|
| 49 | 'write_ignore_storage': False, |
---|
| 50 | 'write_process_expr': '', |
---|
| 51 | }, |
---|
| 52 | }, |
---|
[106] | 53 | 'course': { |
---|
| 54 | 'type': 'CPS String Field', |
---|
| 55 | 'data': { |
---|
| 56 | 'default_expr': 'string:', |
---|
| 57 | 'is_searchabletext': True, |
---|
| 58 | 'acl_read_permissions': '', |
---|
| 59 | 'acl_read_roles': '', |
---|
| 60 | 'acl_read_expr': '', |
---|
| 61 | 'acl_write_permissions': '', |
---|
| 62 | 'acl_write_roles': '', |
---|
| 63 | 'acl_write_expr': '', |
---|
| 64 | 'read_ignore_storage': False, |
---|
| 65 | 'read_process_expr': '', |
---|
| 66 | 'read_process_dependent_fields': (), |
---|
| 67 | 'write_ignore_storage': False, |
---|
| 68 | 'write_process_expr': '', |
---|
| 69 | }, |
---|
| 70 | }, |
---|
[107] | 71 | 'accommodation_sc_id': { |
---|
[106] | 72 | 'type': 'CPS String Field', |
---|
| 73 | 'data': { |
---|
| 74 | 'default_expr': 'string:', |
---|
| 75 | 'is_searchabletext': True, |
---|
| 76 | 'acl_read_permissions': '', |
---|
| 77 | 'acl_read_roles': '', |
---|
| 78 | 'acl_read_expr': '', |
---|
| 79 | 'acl_write_permissions': '', |
---|
| 80 | 'acl_write_roles': '', |
---|
| 81 | 'acl_write_expr': '', |
---|
| 82 | 'read_ignore_storage': False, |
---|
| 83 | 'read_process_expr': '', |
---|
| 84 | 'read_process_dependent_fields': (), |
---|
| 85 | 'write_ignore_storage': False, |
---|
| 86 | 'write_process_expr': '', |
---|
| 87 | }, |
---|
| 88 | }, |
---|
[107] | 89 | 'accommodation_sc_pin': { |
---|
[106] | 90 | 'type': 'CPS String Field', |
---|
| 91 | 'data': { |
---|
| 92 | 'default_expr': 'string:', |
---|
| 93 | 'is_searchabletext': True, |
---|
| 94 | 'acl_read_permissions': '', |
---|
| 95 | 'acl_read_roles': '', |
---|
| 96 | 'acl_read_expr': '', |
---|
| 97 | 'acl_write_permissions': '', |
---|
| 98 | 'acl_write_roles': '', |
---|
| 99 | 'acl_write_expr': '', |
---|
| 100 | 'read_ignore_storage': False, |
---|
| 101 | 'read_process_expr': '', |
---|
| 102 | 'read_process_dependent_fields': (), |
---|
| 103 | 'write_ignore_storage': False, |
---|
| 104 | 'write_process_expr': '', |
---|
| 105 | }, |
---|
| 106 | }, |
---|
[47] | 107 | } |
---|
| 108 | # |
---|
| 109 | ###) |
---|
| 110 | |
---|
[152] | 111 | studylevel = { ###( |
---|
| 112 | } |
---|
| 113 | # |
---|
| 114 | ###) |
---|
| 115 | |
---|
[47] | 116 | student_personal_schema = { ###( |
---|
| 117 | 'firstname': { |
---|
| 118 | 'type': 'CPS String Field', |
---|
| 119 | 'data': { |
---|
| 120 | 'is_searchabletext': 1, |
---|
| 121 | }, |
---|
[20] | 122 | }, |
---|
[47] | 123 | 'middlename': { |
---|
| 124 | 'type': 'CPS String Field', |
---|
| 125 | 'data': { |
---|
| 126 | 'is_searchabletext': 1, |
---|
| 127 | }, |
---|
| 128 | }, |
---|
| 129 | 'lastname': { |
---|
| 130 | 'type': 'CPS String Field', |
---|
| 131 | 'data': { |
---|
| 132 | 'is_searchabletext': 1, |
---|
| 133 | }, |
---|
| 134 | }, |
---|
| 135 | 'sex': { |
---|
| 136 | 'type': 'CPS Boolean Field', |
---|
[68] | 137 | 'default_expr': 'python:True', |
---|
[47] | 138 | 'data': { |
---|
| 139 | 'is_searchabletext': 1, |
---|
| 140 | }, |
---|
| 141 | }, |
---|
| 142 | 'birthday': { |
---|
| 143 | 'type': 'CPS DateTime Field', |
---|
| 144 | 'data': { |
---|
| 145 | 'is_searchabletext': 1, |
---|
| 146 | }, |
---|
| 147 | }, |
---|
[57] | 148 | 'age': { |
---|
| 149 | 'type': 'CPS DateTime Field', |
---|
| 150 | 'data': { |
---|
| 151 | 'is_searchabletext': 1, |
---|
| 152 | }, |
---|
| 153 | }, |
---|
[161] | 154 | 'photo': { |
---|
| 155 | 'type': 'CPS Image Field', |
---|
[57] | 156 | 'data': { |
---|
[161] | 157 | 'is_searchabletext': 0, |
---|
[57] | 158 | }, |
---|
| 159 | }, |
---|
[161] | 160 | 'birth_certificate': { |
---|
| 161 | 'type': 'CPS Image Field', |
---|
| 162 | 'data': { |
---|
| 163 | 'is_searchabletext': 0, |
---|
| 164 | }, |
---|
| 165 | }, |
---|
[19] | 166 | } |
---|
[47] | 167 | ###) |
---|
| 168 | |
---|
| 169 | jamb_schema = { ###( |
---|
[19] | 170 | 'reg_nr': { |
---|
| 171 | 'type': 'CPS String Field', |
---|
| 172 | 'data': { |
---|
| 173 | 'default_expr': 'string:', |
---|
| 174 | 'is_searchabletext': True, |
---|
| 175 | }, |
---|
| 176 | }, |
---|
[47] | 177 | 'admission_sc_id': { |
---|
[19] | 178 | 'type': 'CPS String Field', |
---|
| 179 | 'data': { |
---|
| 180 | 'is_searchabletext': True, |
---|
| 181 | }, |
---|
| 182 | }, |
---|
[47] | 183 | 'admission_sc_pin': { |
---|
| 184 | 'type': 'CPS String Field', |
---|
[19] | 185 | 'data': { |
---|
[47] | 186 | 'is_searchabletext': True, |
---|
[19] | 187 | }, |
---|
| 188 | }, |
---|
[47] | 189 | 'admission_sc_pin_usage': { |
---|
| 190 | 'type': 'CPS Int Field', |
---|
[19] | 191 | 'data': { |
---|
[29] | 192 | 'default_expr': 'python:0', |
---|
[19] | 193 | 'is_searchabletext': False, |
---|
[57] | 194 | }, |
---|
| 195 | }, |
---|
| 196 | 'firstname': { |
---|
| 197 | 'type': 'CPS String Field', |
---|
| 198 | 'data': { |
---|
| 199 | 'is_searchabletext': 1, |
---|
[19] | 200 | }, |
---|
| 201 | }, |
---|
[57] | 202 | 'middlename': { |
---|
[19] | 203 | 'type': 'CPS String Field', |
---|
| 204 | 'data': { |
---|
[57] | 205 | 'is_searchabletext': 1, |
---|
[19] | 206 | }, |
---|
| 207 | }, |
---|
[57] | 208 | 'lastname': { |
---|
| 209 | 'type': 'CPS String Field', |
---|
| 210 | 'data': { |
---|
| 211 | 'is_searchabletext': 1, |
---|
| 212 | }, |
---|
| 213 | }, |
---|
[47] | 214 | 'age': { |
---|
| 215 | 'type': 'CPS Int Field', |
---|
[19] | 216 | 'data': { |
---|
[47] | 217 | 'default_expr': 'python:20', |
---|
| 218 | 'is_searchabletext': False, |
---|
[19] | 219 | }, |
---|
| 220 | }, |
---|
[47] | 221 | 'sex': { |
---|
| 222 | 'type': 'CPS Boolean Field', |
---|
[19] | 223 | 'data': { |
---|
[47] | 224 | 'default_expr': 'python:0', |
---|
[19] | 225 | 'is_searchabletext': False, |
---|
| 226 | }, |
---|
| 227 | }, |
---|
[57] | 228 | 'state': { |
---|
[19] | 229 | 'type': 'CPS String Field', |
---|
| 230 | 'data': { |
---|
| 231 | 'default_expr': 'string:', |
---|
[57] | 232 | 'is_searchabletext': False, |
---|
[19] | 233 | }, |
---|
| 234 | }, |
---|
[47] | 235 | 'exam_results': { |
---|
[19] | 236 | 'type': 'CPS String Field', |
---|
| 237 | 'data': { |
---|
| 238 | 'default_expr': 'string:', |
---|
| 239 | }, |
---|
| 240 | }, |
---|
[47] | 241 | 'aggregate': { |
---|
| 242 | 'type': 'CPS String Field', |
---|
[25] | 243 | 'data': { |
---|
[47] | 244 | 'default_expr': 'string:', |
---|
| 245 | 'is_searchabletext': False, |
---|
[25] | 246 | }, |
---|
[47] | 247 | }, |
---|
[57] | 248 | 'faculty': { |
---|
[25] | 249 | 'type': 'CPS String Field', |
---|
| 250 | 'data': { |
---|
[47] | 251 | 'default_expr': 'string:', |
---|
| 252 | 'is_searchabletext': False, |
---|
[25] | 253 | }, |
---|
| 254 | }, |
---|
[106] | 255 | 'course': { |
---|
| 256 | 'type': 'CPS String Field', |
---|
| 257 | 'data': { |
---|
| 258 | 'default_expr': 'string:', |
---|
| 259 | 'is_searchabletext': False, |
---|
| 260 | }, |
---|
| 261 | }, |
---|
[57] | 262 | 'listing_date': { |
---|
| 263 | 'type': 'CPS DateTime Field', |
---|
[25] | 264 | 'data': { |
---|
[57] | 265 | 'is_searchabletext': False, |
---|
[25] | 266 | }, |
---|
| 267 | }, |
---|
[57] | 268 | ## '2nd_choice': { ###( |
---|
| 269 | ## 'type': 'CPS String Field', |
---|
| 270 | ## 'data': { |
---|
| 271 | ## 'default_expr': 'string:', |
---|
| 272 | ## 'is_searchabletext': False, |
---|
| 273 | ## 'acl_read_permissions': '', |
---|
| 274 | ## 'acl_read_roles': '', |
---|
| 275 | ## 'acl_read_expr': '', |
---|
| 276 | ## 'acl_write_permissions': '', |
---|
| 277 | ## 'acl_write_roles': '', |
---|
| 278 | ## 'acl_write_expr': '', |
---|
| 279 | ## 'read_ignore_storage': False, |
---|
| 280 | ## 'read_process_expr': '', |
---|
| 281 | ## 'read_process_dependent_fields': (), |
---|
| 282 | ## 'write_ignore_storage': False, |
---|
| 283 | ## 'write_process_expr': '', |
---|
| 284 | ## }, |
---|
| 285 | ## }, |
---|
| 286 | ## '3rd_choice': { |
---|
| 287 | ## 'type': 'CPS String Field', |
---|
| 288 | ## 'data': { |
---|
| 289 | ## 'default_expr': 'string:', |
---|
| 290 | ## 'is_searchabletext': True, |
---|
| 291 | ## 'acl_read_permissions': '', |
---|
| 292 | ## 'acl_read_roles': '', |
---|
| 293 | ## 'acl_read_expr': '', |
---|
| 294 | ## 'acl_write_permissions': '', |
---|
| 295 | ## 'acl_write_roles': '', |
---|
| 296 | ## 'acl_write_expr': '', |
---|
| 297 | ## 'read_ignore_storage': False, |
---|
| 298 | ## 'read_process_expr': '', |
---|
| 299 | ## 'read_process_dependent_fields': (), |
---|
| 300 | ## 'write_ignore_storage': False, |
---|
| 301 | ## 'write_process_expr': '', |
---|
| 302 | ## }, |
---|
| 303 | ## }, |
---|
| 304 | ###) |
---|
[25] | 305 | } |
---|
[47] | 306 | |
---|
[57] | 307 | |
---|
[47] | 308 | ###) |
---|
| 309 | |
---|
[139] | 310 | course_results_schema = { ###( |
---|
| 311 | 'points': { |
---|
| 312 | 'type': 'CPS Int Field', |
---|
| 313 | 'data': { |
---|
| 314 | 'is_searchabletext': 0, |
---|
| 315 | }, |
---|
| 316 | }, |
---|
| 317 | 'grade': { |
---|
| 318 | 'type': 'CPS String Field', |
---|
| 319 | 'data': { |
---|
| 320 | 'is_searchabletext': 0, |
---|
| 321 | }, |
---|
| 322 | }, |
---|
| 323 | } |
---|
| 324 | # |
---|
| 325 | ###) |
---|
| 326 | |
---|
[68] | 327 | faculty_schema = { ###( |
---|
| 328 | }###) |
---|
| 329 | |
---|
| 330 | department_schema = { ###( |
---|
| 331 | }###) |
---|
| 332 | |
---|
| 333 | course_schema = { ###( |
---|
[144] | 334 | ## 'Title': { |
---|
| 335 | ## 'type': 'CPS String Field', |
---|
| 336 | ## 'data': { |
---|
| 337 | ## 'default_expr': '', |
---|
| 338 | ## 'is_searchabletext': True, |
---|
| 339 | ## }, |
---|
| 340 | ## }, |
---|
[96] | 341 | 'heading': { |
---|
| 342 | 'type': 'CPS String Field', |
---|
| 343 | 'data': { |
---|
| 344 | 'is_searchabletext': True, |
---|
| 345 | }, |
---|
| 346 | }, |
---|
| 347 | 'text': { |
---|
| 348 | 'type': 'CPS String Field', |
---|
| 349 | 'data': { |
---|
| 350 | 'is_searchabletext': True, |
---|
| 351 | }, |
---|
| 352 | }, |
---|
[68] | 353 | 'level': { |
---|
| 354 | 'type': 'CPS String Field', |
---|
| 355 | 'data': { |
---|
| 356 | 'default_expr': 'string:', |
---|
| 357 | 'is_searchabletext': True, |
---|
| 358 | }, |
---|
| 359 | }, |
---|
| 360 | 'code': { |
---|
| 361 | 'type': 'CPS String Field', |
---|
| 362 | 'data': { |
---|
| 363 | 'default_expr': 'string:', |
---|
| 364 | 'is_searchabletext': True, |
---|
| 365 | }, |
---|
| 366 | }, |
---|
| 367 | 'semester': { |
---|
| 368 | 'type': 'CPS Boolean Field', |
---|
| 369 | 'data': { |
---|
| 370 | 'default_expr': 'python:True', |
---|
| 371 | 'is_searchabletext': False, |
---|
| 372 | }, |
---|
| 373 | }, |
---|
| 374 | 'credit': { |
---|
| 375 | 'type': 'CPS Int Field', |
---|
| 376 | 'data': { |
---|
| 377 | 'default_expr': 'string:', |
---|
| 378 | 'is_searchabletext': False, |
---|
| 379 | }, |
---|
| 380 | }, |
---|
| 381 | 'core_elective': { |
---|
| 382 | 'type': 'CPS Boolean Field', |
---|
| 383 | 'data': { |
---|
| 384 | 'default_expr': 'python:True', |
---|
| 385 | 'is_searchabletext': False, |
---|
| 386 | }, |
---|
| 387 | }, |
---|
| 388 | }###) |
---|
| 389 | |
---|
[103] | 390 | accommodation = { ###( |
---|
[101] | 391 | 'heading': { |
---|
| 392 | 'type': 'CPS String Field', |
---|
| 393 | 'data': { |
---|
| 394 | 'is_searchabletext': True, |
---|
| 395 | }, |
---|
| 396 | }, |
---|
| 397 | 'text': { |
---|
| 398 | 'type': 'CPS String Field', |
---|
| 399 | 'data': { |
---|
| 400 | 'is_searchabletext': True, |
---|
| 401 | }, |
---|
| 402 | }, |
---|
[103] | 403 | 'which_sex': { |
---|
| 404 | 'type': 'CPS Boolean Field', |
---|
[101] | 405 | 'data': { |
---|
| 406 | 'is_searchabletext': True, |
---|
| 407 | }, |
---|
| 408 | }, |
---|
[103] | 409 | 'nr_of_blocks': { |
---|
| 410 | 'type': 'CPS Int Field', |
---|
[101] | 411 | 'data': { |
---|
[103] | 412 | 'is_searchabletext': False, |
---|
[101] | 413 | }, |
---|
| 414 | }, |
---|
[103] | 415 | 'nr_of_floors': { |
---|
| 416 | 'type': 'CPS Int Field', |
---|
[101] | 417 | 'data': { |
---|
| 418 | 'is_searchabletext': False, |
---|
| 419 | }, |
---|
| 420 | }, |
---|
[103] | 421 | 'rooms_per_floor': { |
---|
[101] | 422 | 'type': 'CPS Int Field', |
---|
| 423 | 'data': { |
---|
| 424 | 'is_searchabletext': False, |
---|
| 425 | }, |
---|
| 426 | }, |
---|
[103] | 427 | 'beds_per_room': { |
---|
| 428 | 'type': 'CPS Int Field', |
---|
[101] | 429 | 'data': { |
---|
| 430 | 'is_searchabletext': False, |
---|
| 431 | }, |
---|
| 432 | }, |
---|
[107] | 433 | 'beds_assigned': { |
---|
| 434 | 'type': 'CPS Int Field', |
---|
| 435 | 'data': { |
---|
| 436 | 'is_searchabletext': False, |
---|
| 437 | }, |
---|
| 438 | }, |
---|
| 439 | 'beds_assigned_list': { |
---|
| 440 | 'type': 'CPS String List Field', |
---|
| 441 | 'data': { |
---|
| 442 | 'is_searchabletext': False, |
---|
| 443 | }, |
---|
| 444 | }, |
---|
[101] | 445 | }###) |
---|
| 446 | |
---|
[47] | 447 | ##scratch_card = { ###( |
---|
| 448 | #### 'allow_discussion': { |
---|
| 449 | #### 'type': 'CPS Int Field', |
---|
| 450 | #### 'data': { |
---|
| 451 | #### 'default_expr': 'python:0', |
---|
| 452 | #### 'is_searchabletext': 0, |
---|
| 453 | #### }, |
---|
| 454 | #### }, |
---|
| 455 | ## 'sc_id': { |
---|
| 456 | ## 'type': 'CPS String Field', |
---|
| 457 | ## 'data': { |
---|
| 458 | ## 'default_expr': '', |
---|
| 459 | ## 'is_searchabletext': 0, |
---|
| 460 | ## 'acl_read_permissions': '', |
---|
| 461 | ## 'acl_read_roles': '', |
---|
| 462 | ## 'acl_read_expr': '', |
---|
| 463 | ## 'acl_write_permissions': '', |
---|
| 464 | ## 'acl_write_roles': '', |
---|
| 465 | ## 'acl_write_expr': '', |
---|
| 466 | ## 'read_ignore_storage': False, |
---|
| 467 | ## 'read_process_expr': '', |
---|
| 468 | ## 'read_process_dependent_fields': (), |
---|
| 469 | ## 'write_ignore_storage': False, |
---|
| 470 | ## 'write_process_expr': '', |
---|
| 471 | ## }, |
---|
| 472 | ## }, |
---|
| 473 | ## 'sc_pin': { |
---|
| 474 | ## 'type': 'CPS String Field', |
---|
| 475 | ## 'data': { |
---|
| 476 | ## 'default_expr': '', |
---|
| 477 | ## 'is_searchabletext': 0, |
---|
| 478 | ## 'acl_read_permissions': '', |
---|
| 479 | ## 'acl_read_roles': '', |
---|
| 480 | ## 'acl_read_expr': '', |
---|
| 481 | ## 'acl_write_permissions': '', |
---|
| 482 | ## 'acl_write_roles': '', |
---|
| 483 | ## 'acl_write_expr': '', |
---|
| 484 | ## 'read_ignore_storage': False, |
---|
| 485 | ## 'read_process_expr': '', |
---|
| 486 | ## 'read_process_dependent_fields': (), |
---|
| 487 | ## 'write_ignore_storage': False, |
---|
| 488 | ## 'write_process_expr': '', |
---|
| 489 | ## }, |
---|
| 490 | ## }, |
---|
| 491 | ##} |
---|
[19] | 492 | schemas = {} |
---|
[47] | 493 | ###) |
---|
| 494 | |
---|
[45] | 495 | schemas['university'] = university_schema |
---|
[113] | 496 | schemas['academics'] = academics_folder_schema |
---|
[45] | 497 | schemas['students'] = students_folder_schema |
---|
[19] | 498 | schemas['student'] = student_schema |
---|
[152] | 499 | schemas['studylevel'] = studylevel |
---|
[139] | 500 | schemas['course_results'] = course_results_schema |
---|
[47] | 501 | schemas['student_personal'] = student_personal_schema |
---|
[103] | 502 | schemas['accommodation'] = accommodation |
---|
[19] | 503 | schemas['jamb'] = jamb_schema |
---|
[78] | 504 | #schemas['scratch_card'] = scratch_card |
---|
| 505 | schemas['faculty'] = faculty_schema |
---|
| 506 | schemas['department'] = department_schema |
---|
[68] | 507 | schemas['course'] = course_schema |
---|
[19] | 508 | |
---|
| 509 | return schemas |
---|