ENGAGE-157: Add the ability to reorder artifacts within My Collection

Metadata

Source
ENGAGE-157
Type
New Feature
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Michelle D'Souza
Created
2009-10-21T13:23:03.000-0400
Updated
2017-12-22T09:44:34.326-0500
Versions
N/A
Fixed Versions
  1. 0.5
Component
  1. My Collection

Description

After we've got a working version of My Collection with both grid and list views, we'll need to add the ability to reorder artifacts within the collection. The Reorderer component has all of the functionality to do this, but it's driven by mouse-based events (click and drag). We'll need to adapt the Reorderer to the touch events provided by WebKit-based mobile browsers.

The code for the Reorderer is part of Infusion and is available here:

http://source.fluidproject.org/svn/fluid/infusion/trunk/src/webapp/components/reorderer/js/Reorderer.js

Since Reorderer actually still depends on jQuery UI's draggable API, we'll probably need to work on a patch at that level, or replace our use of draggable with our own code.

Comments

  • Justin Obara commented 2017-12-22T09:44:34.325-0500

    The repository has been archived.