- 
                Notifications
    You must be signed in to change notification settings 
- Fork 364
Align text table display of nodes with cypher shell #1879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! ⭐ See review comments for some details to look over. Also I think for these kind of functions with a lot of logic, and since unit tests are rather cheap to run, it would be good to have more unit tests, apart from the path with multiple nodes we talked about, make sure that all paths in the recordToStringArray and stringifyNodeRelationshipOrPath are covered.
        
          
                src/browser/modules/Stream/CypherFrame/__snapshots__/AsciiView.test.tsx.snap
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | @eijawerner thanks for the review everything is updated now | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⭐
* updates the text table and csv content for cypher frames * fix type error * update unit test * handle cypher map type * fix tests * update e2e test * update e2e test * fix e2e tests * updare snapshot * update ascii view function to map records * fix tests * update after review * missed optional length
Adds labels and types to nodes and relationships respectively in the text table for a cypher frame. This look is more aligned with cypher shell than the previous one which only showed properties.