improvement: tasks feature UX fully overhauled.
This commit is contained in:
@@ -65,6 +65,11 @@ export class ListLabTasksDto {
|
||||
@IsDateString()
|
||||
sentTo?: string;
|
||||
|
||||
/** Workflow step code (e.g. design) completed within the prosthesis group. */
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
stepCompleted?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsIn(['date', 'status', 'clinic', 'patient', 'important', 'prosthesis', 'taskType'])
|
||||
sortBy?: TaskSortField;
|
||||
|
||||
Reference in New Issue
Block a user