Dashboard
View, manage, and analyze all your worklog entries in one clear dashboard.
🚀 Dashboard URL
app.autotrack.dev →Logging In
- Go to app.autotrack.dev
- Click "Sign In" in the top right
- Enter your email and password
- You're now logged in and see your dashboard
Don't have an account yet? Click Sign Up to create one. It's free and only takes 30 seconds!
Dashboard Overview
The dashboard consists of different sections:
📊 Overview
The main page shows your worklog entries with:
- All entries in chronological order
- Project name, task description, and duration
- Date and time of the entry
- Total hours worked per day/week/month
🔑 API Key
Generate and manage your API keys for:
- Chrome Extension authentication
- npm package authentication
- Custom integrations
Keep your API keys safe and never share them with others!
💳 Billing
Manage your subscription and payments:
- View your current plan (Free, Pro, Team)
- Upgrade or downgrade your subscription
- View payment history
- Update payment method
📧 Email Reports
Configure automatic email reports:
- Weekly summaries of your worked hours
- Monthly reports per project
- Custom recipients (yourself, your team, clients)
- AI-generated summaries of your work
Viewing Worklog Entries
Overview
The worklog table shows all your entries with the following information:
Column | Description |
---|---|
Date | When the entry was logged |
Project | Name of the project/repository |
Task | Description of the work (commit message or manual entry) |
Duration | How much time was spent (e.g. "1h 30m") |
Source | How the entry was created (Git, Extension, Manual) |
Filters & Search
Filter your entries to find specific information:
📅 Date Filter
- • Today
- • This week
- • This month
- • Custom date range
📁 Project Filter
- • Filter by project name
- • See only entries from 1 project
- • Multi-select possible
🔍 Search Function
- • Search in task descriptions
- • Search by keywords
- • Real-time results
🏷️ Tag Filter
- • Filter by type (feat, fix, etc.)
- • Filter by source
- • Custom tags (coming soon)
Edit Entry
- Click on an entry in the table
- Edit modal opens with all fields
- Change what you want (project, task, duration)
- Click "Save" to save the changes
Delete Entry
- Click on an entry in the table
- Click the "Delete" button
- Confirm the action
- Entry is permanently deleted
Deleted entries cannot be recovered!
Generate API Key
You need an API key for the Chrome Extension and npm package.
- Go to Dashboard → API Key
- Click "Generate New API Key"
- Copy the key immediately (you can only see it once!)
- Use the key in your extension or package configuration
Important
- You can only see the API key once after generation
- Store it securely (e.g. in a password manager)
- Never share your API key with others
- If you lose the key, generate a new one
Revoke API Key
If your API key is compromised or you want to replace it:
- Go to Dashboard → API Key
- Click "Revoke API Key"
- The old key is invalidated
- Generate a new key
- Update your extension/package with the new key
Reports & Export
View Totals
The dashboard automatically shows totals for:
Today
Hours today
This Week
Hours this week
This Month
Hours this month
Export to CSV
- Filter your entries as you want
- Click "Export to CSV"
- CSV file is downloaded
- Open in Excel, Google Sheets, or other tools
CSV export contains all visible entries with date, project, task, duration, and source.
Email Reports (Pro Feature)
With a Pro subscription you can configure automatic email reports:
- Go to Dashboard → Email Reports
- Click "Setup Email Reports"
- Configure:
- Frequency (weekly, monthly)
- Recipients (email addresses)
- Format (summary, detailed)
- Click "Save Settings"
Email reports automatically include an AI-generated summary of your work!
Keyboard Shortcuts
Shortcut | Action |
---|---|
Ctrl + K | Open search function |
N | Add new entry |
E | Edit selected entry |
Escape | Close modal or reset filters |
Troubleshooting
Entries not visible
- Refresh the page (F5)
- Check if you have the correct filters set
- Verify that entries were actually logged (check npm package / extension)
- Check the browser console for errors (F12)
Dashboard doesn't load
- Check your internet connection
- Clear browser cache and cookies
- Try a different browser
- Check status.autotrack.dev for system status
More problems? Check the full troubleshooting guide.