Skip to content

Feature: add quantity to classifications #32

@reymon359

Description

@reymon359

Classifications Version 1

export interface Classification {
  name: string
  values: [string]
}

Classifications Version 2

export interface ClassificationValue {
  name: string
  quantity: number
}

export interface Classification {
  name: string
  values: [ClassificationValue]
}

Metadata

Metadata

Assignees

Labels

Estimation 13 ☀☀Estimation Points: 13 (2 day aprox.)Priority Low ☄The issue has a low priorityType Feature ✨The issue is a new feature or enhancement

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions