SCENARIO: Dev officer is creating a task from the lead/donor's profile
GIVEN a dev officer is viewing a lead/donor's profile
WHEN they click on 'Create Task'
THEN the dev officer should select the type of task
GIVEN the dev officer clicks create task
WHEN the dev officer selects the type of task
THEN the system should present them with a task details screen
AND it should be relative to the type of task
GIVEN the Dev Officer is creating a task
WHEN the user is entering the data
THEN they should see an 'Assigned To' field
AND that field should be defaulted to the current Dev Officer
AND should be editable so they can assign a task to another Dev Officer
Tasks
[ ] Create a button called "Add Task" that will trigger opening screen to create new task
[ ] Create "New Task" screen. Details will follow in "Task" epic.
[ ] Automatically assign task to dev officer after 'New Task" screen is triggered.
SCENARIO: Dev officer is creating a task from the lead/donor's profile
GIVEN a dev officer is viewing a lead/donor's profile WHEN they click on 'Create Task' THEN the dev officer should select the type of task
GIVEN the dev officer clicks create task WHEN the dev officer selects the type of task THEN the system should present them with a task details screen AND it should be relative to the type of task
GIVEN the Dev Officer is creating a task WHEN the user is entering the data THEN they should see an 'Assigned To' field AND that field should be defaulted to the current Dev Officer AND should be editable so they can assign a task to another Dev Officer
Tasks