| 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 settings |
| 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) |
| 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/eden/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. |