Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Add attributes to deck too #91

@peterpeterparker

Description

@peterpeterparker

We need attributes on the deck entity too

Same type as for slide

data Deck = Deck
  { deckSlides :: [SlideId]
  , deckDeckname :: Deckname 
  , deckOwnerId :: UserId
  , deckAttributes :: HMS.HashMap T.Text T.Text -- NEW
  } deriving (Show, Eq)

P.S.: Use for example to reflect a background color on the all deck

<deckgo-deck style="--background: yellow; --color: red;"/>

Metadata

Metadata

Assignees

Labels

apiStudio's API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions