Changeset 15093


Ignore:
Timestamp:
30 Jul 2018, 04:49:27 (6 years ago)
Author:
Henrik Bettermann
Message:

Add pre degree study mode and application type and category.

Location:
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/utils.py

    r15087 r15093  
    3131
    3232    APP_TYPES_DICT = {
    33         #'pude': ['Post-UDE Screening', 'PUDE'],
    34         #'prence': ['Pre-NCE Programme', 'PRE'],
    35         #'sandwich': ['Part-Time Degree in Education', 'SAND'],
    3633        'pt': ['Part-Time Degree Programmes', 'PTP'],
    37         #'putme': ['Post-UTME Screening Exercise', 'PUTME'],
    3834        'app': ['General Studies', 'APP'],
    39         #'cest': ['Common Entry Screening Test', 'CEST'],
    40         #'ct': ['Certificate Programmes', 'CTP'],
    41         #'dp': ['Diploma Programmes', 'DPP'],
    42         #'pce': ['PCE Screening', 'PCE'],
    43         #'pgft': ['Postgraduate Full-Time Programmes', 'PG'],
    44         #'pgpt': ['Postgraduate Part-Time Programmes', 'PG'],
    45         #'pre': ['Pre-Degree Studies', 'PRE'],
    46         #'cbt': ['CBT Practice Test', 'CBT'],
    4735        'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme
     36        'pre': ['Pre-Degree Studies', 'PRE'],
    4837        }
    4938
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r15082 r15093  
    3030        'ft': 'Full Time Courses',
    3131        'pt': 'Part Time Courses',
     32        'pre': 'Pre-Degree Studies',
    3233        }
    3334
     
    7172
    7273    STUDY_MODES_DICT = {
    73         #'ume_ft': 'UME Full Time',
    7474        'ug_ft': 'Undergraduate Full Time (not used in EdoPoly)',
    75         #'ug_pt': 'Undergraduate Part Time',
    76         #'dp_pt': 'Diploma Part Time',
    77         #'ct_ft': 'Certificate Full Time',
    78         #'dp_ft': 'Diploma Full Time',
    79         #'de_ft': 'Direct Entry Full Time',
    80         #'de_pt': 'Direct Entry Part Time',
    8175        'nd_ft': 'National Diploma Full Time',
    8276        'nd_pt': 'National Diploma Part Time',
    8377        'hnd_ft': 'Higher National Diploma Full Time',
    8478        'hnd_pt': 'Higher National Diploma Part Time',
    85         #'pg_ft': 'Postgraduate Full Time',
    86         #'pg_pt': 'Postgraduate Part Time',
    87         #'pgd_ft': 'Postgraduate Diploma Full Time',
    88         #'pgd_pt': 'Postgraduate Diploma Part Time',
    89         #'special_pg_pt': 'Special Postgraduate Part Time',
    90         #'nce_ft': 'NCE Full Time',
    91         #'nce_pt': 'NCE Part Time',
    92         #'ug_sw': 'Undergraduate Sandwich',
    93         #'nce_sw': 'NCE Sandwich',
    94         #'jm_ft': 'Joint Matriculation Full Time',
    95         #'ph_ft': 'Post Higher Education Full Time',
    96         #'transfer_pt': 'Transfer Part Time',
    97         #'transfer_ft': 'Transfer Full Time',
    98         #'ct_pt': 'Certificate Part Time',
    99         #'rmd_ft': 'Remedial with deficiencies',
    100         #'rm_ft': 'Remedial',
     79        'pre': 'Pre-Degree',
    10180        'transfer': 'Transfer',
    102         #'prence': 'Pre-NCE',
    103         #'prend': 'Pre-ND',
    104         #'pce': 'PCE',
    105         #'pd_ft': 'Professional Diploma in Education',
    106         #'found': 'Foundation',
    10781        'no': 'no application',
    10882        }
Note: See TracChangeset for help on using the changeset viewer.