nitrotasks / nitro

The beautiful way to get things done.
https://nitrotasks.com
GNU Affero General Public License v3.0
518 stars 66 forks source link

Selecting multiple tasks #253

Closed stayradiated closed 10 years ago

stayradiated commented 10 years ago

It's painfully slow to delete or move many tasks at once.

I've started adding my select.js plugin from github.com/stayradiated/select.

It works pretty well.

Next step is to make a right click menu, or some way to run actions on the selected tasks.

Current ideas for actions:

stayradiated commented 10 years ago

Need to figure out how to integrate selecting tasks with expanding them.

stayradiated commented 10 years ago

Also need to make it only draw the rectangle from below the 'create new task' input box.

stayradiated commented 10 years ago

Current idea:

stayradiated commented 10 years ago

I've updated the stayradiated/select repo to folow this behaviour.

All that is left is to get a drag/drop plugin.

stayradiated commented 10 years ago

Yay! Actually works now.