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

9 rows where action = "Finaled" sorted by event_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

stage 6

  • Inspection 3
  • Building Permit 2
  • Building Electrical Mechanical Plumbing Permit 1
  • Building Permit (Demolition) 1
  • Electrical Permit 1
  • Stage: Fire CofO Review 1

marked_by 3

  • Freddie Mares 2
  • Robert Hall 1
  • SR 1

permit_type 2

  • Building 5
  • Planning 4

action 1

  • Finaled · 9 ✖
Link rowid id project_id address permit_number stage action event_date ▲ assigned_to marked_by comment stage_status source imported_at permit_type
727 727 958 150 3030 TELEGRAPH Ave ZP2022-0170 Inspection Finaled 2026-01-27   Freddie Mares   Complete accela 2026-03-30 03:27:10 Planning
743 743 974 150 3030 TELEGRAPH Ave ZP2022-0170 Inspection Finaled 2025-08-25   Freddie Mares   Complete accela 2026-03-30 03:27:10 Planning
673 673 760 161 2555 COLLEGE Ave ZP2022-0019 Stage: Fire CofO Review Finaled 2025-07-25   SR   Active accela 2026-03-30 03:14:27 Planning
755 755 986 150 3030 TELEGRAPH Ave ZP2022-0170 Inspection Finaled 2017-12-20   Robert Hall   Complete accela 2026-03-30 03:27:10 Planning
427 427 427 13 2420 SHATTUCK AVE B2016-01435 Building Electrical Mechanical Plumbing Permit Finaled 2016-03-29       Finaled accela_building 2026-03-28 16:22:35 Building
428 428 428 13 2420 SHATTUCK AVE B2016-00787 Electrical Permit Finaled 2016-02-23       Finaled accela_building 2026-03-28 16:22:35 Building
432 432 432 7 2601 SAN PABLO AVE B2015-00364 Building Permit (Demolition) Finaled 2015-12-13       Finaled accela_building 2026-03-28 16:22:35 Building
429 429 429 13 2420 SHATTUCK AVE B2015-06033 Building Permit Finaled 2015-12-11       Finaled accela_building 2026-03-28 16:22:35 Building
430 430 430 13 2420 SHATTUCK AVE B2015-05395 Building Permit Finaled 2015-11-04       Finaled accela_building 2026-03-28 16:22:35 Building

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 131.73ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS