Allow disabling text transforms in UI
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 108
- Avg merge
- 8d 9h
- Merged PRs (30d)
- 7
Description
Graph Explorer has a useful feature that will:
* Allow the user to rename a label/type for vertices and edges
* Substitute in short prefixes in long RDF URIs
This improves the readability of Graph Explorer and reduces clutter in the UI. However, it is sometimes useful to see the actual values from the database rather than the shortened version.
We should add a toggle of some kind to the UI to disable the text transforms.
Contributor guide
Research direction
Start by locating the Graph Explorer UI code that applies vertex and edge label renaming and RDF URI prefix substitution. Trace how those transformed values reach the display components, then add a user-facing toggle whose disabled state shows the original database values; done means both transformations can be turned off in the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100