mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1663] Feature [GitHub Externship]: Graphical Interface for API Response Visualization #525
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @soumallyadev07 on GitHub (May 20, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1663
Is your feature request related to a problem? Please describe.
When the response data is large and consists of multiple dictionaries and sub-dictionaries, it is very difficult to understand and use the data. Due to this, the subsequent development gets delayed or the code gets complicated to match the complexity of the response object.
Describe the solution you'd like
Since we can't change the response object as it will corrupt the data our user is trying to get or understand, we can try and make a beautiful visualization of the response using a hierarchical collapsable drawer-like graphical interface so that the user can minimize the necessary parts of the response and focus only on the parts important to them, this will also help them easily understand the relationship between different data points and their parenthood or children.
Describe alternatives you've considered
I've seen on different websites like Postman where they try to visualize the data and display it as HTML but it has never really helped me understand the data better.
Additional context

Adding a visual component might help developers to accelerate their development and not spend much time making sense out of their data.
@liyasthomas commented on GitHub (May 20, 2021):
Please submit your proposal under Discussions > GitHub category