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

Feat: provide screen stats #11

Open
gulyapulya opened this issue Nov 7, 2022 · 4 comments · May be fixed by #16
Open

Feat: provide screen stats #11

gulyapulya opened this issue Nov 7, 2022 · 4 comments · May be fixed by #16
Assignees

Comments

@gulyapulya
Copy link

Would be great to collect such information such as screen time per user for every course work which mainly requires working in vscode (many programming courses) to get an idea of average hours per week per course and maybe personal screen hours stats. Can check if the user is actively working and disable timer if the person has not been typing anything for more than 20 mins (tbd).

@humphd
Copy link
Contributor

humphd commented Nov 8, 2022

This is a neat idea, and would support what's needed for #6. I bet we can borrow something from existing extensions in the marketplace that do similar things.

@catherine-leung
Copy link

this would be really useful info actually.

@batunpc
Copy link

batunpc commented Dec 8, 2022

I have never done a vs code extension but I’m working on this as part of release 0.4 🎉

@humphd
Copy link
Contributor

humphd commented Dec 8, 2022

@batunpc awesome. I would suggest that you start small. Begin by collecting one stat (maybe lines of code edited per hour, or characters typed per minute, or something). Get the basics working in this first PR, and we can expand it once we understand more about how this should work.

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 a pull request may close this issue.

4 participants