Skip to content

Assigning the TaskType to DashboardListItem.ID #46

@SoftAdviceJR

Description

@SoftAdviceJR

When editing a specific task's DashboardListItem I'm going through the items returned by this.TaskManager.GetDashboardContent(this.TaskQueueResolver) and then matching by Title. This adds some unnecessary boilerplate as now I also put the Title inside a const string.

Could we perhaps assign the TaskType string to DashboardListItem.ID?
This string is already used to "look up" the TaskProcessor so this seems like a more natural way to match the DashboardListItem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions