Changes between Version 14 and Version 15 of Internship/2012
- Timestamp:
- 01/05/15 15:06:44 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internship/2012
v14 v15 82 82 * March 2013 83 83 * The CI Server is still showing 2 failed Selenium tests and 6 failed smoke tests in the CI email. I would also like the smoke test to accurately report the number of tests run & failed. As well as if it fails. 84 * Create a config.py file for the SSF template based on the settings in https://github.com/flavour/ssf/blob/master/ deployment-templates/models/000_config.py. Compare this to the “AidIQ” template that AidIQ uses: https://github.com/flavour/aidiq/blob/master/private/templates/AidIQ/config.py - they should have the same settings84 * Create a config.py file for the SSF template based on the settings in https://github.com/flavour/ssf/blob/master/modules/templates/models/000_config.py. Compare this to the “AidIQ” template that AidIQ uses: https://github.com/flavour/aidiq/blob/master/modules/templates/AidIQ/config.py - they should have the same settings 85 85 * Run the smoke tests on the SSF Template - fix or report the bugs 86 * Use "Projects" to map deployments (Re-name crud strings using the settings.ui.customize_<resource_name> - see: https://github.com/flavour/eden/blob/master/ private/templates/DRRPP/config.py#L171)86 * Use "Projects" to map deployments (Re-name crud strings using the settings.ui.customize_<resource_name> - see: https://github.com/flavour/eden/blob/master/modules/templates/DRRPP/config.py#L171) 87 87 * Ensure that Deployments (Projects) and Volunteers are displayed on the map 88 * Re implement project_task_form_inject (https://github.com/flavour/eden/blob/master/modules/s3db/project.py#L5115) using S3SQLForm See: http://eden.sahanafoundation.org/wiki/S3SQLForm and and example here: https://github.com/flavour/eden/blob/master/ private/templates/DRRPP/config.py#L421 - this is a big chunk of work. To ensure that you do this right I would like you to write some automated tests (using the create helper function should work) to check that your changes work.88 * Re implement project_task_form_inject (https://github.com/flavour/eden/blob/master/modules/s3db/project.py#L5115) using S3SQLForm See: http://eden.sahanafoundation.org/wiki/S3SQLForm and and example here: https://github.com/flavour/eden/blob/master/modules/templates/DRRPP/config.py#L421 - this is a big chunk of work. To ensure that you do this right I would like you to write some automated tests (using the create helper function should work) to check that your changes work. 89 89 ==== S.P Mohanty ==== 90 90 Mentor: Fran Boon