Changeset 14545


Ignore:
Timestamp:
14 Feb 2017, 10:22:20 (8 years ago)
Author:
Henrik Bettermann
Message:

Add application type, application category and study mode.

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

Legend:

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

    r14211 r14545  
    3434        'nce': ['NCE Programmes', 'NCE'],
    3535        'ncept': ['NCE Part-Time Programmes', 'NCE'],
     36        'nceptw': ['NCE Part-Time Weekend Programme', 'NCE'],
    3637        'degree': ['Degree Programmes', 'DEG'],
    3738        'prence': ['Pre-NCE programme', 'PRENCE'],
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/utils/utils.py

    r14458 r14545  
    3131        'nce': 'NCE Programme',
    3232        'ncept': 'NCE Part-Time Programme',
     33        'nceptw': 'NCE Part-Time Weekend Programme',
    3334        'prence': 'Pre-NCE Programme',
    3435        }
    3536
    3637    STUDY_MODES_DICT = {
    37         'ug_ft': 'Undergraduate Full Time',
    38         'de_ft': 'Direct Entry Full Time',
    39         'pg_ft': 'Postgraduate Full Time',
    40         'pg_pt': 'Postgraduate Part Time',
    41         'nce_ft': 'NCE Full Time',
    42         'nce_pt': 'NCE Part Time',
     38        'ug_ft': 'Undergraduate Full-Time',
     39        'de_ft': 'Direct Entry Full-Time',
     40        'pg_ft': 'Postgraduate Full-Time',
     41        'pg_pt': 'Postgraduate Part-Time',
     42        'nce_ft': 'NCE Full-Time',
     43        'nce_pt': 'NCE Part-Time',
     44        'nce_we_pt': 'NCE Part-Time Weekend',
    4345        'nce_sw': 'NCE Sandwich',
    4446        'prence': 'Pre-NCE',
Note: See TracChangeset for help on using the changeset viewer.