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

User Activity Tracking #179

Open
8 tasks
git-union bot opened this issue May 25, 2024 · 0 comments
Open
8 tasks

User Activity Tracking #179

git-union bot opened this issue May 25, 2024 · 0 comments

Comments

@git-union
Copy link
Contributor

git-union bot commented May 25, 2024

User Activity Tracking

As a user, I want an AI tool that monitors my screens and tracks my daily activities, so that I can have summarized reports of what I did during the day.

Acceptance Criteria

  • The AI tool can track open applications and visited websites.
  • The AI tool can capture text-based activities such as document editing or email writing.
  • The AI tool can categorize activities into predefined groups (e.g., work, social media, entertainment).
  • The AI tool provides the option to manually add, edit, or delete recorded activities.
  • The AI tool generates a concise summary of daily activities.
  • The AI tool respects user's privacy with encrypted logs and opt-in data sharing.
  • User can access the summary report through a web dashboard.
  • The AI tool can be paused or stopped by the user at any time.
sequenceDiagram 
 participant User as User 
 participant AITool as AI Tool 
 participant Dashboard as Web Dashboard 
 User->>AITool: Enable tracking 
 AITool->>AITool: Monitor activities 
 AITool->>Dashboard: Send summary data 
 User->>Dashboard: Request summary report 
 Dashboard->>User: Display report 
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants