diff --git a/CulinaryCommandApp/Components/Pages/Assignments/AdminAssignTask.razor b/CulinaryCommandApp/Components/Pages/Assignments/AdminAssignTask.razor index c8364e4..65c78e8 100644 --- a/CulinaryCommandApp/Components/Pages/Assignments/AdminAssignTask.razor +++ b/CulinaryCommandApp/Components/Pages/Assignments/AdminAssignTask.razor @@ -7,6 +7,7 @@ @using CulinaryCommandApp.Recipe.Services; @using CulinaryCommandApp.Recipe.Services.Interfaces; @using CulinaryCommandApp.Recipe.Entities; +@using CulinaryCommand.Data.Models @inject IUserContextService UserCtx @inject NavigationManager Nav @inject ILocationService LocationService @@ -15,6 +16,8 @@ @inject ITaskAssignmentService TaskService @inject IRecipeService RecipeService @inject ITaskNotificationService TaskNotifier +@inject ITaskLibraryService TaskLibraryService +@inject IJSRuntime JS @implements IDisposable @rendermode InteractiveServer @@ -33,224 +36,542 @@ else if (!allowed) } else { -
Plan the line, prep, and cleaning tasks for today.
-Manage task lists, assign library tasks fast, and track progress in one place.
Assign work to a team member with an expected due date.
-