Start implementing with back-end. Create workflows completed and fetching workflows on server side as well, to show them in the table.
This commit is contained in:
@@ -37,11 +37,11 @@ export interface WorkflowStep {
|
||||
completedDate?: number,
|
||||
assignees: (User["id"])[];
|
||||
firstStep?: boolean,
|
||||
currentStep?: boolean,
|
||||
currentStep: boolean,
|
||||
finalStep?: boolean,
|
||||
selected: boolean,
|
||||
selected?: boolean,
|
||||
comments?: string,
|
||||
onClick: React.MouseEventHandler<HTMLDivElement>
|
||||
onClick?: React.MouseEventHandler<HTMLDivElement>
|
||||
}
|
||||
|
||||
export interface EditableWorkflowStep {
|
||||
|
||||
Reference in New Issue
Block a user