-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Description
comment I ran across in our current implementation:
// mamba validation issues have a poor interface. Best I can do is search in the description field when trying to find a specific issue in a list.
Tasks
- change
public init(description: IssueDescription, severity: IssueSeverity)to store theIssueDescriptioninstead of just the description string - change
public init(description: String, severity: IssueSeverity)to store the description as a.undefined(String)withinIssueDescriptionenum - change
descriptionattribute to an accessor of the string of the storedIssueDescription
Open Questions
- Does this seem like the right approach IYO @dcoufal ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels