allReady
allReady copied to clipboard
EVENTS: Ability to duplicate tasks
This is a breakout from Events EPIC: #2039
Requirement:
- As a user I want to be able to do the following to all requests/tasks: Duplicate/Add/Delete.
Definition of Done:
- I will be able to duplicate/add/delete tasks as needed in the events module.
Additional Information: Information from @stevejgordon : PARTIALLY COMPLETE. We can add and delete tasks. We don’t have a duplicate functionality yet.
- Update from @OhMcGoo : Duplicate feature will be handy to have.
This should be limited to org admins only (volunteers can't do this).
@OhMcGoo how much of the existing Task should be duplicated? In particular, should the skills and attachments come across? CC @BillWagner
Hi @BillWagner @EmilyLuijbregts and @stevejgordon It seems like this task is still open. I would like to complete the duplicate task feature. I have already started on the task and have been able to duplicate the basic information. For my initial go at It I have created an action that given a event Id will duplicate the task append "Duplicate" to the name and redirect the user to the details view /Admin/VolunteerTask/Details/{id}.
In retrospec I just noticed how the event duplicate button works and will work towards a similar solution. This solution will open a new view where you can edit the information and clicking save creates a new task. Is this the correct user experience?
Pinging @MisterJames Can you answer Adam's question above?
@AdamAlinauskas Sorry for the delay. The later option sounds better from a user experience flow.
We'll possibly look to pick this up during the codeathon
I will have a look at this one