As an admin, I want to assign specific tasks to a chosen volunteer so that individual responsibilities are clearly communicated.
I need to assign a task to a single volunteer
So that I can use MongoDb to track task assignments and link them to user roles
Acceptance Criteria
Given the admin is on the task creation page,
When the admin selects a specific volunteer and assigns a task with a due date,
Then the system should notify the volunteer and display the task on their dashboard.
As an admin, I want to assign specific tasks to a chosen volunteer so that individual responsibilities are clearly communicated. I need to assign a task to a single volunteer So that I can use MongoDb to track task assignments and link them to user roles
Acceptance Criteria