apache / apache/age-viewer

Properties not showing in Age Viewer for any graph

Open
#148 1 comment 1 reaction 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
387
Forks
268
PR merge metrics
No merged PRs in 30d

Description

### Describe the bug
When I navigate to the Age Viewer page for any graph, the properties section is blank, even though there are nodes in the graph with properties.

### To Reproduce

Open the Age Viewer for any graph.
Navigate to the Properties section.
Observe that the section is blank, even though there are nodes in the graph with properties.
### Expected behavior
When I navigate to the Age Viewer page for a specific graph, the properties section should show the properties of nodes in the graph.

### Screenshots
N/A

### Desktop (please complete the following information):

OS: macOS 10.15.7
Browser: Chrome 90.0.4430.212
Version: N/A
### Additional context
I've tried to track down the source of the problem, and it seems that the getPropertyKeys() function in the age-viewer/backend/src/services directory may not be responding correctly. When I call the function directly, it doesn't seem to be returning any results.

Any help or guidance on how to resolve this issue would be greatly

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by searching age-viewer/backend/src/services for getPropertyKeys() and trace how its result reaches the Age Viewer Properties section. Reproduce the issue with a graph containing node properties, then verify that the section displays those properties when the function returns data.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.