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

Differentiate payment pointers from same origin #28

Open
sharon-wang opened this issue Jun 5, 2020 · 3 comments
Open

Differentiate payment pointers from same origin #28

sharon-wang opened this issue Jun 5, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@sharon-wang
Copy link
Member

sharon-wang commented Jun 5, 2020

If a site has multiple payment pointers, e.g. Twitch, the user might want to know which creators' payment pointers they're actually contributing to.

Example data:

	{
		"origin":"https://www.twitch.tv",
		"isMonetized":true,
		"originVisitData":{
			"timeSpentAtOrigin": 4723893,
			"numberOfVisits": 2,
			"dateOfFirstVisit": "2020-05-15",
			"dateOfMostRecentVisit": "2020-05-27"
		},
		"paymentPointerMap":{
			"https://www.twitch.tv/nasa":{
				"paymentPointer":"$spsp.coil.com/twitch/nasa",
				"sentAssetsMap":{
					"XRP":{
						"amount":5351,
						"assetScale":9,
						"assetCode":"XRP"
					}
				}
			},
			"https://www.twitch.tv/xqcow":{
				"paymentPointer":"$spsp.coil.com/twitch/xqcow",
				"sentAssetsMap":{
					"XRP":{
						"amount":11442,
						"assetScale":9,
						"assetCode":"XRP"
					}
				}
			}
		}
	}
@sharon-wang
Copy link
Member Author

It would be interesting if data could be associated to the payment pointer in the meta tag, i.e. a creator ID or name, so that you can easily tell whose payment pointer it is.

@sharon-wang sharon-wang added enhancement New feature or request next steps labels Jun 5, 2020
@sharon-wang
Copy link
Member Author

sharon-wang commented Nov 20, 2020

@vezwork I believe this issue has been handled in #84 (discussion in #17). Can you confirm and close this issue if that assumption is correct?

@sharon-wang
Copy link
Member Author

I don't think the issue description for this was very well-written, that is my bad!

I believe we were discussing how it would be more meaningful to the user to know which Twitch creators they are supporting via WM in the Akita UI, versus just seeing how much payment they've streamed to Twitch overall. Web Monetized YouTube videos would be another case where the user could find more value in knowing which creators they were supporting, versus sending payment to the YouTube origin overall.

This would require making a UI change and we would need to map payment pointers to specific creators. We might consider adding this detail to the "on hover" display for Top Monetized Sites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant