Handover workspace

ERS, Todo, OfferReview, and Docu in one view

Imported from live server docs, code structure, and deployment notes.

Apr 3, 2026, 11:07 AM

Todo

Page Walkthrough

No extra notes for this page.

_generated/05-page-walkthrough.md

Updated Apr 3, 2026, 11:07 AM

Page Walkthrough

Overview

  • Page count: 13
  • Screenshot capture key space: todo

Page Index

RouteTitleAccessFile
/Daily Log Dashboardauthenticatedsrc/app/page.tsx
/analyticsAnalytics Overviewauthenticatedsrc/app/analytics/page.tsx
/analytics/monthlyMonthly Analyticsauthenticatedsrc/app/analytics/monthly/page.tsx
/analytics/weeklyWeekly Analyticsauthenticatedsrc/app/analytics/weekly/page.tsx
/calendarCalendarauthenticatedsrc/app/calendar/page.tsx
/loginLoginpublicsrc/app/login/page.tsx
/planningPlanningauthenticatedsrc/app/planning/page.tsx
/settings/automationAutomation Settingsauthenticatedsrc/app/settings/automation/page.tsx
/settings/categoriesCategory Settingsauthenticatedsrc/app/settings/categories/page.tsx
/settings/projectsProject Settingsauthenticatedsrc/app/settings/projects/page.tsx
/settings/teamTeam Settingsauthenticatedsrc/app/settings/team/page.tsx
/setupInitial Setuppublicsrc/app/setup/page.tsx
/teamTeam Overviewauthenticatedsrc/app/team/page.tsx

Daily Log Dashboard

  • Route: /
  • Access: authenticated
  • Source file: src/app/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Daily execution dashboard for logging work, reviewing today, and tracking actual effort. No extra notes for this page.

Analytics Overview

  • Route: /analytics
  • Access: authenticated
  • Source file: src/app/analytics/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Analytics overview that summarizes activity patterns and execution trends. No extra notes for this page.

Monthly Analytics

  • Route: /analytics/monthly
  • Access: authenticated
  • Source file: src/app/analytics/monthly/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Monthly reporting page for comparing work patterns over a longer planning horizon. No extra notes for this page.

Weekly Analytics

  • Route: /analytics/weekly
  • Access: authenticated
  • Source file: src/app/analytics/weekly/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Weekly analytics page focused on short-horizon trends and output rhythm. No extra notes for this page.

Calendar

  • Route: /calendar
  • Access: authenticated
  • Source file: src/app/calendar/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Calendar-style view of logged activity history. No extra notes for this page.

Login

  • Route: /login
  • Access: public
  • Source file: src/app/login/page.tsx
  • Audience: Anyone with a link or account
  • Purpose: Primary sign-in page for returning users. No extra notes for this page.

Planning

  • Route: /planning
  • Access: authenticated
  • Source file: src/app/planning/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Planning page for allocating expected time across categories and projects. No extra notes for this page.

Automation Settings

  • Route: /settings/automation
  • Access: authenticated
  • Source file: src/app/settings/automation/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Operational settings for exports and automated behaviors. No extra notes for this page.

Category Settings

  • Route: /settings/categories
  • Access: authenticated
  • Source file: src/app/settings/categories/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Configuration page for the activity categories users log against. No extra notes for this page.

Project Settings

  • Route: /settings/projects
  • Access: authenticated
  • Source file: src/app/settings/projects/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Configuration page for projects and project-level tracking labels. No extra notes for this page.

Team Settings

  • Route: /settings/team
  • Access: authenticated
  • Source file: src/app/settings/team/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Team administration page for roles, membership, and collaboration settings. No extra notes for this page.

Initial Setup

  • Route: /setup
  • Access: public
  • Source file: src/app/setup/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: First-run account creation page used before the initial owner account exists.
  • This page is only relevant before the first account is created.

Team Overview

  • Route: /team
  • Access: authenticated
  • Source file: src/app/team/page.tsx
  • Audience: Individual contributors, Team leads, Leadership
  • Purpose: Team overview page for shared visibility across members and activity. No extra notes for this page.