{{ _('Welcome to TimeTracker') }}

{{ _("Let's get you set up in just a moment") }}

🎉 {{ _('Thank you for choosing TimeTracker!') }}

{{ _('Your data stays on your server, and you have complete control.') }}

🔌 {{ _('Integration Setup (Optional)') }}

{{ _('Configure OAuth credentials now to enable calendar and other integrations. You can also configure these later in Admin → Settings.') }}

{{ _('Get these from') }} {{ _('Google Cloud Console') }}

{{ _('How to get Google Calendar OAuth credentials?') }}
  1. {{ _('Go to') }} {{ _('Google Cloud Console') }}
  2. {{ _('Create a new project or select an existing one') }}
  3. {{ _('Enable the Google Calendar API') }}
  4. {{ _('Go to Credentials → Create Credentials → OAuth 2.0 Client ID') }}
  5. {{ _('Set application type to "Web application"') }}
  6. {{ _('Add authorized redirect URI:') }} {{ url_for('integrations.oauth_callback', provider='google_calendar', _external=True) }}
  7. {{ _('Copy the Client ID and Client Secret') }}

📊 {{ _('Help Us Improve (Optional)') }}

{{ _('What data is collected?') }}

✓ {{ _('What we collect:') }}

  • {{ _('Anonymous installation fingerprint (hashed)') }}
  • {{ _('Application version & platform info') }}
  • {{ _('Feature usage statistics') }}
  • {{ _('Internal numeric IDs only') }}

✗ {{ _("What we DON'T collect:") }}

  • {{ _('No usernames or emails') }}
  • {{ _('No project names or descriptions') }}
  • {{ _('No time entry data or notes') }}
  • {{ _('No client or business data') }}
  • {{ _('No IP addresses or PII') }}

{{ _('Why?') }} {{ _('Anonymous usage data helps us prioritize features and fix issues.') }} {{ _('You can change this anytime in') }} {{ _('Admin → Settings') }} ({{ _('Privacy & Analytics section') }}).

{{ _('By continuing, you agree to use TimeTracker under the') }} {{ _('GPL-3.0 License') }}