The Utah County Insurance Pool was migrating from an antiquated system to Wordpress...
The Utah County Insurance Pool was migrating from an antiquated system to WordPress for their website and needed to migrate their data and forms to input and display data in the backend.
Three main challenges presented themselves in this project.
In order to make the site scalable, secure, and private we had to refactor all the antiquated code. This meant that we had to completely code everything from the ground up. Before starting the refactoring process we created the new database schema.
After the schema was created we created a database map to migrate the old database to the new one. A PHP migration script was then created to transfer the data to the new database. After the new database was populated we could then successfully refactor the code to represent the new database structure and security features that were needed. We created roles and implemented security hashes that would make sure that if someone did get a hold of the database they could not decipher the data without the security key. In the end, we successfully migrated the data and refactored the code to give the Utah Insurance Pool an essential tool for their organization.