DECA-272: Decapod server should make use of genpdf JSON status file

Metadata

Source
DECA-272
Type
New Feature
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Jonathan Hung
Created
2012-06-08T15:26:41.115-0400
Updated
2012-07-10T13:48:07.028-0400
Versions
N/A
Fixed Versions
  1. 0.6
Component
  1. Server

Description

The Decapod server currently does not use the genpdf status file. The server should read updates from this file and post them to the client (i.e. the Exporter).

Comments

  • Justin Obara commented 2012-07-05T13:04:17.757-0400

    pdf.py will now update the status with the stage from genpdf's progress file when the getStatus method is called and an export is in progress.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-server-iteration4

  • Justin Obara commented 2012-07-10T13:45:56.958-0400

    Merged into the googlecode repo