Skip to main content

The Home dashboard

The Home dashboard is your command center on the web — the page Latte opens to after you sign in. It lays your day out across three panels: your groups and conversations on the left, your courses in the middle, and your calendar and tasks on the right.

  1. Sign in on the web. Latte opens straight to the Home dashboard, so there's nothing to click to get here.

    Screenshot coming soon
    The three-panel Home dashboard: Chat and groups on the left, Activities in the center, Calendar/Todos tabs on the right
    Capture spec (for maintainers)
    {
      "id": "web.today-and-home.the-home-dashboard.overview",
      "platform": "web",
      "route": "/",
      "actions": [
        {
          "pom": {
            "page": "HomePage",
            "call": "waitForDashboard"
          }
        }
      ]
    }
  2. On the left, under Chat, you'll find every group and private conversation you're part of. Click any one to open it.

  3. Still on the left, click the school-and-people icon next to Chat to open Explore your school's groups — a list of public groups from schools you've verified, ready to Join without an invite.

  4. In the center, the Activities panel shows every course you're registered for. Click a course to open its dashboard, or use the schedule entry to review and edit your timetable.

  5. On the right, switch between two tabs. Calendar shows today at a glance in day view; Todos lists your open tasks, and the badge on the tab counts how many are still to do.

    Screenshot coming soon
    The right-hand panel switched to the Todos tab, showing the open task list and the count badge
    Capture spec (for maintainers)
    {
      "id": "web.today-and-home.the-home-dashboard.todos-tab",
      "platform": "web",
      "route": "/",
      "actions": [
        {
          "click": {
            "text": "Todos"
          }
        }
      ]
    }
On the Latte desktop app

The desktop app opens to the same Home dashboard, laid out identically.

tip

The mobile app doesn't have this three-panel dashboard — its equivalent landing is the Today tab, which focuses on the day's schedule alone.