Ticket #2310 (closed tweak: obsolete)

Opened 15 years ago

Last modified 13 years ago

dnd-page-reorder-func – Add reordering page functionality via drag and drop

Reported by: deyan Owned by: deni
Priority: major Milestone: X3
Component: uncategorized Version: 2.0
Keywords: Cc:
Category: unknown Effort:
Importance: 55 Ticket_group:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Analysis_owners: deyan Design_owners: tanya
Imp._owners: tanya Test_owners:
Analysis_reviewers: tanya Changelog: Changelog
Design_reviewers: kyli Imp._reviewers: kyli
Test_reviewers: Analysis_score: 3
Design_score: 3 Imp._score: 4
Test_score: 0

Description

Add ability to reorder pages via drag and drop in page preview palette. Use gray area between page thumbnails for page drop zones.

Attachments

pagereorder.patch (5.2 KB) - added by tanya 15 years ago.

Change History

comment:1 Changed 15 years ago by dido

  • Category set to unknown
  • Analysis_score set to 0
  • Importance set to 55
  • Test_score set to 0
  • Design_score set to 0
  • Imp._score set to 0

comment:2 Changed 15 years ago by tanya

  • Owner set to tanya
  • Status changed from new to s1a_analysis_started
  • Changelog set to [wiki:Changelog]

comment:3 Changed 15 years ago by tanya

  • Status changed from s1a_analysis_started to s1b_analysis_finished

comment:4 Changed 15 years ago by tanya

  • Status changed from s1b_analysis_finished to s1c_analysis_ok
  • Analysis_reviewers set to tanya
  • Analysis_score changed from 0 to 3

it's ok

comment:5 Changed 15 years ago by tanya

  • Design_owners set to tanya
  • Status changed from s1c_analysis_ok to s2a_design_started

comment:6 Changed 15 years ago by tanya

  • Dragging out of a page from the PagePreviewPalette should be possible. For this purpose, when registering a component, the dragEnable should be set to true.
  • It should be allowed the PagePreviewPalette to accept ResourceRefData. The PagePreviewPaletteLogic should be changed - ON_DND_PRE_IMPORT.
  • ON_DND_PAGE_EXPORT and ON_DND_PAGE_REORDER constants should be added to the PagePreviewPaletteLogic to handle export of page and import of ResourceRefData.

comment:7 Changed 15 years ago by tanya

  • Status changed from s2a_design_started to s2b_design_finished

Changed 15 years ago by tanya

comment:8 Changed 15 years ago by kyli

  • Status changed from s2b_design_finished to s2c_design_ok
  • Design_score changed from 0 to 3
  • Design_reviewers set to kyli

Your design is too brief. However, this task is quite small, sho it should not be problem.

3p.

comment:9 Changed 15 years ago by deni

  • Owner changed from tanya to deni
  • Status changed from s2c_design_ok to s3a_implementation_started

comment:10 Changed 15 years ago by tanya

  • Status changed from s3a_implementation_started to s3b_implementation_finished

comment:11 Changed 15 years ago by tanya

  • Imp._owners set to tanya

comment:12 Changed 15 years ago by kyli

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Imp._score changed from 0 to 4
  • Imp._reviewers set to kyli
Note, that there is no use to write if (result == null
!(result instanceof Object)). Only if(!(result instanceof Object)) does the same thing;
  • During the implementation review it seemed that you have some misunderstandings with the experience team. They probably should be resolved in the analysis phase of the task..

4p. Merged to trunk at [8699].

comment:13 Changed 13 years ago by meddle

  • Status changed from s3c_implementation_ok to closed
  • Resolution set to obsolete

Closing all the tickets before M Y1

Note: See TracTickets for help on using tickets.