[Model] Add the ability to associate labels with a model
Open
hacktoberfest
- Dominant language
- C#
- Stars
- 81
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
A need has been expressed where it would be useful to add labels to models, e.g. "LegalHasApproved" or "Experimental"
**Describe the solution you'd like**
To support this, we'll need to add a new table called `Labels`.
We'll also need to add a new method `public void AddLabel(Guid runId, string name, string value)`
Contributor guide
Assessment
This issue has not been assessed yet.