Ignore:
Timestamp:
21 Oct 2005, 11:40:21 (19 years ago)
Author:
joachim
Message:

=search for jamb addmission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py

    r57 r68  
    33
    44university_schema = { ###(
    5 ##   'allow_discussion': {
    6 ##        'type': 'CPS Int Field',
    7 ##        'data': {
    8 ##            'default_expr': 'python:0',
    9 ##            'is_searchabletext': 0,
    10 ##        },
    11 ##    },
    12 }
    13 
     5}
    146###)
    157
    168students_folder_schema = { ###(
    17 ##   'allow_discussion': {
    18 ##        'type': 'CPS Int Field',
    19 ##        'data': {
    20 ##            'default_expr': 'python:0',
    21 ##            'is_searchabletext': 0,
    22 ##        },
    23 ##    },
    24 }
    25 
     9}
    2610###)
    2711
    2812student_schema = { ###(
    29 ##   'allow_discussion': {
    30 ##        'type': 'CPS Int Field',
    31 ##        'data': {
    32 ##            'default_expr': 'python:0',
    33 ##            'is_searchabletext': 0,
    34 ##            },
    35 ##        },
    3613     'jamb_is_admitted': {
    3714        'type': 'CPS Boolean Field',
     
    7552
    7653student_personal_schema = { ###(
    77 ##   'allow_discussion': {
    78 ##        'type': 'CPS Int Field',
    79 ##        'data': {
    80 ##            'default_expr': 'python:0',
    81 ##            'is_searchabletext': 0,
    82 ##            },
    83 ##        },
    8454     'firstname': {
    8555        'type': 'CPS String Field',
     
    10272     'sex': {
    10373        'type': 'CPS Boolean Field',
     74        'default_expr': 'python:True',
    10475        'data': {
    10576            'is_searchabletext': 1,
     
    12899
    129100jamb_schema = { ###(
    130    'allow_discussion': {
    131         'type': 'CPS Int Field',
    132         'data': {
    133             'default_expr': 'python:0',
    134             'is_searchabletext': 0,
    135             },
    136         },
    137101    'reg_nr': {
    138102        'type': 'CPS String Field',
     
    267231
    268232###)
     233
     234faculty_schema = { ###(
     235}###)
     236
     237department_schema = { ###(
     238}###)
     239
     240course_schema = { ###(
     241    'level': {
     242        'type': 'CPS String Field',
     243        'data': {
     244            'default_expr': 'string:',
     245            'is_searchabletext': True,
     246        },
     247    },
     248    'code': {
     249        'type': 'CPS String Field',
     250        'data': {
     251            'default_expr': 'string:',
     252            'is_searchabletext': True,
     253        },
     254    },
     255    'semester': {
     256        'type': 'CPS Boolean Field',
     257        'data': {
     258            'default_expr': 'python:True',
     259            'is_searchabletext': False,
     260        },
     261    },
     262    'credit': {
     263        'type': 'CPS Int Field',
     264        'data': {
     265            'default_expr': 'string:',
     266            'is_searchabletext': False,
     267        },
     268    },
     269    'core_elective': {
     270        'type': 'CPS Boolean Field',
     271        'data': {
     272            'default_expr': 'python:True',
     273            'is_searchabletext': False,
     274        },
     275    },
     276}###)
    269277
    270278##scratch_card = { ###(
     
    321329schemas['student_personal'] = student_personal_schema
    322330schemas['jamb'] = jamb_schema
     331schemas['course'] = course_schema
    323332#schemas['scratch_card'] = scratch_card
    324333
Note: See TracChangeset for help on using the changeset viewer.