andrewblake1 / WorksManagement

Project/Works management system for Northpower's Westcoast Energy
0 stars 3 forks source link

Drag and drop on iPads and other touchscreen devices doesn't work for Planning view #457

Open hawea opened 9 years ago

hawea commented 9 years ago

Hi Andrew,

I see the above becoming more of a problem as the business becomes more mobile. There doesn't seem to be any other way to indicate the order of the Days, Crews and Tasks, therefore a project manager wouldn't be able to rearrange his jobs on the fly which could become an issue.

Thanks Hawea

andrewblake1 commented 9 years ago

Seems like drag and drop is possible on touch screens but requires special programming. I.e. I can do it but need to specifically handle touch events. It is likely the plugin used to do drag and drop in the tree view will be rewritten if not already to cope with it since drag and drop so common. If not yet then eventuially an off the shelf plugin will be available to do the job. Surprised boostrap 3 or yii2 don't yet have a tree view with this functionality I can use. I suggest waiting.

hawea commented 9 years ago

No worries, that should be fine

From: andrewblake1 [mailto:notifications@github.com] Sent: Thursday, 24 July 2014 12:19 PM To: andrewblake1/WorksManagement Cc: Hawea GEORGE Subject: Re: [WorksManagement] Drag and drop on iPads and other touchscreen devices doesn't work for Planning view (#457)

Seems like drag and drop is possible on touch screens but requires special programming. I.e. I can do it but need to specifically handle touch events. It is likely the plugin used to do drag and drop in the tree view will be rewritten if not already to cope with it since drag and drop so common. If not yet then eventuially an off the shelf plugin will be available to do the job. Surprised boostrap 3 or yii2 don't yet have a tree view with this functionality I can use. I suggest waiting.

— Reply to this email directly or view it on GitHubhttps://github.com/andrewblake1/WorksManagement/issues/457#issuecomment-49960285.


This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com

This email and any attachments are confidential to Northpower Limited and may be subject to legal privilege or copyright. Any views expressed in this email are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of Northpower Limited. Emails are not secure, they can be intercepted, amended, lost or destroyed and may contain errors or viruses. If you communicate with us by email, you are taken to accept these risks. If you have received this email in error, please notify us immediately, delete the email and any attachments from your system. If you are not the intended recipient, you must not use, distribute, amend, copy or relay on this email or any attachments.

andrewblake1 commented 9 years ago

check out http://dbushell.github.io/Nestable/

andrewblake1 commented 9 years ago

try that location on your touch screen device

hawea commented 9 years ago

Yes this works well. Have reduced to low priority as this will be a major feature upgrade.