home / berkeley_housing_map

Permit Timeline Events (755)

Processing events from Accela - completeness reviews, corrections, approvals, hearings

Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS

id
Event ID
project_id
Link to projects table
address
Project address
permit_number
Permit number (ZP2023-0001 format)
stage
Processing stage (Completeness Review, Application Processing, CEQA, etc.)
action
Action taken (Application Complete, Corrections Issued, Approved, etc.)
event_date
Date of event
assigned_to
Staff assigned
marked_by
Staff who recorded the event
comment
Staff comments
stage_status
Stage completion status
source
Data source (accela)
imported_at
When data was imported
permit_type
Type of permit

6 rows where stage = "Application Submittal" sorted by event_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: project_id, address, permit_number, imported_at, event_date (date), imported_at (date)

marked_by 5

  • ADM 1
  • Chandra Vogt 1
  • KM 1
  • RLW 1
  • Ta 1

permit_type 3

  • Planning 4
  • Building 1
  • Unknown 1

action 2

  • Plan Distribution 5
  • Complete 1

stage 1

  • Application Submittal · 6 ✖
Link rowid id project_id address permit_number stage action event_date ▲ assigned_to marked_by comment stage_status source imported_at permit_type
6 6 6 1 1750 SACRAMENTO St B2025-05534 Application Submittal Plan Distribution 2025-12-03 Mariafelisa Baber       accela 2026-03-28 16:22:26 Building
695 695 926 150 3030 TELEGRAPH Ave ZP2022-0170 Application Submittal Plan Distribution 2025-03-24   ADM   Active accela 2026-03-30 03:27:10 Planning
710 710 941 150 3030 TELEGRAPH Ave ZP2022-0170 Application Submittal Plan Distribution 2024-08-01   RLW   Active accela 2026-03-30 03:27:10 Planning
728 728 959 150 3030 TELEGRAPH Ave ZP2022-0170 Application Submittal Plan Distribution 2023-12-21   Chandra Vogt   Active accela 2026-03-30 03:27:10 Planning
674 674 778 158 1367 UNIVERSITY AVE   Application Submittal Complete 2021-09-20   Ta   Active accela 2026-03-30 03:17:35 Unknown
744 744 975 150 3030 TELEGRAPH Ave ZP2022-0170 Application Submittal Plan Distribution 2017-01-17   KM   Active accela 2026-03-30 03:27:10 Planning

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "permit_events" (
"id" INTEGER,
  "project_id" INTEGER,
  "address" TEXT,
  "permit_number" TEXT,
  "stage" TEXT,
  "action" TEXT,
  "event_date" TEXT,
  "assigned_to" TEXT,
  "marked_by" TEXT,
  "comment" TEXT,
  "stage_status" TEXT,
  "source" TEXT,
  "imported_at" TEXT,
  "permit_type" TEXT
);
CREATE INDEX idx_events_permit ON permit_events(permit_number);
CREATE INDEX idx_events_project ON permit_events(project_id);
CREATE INDEX idx_events_date ON permit_events(event_date);
Powered by Datasette · Queries took 33.855ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS