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.

studio: missing "description" in the published presentation #351

@peterpeterparker

Description

@peterpeterparker

The existing starter kit field {{DECKDECKGO_DESCRIPTION}} is not filled during the publishing.

TODO:

Extend data with a description field and parse it

export interface ApiDeck {
    id?: string;
    slides: ApiSlide[];
    name: string;
    description: string; // <------------ NEW
    owner_id: string;
    attributes?: DeckAttributes;
    background?: string;
}

In the app, the field is currently limited to 500 characters and is optional. If it would not be set, then the app/frontend will provide the name as description.

P.S.: "Descriptions" are a needed for SEO and share purposes

Capture d’écran 2019-09-22 à 14 19 39

Metadata

Metadata

Labels

apiStudio's APIbugSomething isn't workingstudio"Studio" is the codename for the web editor

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions