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

5 rows where action = "Application Complete" and marked_by = "Unknown" sorted by event_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: assigned_to, stage_status, imported_at, event_date (date), imported_at (date)

permit_type 2

  • Planning 4
  • Other 1

stage 1

  • Completeness Review 5

marked_by 1

  • Unknown · 5 ✖

action 1

  • Application Complete · 5 ✖
Link rowid id project_id address permit_number stage action event_date ▲ assigned_to marked_by comment stage_status source imported_at permit_type
390 390 390 5 2425 Durant Ave ZP2024-0162 Completeness Review Application Complete 2025-12-26 TBD Unknown   Unknown accela 2026-03-28 16:22:27 Planning
403 403 403 6 2029 UNIVERSITY ZP2024-0181 Completeness Review Application Complete 2025-06-03 TBD Unknown   Unknown accela 2026-03-28 16:22:27 Planning
250 250 250 124 2442 Haste ZP2024-0070 Completeness Review Application Complete 2024-10-08 Waqar Shah Unknown   Complete accela 2026-03-28 16:22:27 Planning
111 111 111 123 2037 Durant ZP2023-0064 Completeness Review Application Complete 2024-03-29 Claudia Garcia Unknown   Complete accela 2026-03-28 16:22:27 Planning
23 23 23 134 2480 BANCROFT DRCF2023-0005 Completeness Review Application Complete 2023-09-12 TBD Unknown   Complete accela 2026-03-28 16:22:26 Other

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