Skip to content

Metadata labels vs rest of app terminology mismatch #25

@stultus

Description

@stultus

Area: src/lib/components/MetadataModal.svelte
Severity: Medium

Problem

MetadataModal uses industry phrases like "Written by" and "Directed by" as field
labels, but elsewhere we use "Author" and "Director" (ExportModal smart-credit
rendering, documentStore interface, `meta.author` / `meta.director`).

Two vocabularies for the same thing is confusing.

Suggested fix

Pick one set consistently. Suggestion: keep `Author` / `Director` everywhere
in UI (shorter, consistent with data model) and let the PDF export render them
as "Written by / Directed by" on the title page only.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions