-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add chrome://rewards-internals to assist with support #1174
Comments
Maybe have a field that lets us know if the private key has been corrupted or not? Rather then having users check their keys and trying to explain what a corrupted key should look like, we could have something in
Unless of course, the use case changes for Rewards and this isn't valid anymore. I'm not sure how much work this will take, but we should try adding as much useful information as possible. It will make support a lot easier and users can just copy that section from |
It doesn't look like we're showing the Last Contributed Date (for Brave Auto Contribute) anywhere on Rewards page, maybe that's a candidate to show as well? |
I agree @LaurenWags -- that should go here as support info |
I would suggest adding the details to |
I generally agree, but If we do that @srirambv , we would need to hide it under a "support info" link, don't want to surface this info at the top level of "about Brave" |
I personally think we should keep System information should always go into a single area. Asking users to grab information from I think Firefox does it best with |
See about:adblock for an example of a page that we added for some extra information for support. Mainly to see if regional adblocking is in use or not. |
@NejcZdovc @ryanml @jasonrsadler would we be able to get this in before 1.0? 😊 Would definitely help with troubleshooting |
@bsclifton probably not |
We need to find a way to get this, or something like it, in before 1.0. We do not want to be live with millions of users on rewards with no clear way of supporting them. cc: @mrose17 as it is part of the reliability/diagnosability/supportability project. |
my goal is to work on this with @tmancey's help and to have it into the development traincycle with the other brave ads work that we are doing. |
@davidtemkin adding a link for this to |
if we want a link somewhere it makes much more sense to me to have it in the rewards UI and that doesn't require any patching |
@bridiver What's important isn't where it goes. What we need is diagnostic information that a user can share with us to diagnose problems with Brave Rewards , that can easily be found and copy/pasted without inordinate effort. It can go in the Rewards UI; we'd need to figure out where/how exactly. |
Let's split this PR in 2 so we can land the important part that everyone agrees on without further discussion. Then PR the rest for a second issue to discuss the 2 possibilities. |
I agree. So let's remove link from |
Sounds good 👍 Created #3538. |
@davidtemkin my thought was just to move the link from |
The page is currently a static snapshot in time and doesn't dynamically update itself as data changes (other than if Rewards is enabled/disabled). Do we need to update dynamically or is a "snapshot" view acceptable? Another alternative could be a Refresh button, so it's obvious that the view is a snapshot. cc: @bbondy @davidtemkin |
I think we do need some way to refresh this as users can restore wallets, so if the data is a snapshot it sounds like it could potentially be out of sync with what their actual wallet info is. |
Agreed with @LaurenWags. Making it dynamic is probably ideal. It will make support more complicated as we'll also need to make sure that the data that was given to us is actually the current state and not a snapshot of a previous state which might not be as useful. Could lead to confusion in terms of support. I'm ok with having a "refresh" button if updating the information automatically is more difficult to implement. We can always ask users to hit the refresh button before submitting the data when they're receiving support. However, there's still a risk of users not listening and sharing data that was from an old Reward state if they don't hit that refresh button. |
@emerick correct me if I am wrong, but doesn't data update if you reload a page? I think we don't need refresh button if that is the case. |
Never mind saw that @emerick is already working on it in brave/brave-core#1139 |
@NejcZdovc Strangely enough, the data on the page only updates if you create a new tab; pressing the browser Reload button isn't enough to initiate it. It's relatively easy for me to add a "Refresh" button to the page, so will do that for now and then we can think about making it more dynamic down the line. |
Verification passed on
Used test plan from brave/brave-core#1139 Verification passed on
Verified passed with
|
Description
Per discussion in b-c triage meeting, we should add some Brave Rewards information to chrome://version page to assist with supporting users. Some items are:
paymentId
(this is used for support when users have wallet issues)cc @davidtemkin @NejcZdovc @brave/legacy_qa for additional ideas on Rewards items to be displayed
The text was updated successfully, but these errors were encountered: