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 stage = "Stage: Application Processing" sorted by event_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

marked_by 4

  • Allison Riemer 2
  • Boshi Fu 1
  • Cecelia Mariscal 1
  • Katrina Lapira 1

action 2

  • Corrections - Pending Applicant 4
  • Pending Final Action 1

stage 1

  • Stage: Application Processing · 5 ✖

permit_type 1

  • Planning 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
334 334 334 92 3036 REGENT St ZP2024-0122 Stage: Application Processing Corrections - Pending Applicant 2024-12-09 Boshi Fu Marked as Corrections - Pending Applicant on 12/09/2024 by Boshi Fu Boshi Fu   Active accela 2026-03-28 16:22:27 Planning
346 346 346 26 2298 DURANT Ave ZP2024-0126 Stage: Application Processing Corrections - Pending Applicant 2024-11-20 TBD Marked as Corrections - Pending Applicant on 11/20/2024 by Allison Riemer Allison Riemer   Active accela 2026-03-28 16:22:27 Planning
301 301 301 41 2147 SAN PABLO Ave ZP2024-0096 Stage: Application Processing Corrections - Pending Applicant 2024-09-26 Allison Riemer Marked as Corrections - Pending Applicant on 09/26/2024 by Allison Riemer Allison Riemer   Active accela 2026-03-28 16:22:27 Planning
236 236 236 66 2204 DWIGHT Way ZP2024-0059 Stage: Application Processing Pending Final Action 2024-06-26 Cecelia Mariscal Marked as Pending Final Action on 06/26/2024 by Cecelia Mariscal Cecelia Mariscal   Active accela 2026-03-28 16:22:27 Planning
211 211 211 117 2317 CHANNING Way ZP2024-0033 Stage: Application Processing Corrections - Pending Applicant 2024-05-16 Katrina Lapira Marked as Corrections - Pending Applicant on 05/16/2024 by Katrina Lapira Katrina Lapira   Active accela 2026-03-28 16:22:27 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 22.2ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS