Skip to content

Datasets Plugin - Amend add dataset so a dynamicSource dataset can be added and / or removed #330

Description

@markfee

Currently dynamicSources are registered when the plugin is initialised.
But this doesn't allow for new dynamicSource datasets to be added afterwards.

Task:
in /plugins/beta/datasets/src/datasets.js
the dynamicSources are locally handled with a Map
const dynamicSources = new Map()

The proposed solution is to create a dynamicSource registry that can be added to - removed from alongside the add/remove dataset api methods

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions