Completion Report
Project Summary:
The Campus Maps application was identified as one of the worst offenders of placing privacy invasive cookies on users machines. The application was upgraded to use v3 of Google Maps which does not store privacy invasive cookies.
Analysis of Resource Usage:
Staff Usage Estimate: 24.5 days
Staff Usage Actual: 25.5 days
Staff Usage Variance: -4.08163%
Other Resource Estimate: 1 days
Other Resource Actual: 1 days
Other Resource Variance: 0%
Explanation for variance:
The project progressed well with development work and acceptance completing to schedule. The project has been extended when the deployment process was not known and not clear and the process has been refined iteratively over time.
Key Learning Points:
The Campus Maps Application has not been supported by Applications Management before this project, it was supported by the business owners and they carried out the deployments. This is the first time App Management have carried out deployment/redirects and the process can now be documented from an App Management viewpoint as follows :-
Final solution:
Existing lines:
JkUnmount /maps/* polopoly
ProxyPass /maps http://webdata.ed.ac.uk/polopacheproxy/maps/
replaced with
# Redirect for I120717-0352
JkUnmount /maps/buildings/* polopoly
RedirectMatch permanent ^/maps/buildings/(.*) http://www.ed.ac.uk/maps?building=$1
RedirectMatch permanent ^/maps/buildings/$ http://www.ed.ac.uk/maps
Outstanding issues: