source: main/kofacustom.nigeria/trunk/CHANGES.txt @ 13171

Last change on this file since 13171 was 13160, checked in by Henrik Bettermann, 9 years ago

Replace jamb_subjects field by the list-of-choices field
jamb_subjects_list which allows to select items from the jambsubjects
vocabulary. This field is available only for CBT application.

File size: 1.7 KB
Line 
1Changes
2*******
3
41.2 (unreleased)
5================
6
7- Replace `jamb_subjects` field by the list-of-choices field
8  `jamb_subjects_list` which allows to select items from the `jambsubjects`
9  vocabulary. This field is available only for CBT application.
10
11- Implement CBT application (Uniben).
12  Extend ug application interface. Redefine omit tuples.
13  Remove `jamb_age` field.
14
15- Implement JUPEB pre-studies application (Uniben).
16  Extend pg application interface.
17
18- Payment tickets must not be submitted to Interswitch if they
19  are older than 7 days.
20
21- Ensure that lga and nationality are not contradictory.
22
23- Be prepared for https webservice requests.
24
25- Add more exam subjects.
26
27- All fee amounts must be passed to Interswitch as integers
28  (mutltiples of Kobos) not floats.
29
30- Add `jamb_age` field.
31
32- Check if same payment has been made before calling `goto_interswitch`.
33
34- Add interswitch browser tests and add/modify components which are needed
35  for these tests.
36
37- Add base classes InterswitchPageApplicant and InterswitchPageStudent which
38  can be used in custom packages.
39
40- Add more exam grades (pass, distinction, credit-1 and credit-2).
41
42- Add NigeriaStudentStudyLevelExporter.
43
44- Add higher qualification 'WAEC Technical Examination' as first and second
45  sitting exam type.
46
47- Add LGA `Akwa Ibom / Nsit-Atai`.
48
49- Do not show current current level in student base data section on
50  slips (default).
51
521.1 (2014-03-14)
53================
54
55- Add display_fullname column to CourseTicketExporter (requested by Uniben).
56
57
581.0 (2014-02-22)
59================
60
61- Diazofied complete package.
62
63- We now work with waeup.kofa >= 1.0.
64
65
660.1 (2014-02-21)
67================
68
69- Initial implementation.
Note: See TracBrowser for help on using the repository browser.