Ticket #3 (assigned enhancement)

Opened 7 months ago

Last modified 7 months ago

Implement djedna.upload application

Reported by: thomas Assigned to: thomas (accepted)
Priority: major Milestone: nessman-1.0
Component: upload Version:
Keywords: Cc:

Description

This application will control uploading of new TrackFiles to the catalog.

An upload queue (probably using the Django Queue Service plug-in application) will be used for firing off background processes like unzipping or (in the future) converting from WAV to other formats). This queue will allow a separate django-management command, fired off by a cron job, to do the actual long-running work and report back on progress.

When Django Ticket #2070 is merged into the trunk, this application should make use of its new capabilities.

Change History

05/05/08 14:21:31 changed by thomas

  • summary changed from Implement {{{djedna.upload}}} application to Implement djedna.upload application.

05/05/08 14:22:46 changed by thomas

  • status changed from new to assigned.

05/05/08 14:31:12 changed by thomas

  • component changed from catalog to upload.