Skip to content

Add Ability To Only Display Current Branch #50

@newhavengill

Description

@newhavengill

When displaying a large tree (i.e. many nodes) the usefulness of the app slips a bit. A user has to use the scroll bars to move left/right and up/down.

Currently I have the following set up locally:

  1. Every node is collapsed by default.
  2. IgnoreWhite space is the default (@gdott9, Issue Add an option to ignore space used by collapsed nodes #35, Pull Request pending).
  3. I'm pulling in data via json feed via dataObject (@goldenhooves, Issue Added option to pass in javascript object. #24, Pull Request pending). This json was a little funky at first but I have it working.

The 3 steps above have help considerably but how can I improve the user experience if I have many nodes? I think the easiest solution would be to only allow the nodes of the current branch to be expanded. All other nodes will collapse. It's not perfect but I think at the very least, having the ability to only display the current branch is a nice feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions