Metadata
- Source
- FLUID-25
- Type
- Improvement
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Joseph Scheuhammer
- Created
2007-07-17T11:47:43.000-0400 - Updated
2007-10-22T14:06:28.000-0400 - Versions
- N/A
- Fixed Versions
-
- 0.1
- Component
-
- Reorderer
Description
The Lightbox currently has a single, gallery-specific strategy for posting image order back to the server. When we abstract this code into a generic Reorderer, we will want to allow clients to create their own connection strategies for sending the new order of items back to the server.
We will move the gallery-specific connection code into a specific implementation of this Connection strategy. It will be helpful to also create a generic Ajax connection strategy to save clients time if they don't want to provide their own implementation.
Comments
-
Joseph Scheuhammer commented
2007-07-17T11:53:19.000-0400 FLUID-8 is now broken into a number of smaller issues related to reorderer refactoring (see reorderer component).
-
Colin Clark commented
2007-09-17T22:11:30.000-0400 The current design of the Reorderer provides a parameter for an orderChangedCallback function, which nicely encapsulates any type of connection strategy desired.