Changeset 15758


Ignore:
Timestamp:
6 Nov 2019, 15:53:27 (5 years ago)
Author:
Henrik Bettermann
Message:

Enable more application types.

File:
1 edited

Legend:

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

    r15738 r15758  
    3030    """
    3131
    32     APP_TYPES_DICT = {
    33         #'pude': ['Post-UDE Screening', 'PUDE'],
    34         #'prence': ['Pre-NCE Programme', 'PRE'],
    35         #'sandwich': ['Part-Time Degree in Education', 'SAND'],
    36         #'pt': ['Part-Time Degree Programmes', 'PTP'],
    37         #'putme': ['Post-UTME Screening Exercise', 'PUTME'],
     32   APP_TYPES_DICT = {
     33        'pude': ['Post-UDE Screening', 'PUDE'],
     34        'sandwich': ['Part-Time Degree in Education', 'SAND'],
     35        'pt': ['Part-Time Degree Programmes', 'PTP'],
     36        'putme': ['Post-UTME Screening Exercise', 'PUTME'],
    3837        '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'],
    47         #'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme
     38        'ct': ['Certificate Programmes', 'CTP'],
     39        'dp': ['Diploma Programmes', 'DPP'],
     40        'pgft': ['Postgraduate Full-Time Programmes', 'PG'],
     41        'pgpt': ['Postgraduate Part-Time Programmes', 'PG'],
     42        'pre': ['Pre-Degree Studies', 'PRE'],
     43        'cbt': ['CBT Practice Test', 'CBT'],
     44        'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme
    4845        'pg': ['Postgraduate Programmes', 'PG'],
    4946        }
Note: See TracChangeset for help on using the changeset viewer.