Category
Migrated Sites
Entertainment
This screenshot shows the homepage of Comcast Spotlight. The data was migrated from their Drupal 6 site into Drupal 7. All of the custom business logic had previously been loaded into an extremely large single module. During this migration, I broke out this huge module into several smaller, more maintainable custom modules.
This screenshot shows one of the more complex sections needed to migrate. The Interactive Technologies section had media in various formats that needed a lot of preprocessing, custom logic and mapping in order to migrate the data properly.
This shot shows a dropdown menu linking all the cities in which Comcast Spotlight offers its marketing. Each city is linked to a subdomain (smaller website) of comcastspotlight.com (such as seattle.comcastspotlight.com). Drupal handles multiple domains very well with just one instance of Drupal running, connected to 70+ different databases (each database had unique site design and data per market). This also allowed for custom features per unique city.
This shot displays the various channels Comcast offers advertising on. The Channel links appear similar to the cities menu but without need for subdomains. Instead, simple pages on the main site would suffice since all channels would be universal, in design and functionality, across all cities.