Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
096f9171bb
commit
732aa9f417
@@ -149,7 +149,7 @@ export function ApplyWorkflowDialog({
|
||||
</Select>
|
||||
</div>
|
||||
<div>
|
||||
<Label className="text-xs">Start date (due dates computed from this)</Label>
|
||||
<Label className="text-xs">First task due date (next steps chain off completion)</Label>
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<Button variant="outline" className="w-full justify-start font-normal">
|
||||
|
||||
@@ -145,7 +145,7 @@ function WorkflowsPage() {
|
||||
<div>
|
||||
<h2 className="font-serif text-lg">Workflow Templates</h2>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Reusable task lists. Apply one to a case to spawn the tasks with computed due dates.
|
||||
Sequential checklists. The first task is created when the workflow is applied; each next task spawns automatically when the previous one is marked complete, with its due date set X days after completion.
|
||||
</p>
|
||||
</div>
|
||||
<Button onClick={() => setNewOpen(true)}>
|
||||
|
||||
Reference in New Issue
Block a user