Challenge Overview
Revolver is an application the client has created and is currently in testing. The purpose of the application is to build an "enhanced" view of On Demand video content for older cable boxes. Older cable boxes use technology EBIF to interact with user; this application creates a custom video feed that presents a set of On Demand movies or TV Shows to the user. The feed rotates through the set of "assets", displaying info and a video trailer for each one and allowing the user to select the displayed "asset" to be ordered for viewing.
This feed is generated through a series of batch scripts and other code calls. This project will have two objectives:
- Build a simple web front end that integrates and orchestrates the existing processes to automate the custom video file creation
- Build a cleaned up, single business layer for all of the logic such that the app is easier to maintain and performs better.