Skip to content

feat: native YAML import and export #10

Description

@pskillen

Problem

We have no native, fully-supported interchange format for our internal data models. Vendor CSV formats are lossy and version-specific.

Intended outcome

Export and import our data in our own native YAML format that fully represents the internal models.

Success criteria: a user can export a CPS from one browser as YAML, import it into another browser, and the internal state across both browsers is identical (within the context of CPS data).

Affected tool(s)

  • Shared import/export code consumed by tools/.

Notes

  • Stay static (HTML + sidecar JS).
  • Depends on the internal data models (genericise-import); complements vendor CPS export.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestradio-format-supportsupport for 3rd party radio formats - import/export, etc

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions