Ignore:
Timestamp:
1 Nov 2019, 16:30:50 (5 years ago)
Author:
Henrik Bettermann
Message:

Customize APP_TYPES_DICT and APP_CATS_DICT.

File:
1 edited

Legend:

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

    r15563 r15738  
    2929    """A collection of parameters and methods subject to customization.
    3030    """
     31
     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'],
     38        '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
     48        'pg': ['Postgraduate Programmes', 'PG'],
     49        }
Note: See TracChangeset for help on using the changeset viewer.