Skip to content

[FEATURE] Merge grids #118

@Thijss

Description

@Thijss

It would be nice if we could merge multiple grids via e.g. the following syntax:

grid_1_and_2 = grid_1.merge(grid_2)

The challenge here is to avoid id conflicts in the resulting grid.
The proposal is to regenerate all ids to avoid conflicts.

Note 1: regenerating all ids also means that all references to ids (i.e. node ids) need to be updated too.

Note 2: Teams that require a UUID on assets across all grids, need to implement this themselves by extending the Grid

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions