Skip to content

Catalog: slim item model #37

Description

@adedw

Current item model

final case class Item(
uuid: ItemId,
name: ItemName,
description: ItemDescription,
price: Money,
brand: Brand,
category: Category
)

provides redundant fields for listing. I want to request something similar

type ListItem = {
  uuid: string;
  name: string;
  price: Money;
};

Anyway this might be used for detailed view, mentioned here #6 (comment)

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions