Changeset 9461


Ignore:
Timestamp:
30 Oct 2012, 05:45:36 (12 years ago)
Author:
Henrik Bettermann
Message:

Add category and type for Bachelor of Education Certificate Programmes.

Location:
main/waeup.fceokene/trunk/src/waeup/fceokene
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/utils.py

    r8958 r9461  
    3131
    3232    APP_TYPES_DICT = {
    33         'pude': ['Post UDE Screening', 'PUDE'],
    3433        'prence': ['Pre-NCE Programme', 'PRE'],
    3534        'sandwich': ['NCE Sandwich Programme', 'SAND'],
    36         'pt': ['Part-Time Degree Programmes', 'PTP'],
    37         'putme': ['Post-UTME Screening Exercise', 'PUTME'],
    38         'app': ['General Studies', 'APP'],
    3935        'cest': ['Common Entry Screening Test', 'CEST'],
    4036        'ct': ['Certificate Programmes', 'CTP'],
    4137        'dp': ['Diploma Programmes', 'DPP'],
    4238        'pce': ['PCE Screening', 'PCE'],
    43         'pgft': ['Postgraduate Full-Time Programmes', 'PG'],
    44         'pgpt': ['Postgraduate Part-Time Programmes', 'PG']
     39        'bec': ['Bachelor of Education Certificate Programmes', 'BEC']
    4540        }
  • main/waeup.fceokene/trunk/src/waeup/fceokene/utils/utils.py

    r8834 r9461  
    2626    PREFERRED_LANGUAGES_DICT = {
    2727        }
     28
     29    APP_CATS_DICT = {
     30        'basic': 'PUTME, PUDE, PCE, PRENCE',
     31        'no': 'No Application',
     32        'sandwich': 'Sandwich',
     33        'cest': 'Part-Time, Diploma, Certificate',
     34        'bec': 'Bachelor of Education Certificate Programmes',
     35        }
Note: See TracChangeset for help on using the changeset viewer.