FLUID-1425: Uploader 2: Provide a central point for instantiating an uploader and registering both options and callbacks.

Metadata

Source
FLUID-1425
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-09-03T18:37:19.000-0400
Updated
2011-02-22T16:27:46.552-0500
Versions
N/A
Fixed Versions
  1. 0.6beta1
Component
  1. Uploader

Description

Uploader 2 needs a central component object that is designed to glue each of the sub-views together, providing once place for the user to go to specify configuration options and callbacks. This is the "controller layer" for the Uploader, and should hopefully feed new behaviour into the framework. Good frameworks should take away glue code, and controllers are all about glue.

Comments

  • Michelle D'Souza commented 2008-10-01T13:50:01.000-0400

    dev-iteration44

  • Colin Clark commented 2008-10-21T11:41:54.000-0400

    The event-handling infrastructure is now in place, and the responsibilities are well separated between Uploader, FileQueueView, and UploadManager.

    Uploader's main responsibility is to provide a central point for registering events and options. It then passes these things off to its children as necessary.

  • Michelle D'Souza commented 2011-02-22T16:27:46.474-0500

    Closing issues that were resolved for 1.0 and earlier releases.