DECA-97: Consolidate mock server and capture server into the same code base

Metadata

Source
DECA-97
Type
Task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Jonathan Hung
Created
2010-04-20T15:26:19.000-0400
Updated
2012-01-10T09:39:05.523-0500
Versions
  1. 0.3
Fixed Versions
  1. 0.4
Component
  1. Server

Description

Consolidate the mock server into the capture server to reduce code complexity.

Comments

  • Colin Clark commented 2010-06-25T19:11:30.453-0400

    Very preliminary server consolidation by breaking out shared image processing routines into imageprocessing.py, along with a few early unit tests.

  • Colin Clark commented 2010-07-14T00:38:50.199-0400

    This was resolved at revision 0da88d06c4. We now have a single server, with no duplicated code.