aws/graph-explorer

Add all button for bundle results

开放

#1,221 创建于 2025年10月6日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (88 个派生)auto 404
good first issuequery editorusability

仓库指标

星标
 (456 个星标)
PR 合并指标
 (平均合并 3天 9小时) (30 天内合并 41 个 PR)

描述

When a user query results in a bundle that contains graphable entities it would be nice to have an "Add all to graph" button on the bundle. So if the bundle contained an edge and two vertices it would add all of those in one click.

Requirements

  • Do not show the add all button when no graphable entities are within the bundle
  • When a subset of bundle entities are added
    • The button should be an add button
    • When clicked it adds the remaining entities
  • When all entities are added to the graph already
    • The button should be a remove all button
    • When clicked it should remove all entities from the graph that are in the bundle

贡献者指南