Skip to content
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

[#noissue][FE] fix: filtermap scatter to transactionList bug fix #11535

Conversation

BillionaireDY
Copy link
Contributor

Fixes bugs that occur when dragging a scatter chart on the filterMap page.

@BillionaireDY BillionaireDY force-pushed the fix-filtermap-scatter-transaction branch from 9d6b0a1 to 39a5ae3 Compare September 29, 2024 10:24
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.04%. Comparing base (3ba381a) to head (70f2ed9).
Report is 20 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #11535      +/-   ##
============================================
- Coverage     37.06%   37.04%   -0.02%     
- Complexity    12215    12230      +15     
============================================
  Files          4035     4041       +6     
  Lines         98934    99056     +122     
  Branches      10433    10437       +4     
============================================
+ Hits          36667    36700      +33     
- Misses        59283    59370      +87     
- Partials       2984     2986       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -52,7 +52,8 @@
},
"TRANSACTION_LIST": {
"SELECT_TRANSACTION": "Select your transaction",
"TRANSACTION_RETRIEVE_ERROR": "Transaction information is missing<br>Will go to Main"
"TRANSACTION_RETRIEVE_ERROR": "Transaction information is missing.",
"TRANSACTION_RETRIEVE_ERROR_DESC": "Currently, there is no data available from the parent tab. Please try again from the parent tab. (If you close this dialog, you will be redirected to the main page.)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This message will ever be shown to the user only when they try getting to the transaction-list page via url without dragging the scatter chart from the server-map page. So the meaning of the word parent tab might not be clear to the user. How about suggesting them to start it over from the server-map page?

Suggested change
"TRANSACTION_RETRIEVE_ERROR_DESC": "Currently, there is no data available from the parent tab. Please try again from the parent tab. (If you close this dialog, you will be redirected to the main page.)"
"TRANSACTION_RETRIEVE_ERROR_DESC": "Please start it over from the server-map page. (If you close this dialog, you will be redirected to the server-map page.)"

@BillionaireDY BillionaireDY force-pushed the fix-filtermap-scatter-transaction branch from 93e8348 to 70f2ed9 Compare October 7, 2024 02:34
@BillionaireDY BillionaireDY merged commit 7ec7777 into pinpoint-apm:master Oct 7, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants