learning-layers / timeliner

MIT License
0 stars 0 forks source link

Disconnecting items from task #82

Closed pjotrsavitski closed 7 years ago

pjotrsavitski commented 8 years ago

There is a need to allow disconnecting outcomes, resources and participants from tasks.

The best solution would be to drag the connected ones out, thus triggering a disconnect (a more complex solution would be to allow moving resources between tasks; example: moving a resource from one task into the other - disconnect from one and connect to the other).

First implementation could be a bit more simple, listing connected: participants, resources and outcomes within the task edit form and allowing to trigger the disconnection (this should not be related to the form itself and should be effective without the need for form submission).

pjotrsavitski commented 7 years ago

Activity stream should be changed to handle these events natively, not understand these as an update to the Task (this is a useless clutter).

pjotrsavitski commented 7 years ago

Current implementation seems to be feature complete and would do for now. It will most probably have to be enhanced in future.