Skip to content

Commit

Permalink
fix(feedback): fix UI flow chart in architecture doc (#12510)
Browse files Browse the repository at this point in the history
* fix(feedback): fix UI flow chart in architecture doc

* Add shim arrow

* Revert "Add shim arrow"

This reverts commit aa9528a.
  • Loading branch information
aliu39 authored Jan 29, 2025
1 parent fc33b4d commit f48c584
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,9 @@ graph TD
subgraph Sentry
issues_endpoint["/issues"]
issues_endpoint --> |"GET"| ui["Feedback UI (/feedback)"]
issues_endpoint --> |"GET"| feedback_ui["Feedback UI (/feedback)"]
report_endpoint["/user-feedback"]
report_endpoint --> |"GET"| report_ui["Issue Details UI > User Feedback"]
issues_endpoint --> |"GET"| report_ui
report_endpoint --> |"GET"| issues_ui["Issue Details UI > User Feedback"]
end
postgres --> |"queries"| report_endpoint
Expand Down

0 comments on commit f48c584

Please sign in to comment.