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

Store daily visit data that identifies monetized/non-monetized time spent #26

Closed
sharon-wang opened this issue Jun 4, 2020 · 3 comments
Labels
data Akita extension data storage, retrieval, organization wontfix This will not be worked on

Comments

@sharon-wang
Copy link
Member

  • store visit data (time spent, date of visit, etc.) per day
  • whether the visit time involved streaming payment or not
@sharon-wang
Copy link
Member Author

rough notes

	// add map to payment pointer of origin visit data entries
	// AkitaOriginVisitData could have properties like
	// monthMap = {
	// 	'2020-01': {
	// 	timeSpent: ...,
	// 	numberOfVisits: ...
	// 	}
	// }
	// date of first visit = ...
	// date of most recent visit = ..

@vezwork
Copy link
Member

vezwork commented Oct 18, 2020

May be related to #79, it also has to do with identifying between monetized / non-monetized time spent on the same origin.

@sharon-wang sharon-wang changed the title Store historical visit data that identifies monetized/non-monetized time spent Store daily visit data that identifies monetized/non-monetized time spent Dec 28, 2020
@sharon-wang sharon-wang added the data Akita extension data storage, retrieval, organization label Apr 4, 2021
@vezwork
Copy link
Member

vezwork commented Apr 9, 2021

This is related to tracking and displaying historical data, which @sharon-wang and I have decided not to work on.

@vezwork vezwork closed this as completed Apr 9, 2021
@vezwork vezwork added the wontfix This will not be worked on label Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Akita extension data storage, retrieval, organization wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants