Remove NodeView from Aboutcode-Manager - #255
Merged
Merged
Conversation
steven-esser
force-pushed
the
remove-node-view
branch
from
June 1, 2018 22:39
0dea5dc to
851048a
Compare
The nodeView has been deemed an inadequate way to view and manipulate large amounts of data. Typical AboutCode-Manager workflows often incorporate large amounts of data, so the nodeView will be removed. We may reexamine this feature if there is renewed community interest. Signed-off-by: Steven Esser <sesser@nexb.com>
steven-esser
force-pushed
the
remove-node-view
branch
from
June 1, 2018 22:39
851048a to
1ff407d
Compare
Contributor
Author
|
After local testing, nothing seems to be broken from this change so I will merge. |
This was referenced Jun 2, 2018
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The nodeView is being deprecated because it is not a practical tool except for very small codebases, especially compared to the Table View. The current version only displayed limited information about a node and we could not come up with a good way to add more data elements without making the navigation and presentation very more difficult. Another key point is that the Tree View within the Table View already provides a good way to navigate the "normal" hierarchical structure of any codebase.
We may reexamine this feature if there is renewed community interest.
Signed-off-by: Steven Esser sesser@nexb.com