Skip to content

Assign same Task for multiple Participants #184

@antoineatstariongroup

Description

@antoineatstariongroup

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of the UI-DSM
  • I have searched open and closed issues to ensure it has not already been reported

Description

A same Task could assigned to multiple Participants.
Only those Participants can mark the task as done
Solution :
Replace the current property by a collection of Participant, create a property inside the Participant for assignedTask (type : List<ReviewTask> : EntityFramework needs), generate DTOs/(de)serializer/migration, and adapt the ToDto and ResolveProperties methodes, modify the current component to have the multiselection enabled.

Steps to Reproduce

System Configuration

  • UI-DSM version:
    • UI-DSM:
    • Other:
  • Environment (Operating system, version and so on):
  • .NET Framework version:
  • Additional information:

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions