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 = "Resubmittal-Revision" 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 5

  • ADM 2
  • Autumn Maltbie 1
  • KM 1
  • PFS 1
  • RLW 1

action 3

  • Plan Distribution 3
  • Documents Uploaded 2
  • Go to Consolidated Comments 1

stage 1

  • Resubmittal-Revision · 6 ✖

permit_type 1

  • Planning 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
696 696 927 150 3030 TELEGRAPH Ave ZP2022-0170 Resubmittal-Revision Documents Uploaded 2026-02-24   ADM   Active accela 2026-03-30 03:27:10 Planning
713 713 944 150 3030 TELEGRAPH Ave ZP2022-0170 Resubmittal-Revision Go to Consolidated Comments 2025-01-03   PFS   Active accela 2026-03-30 03:27:10 Planning
712 712 943 150 3030 TELEGRAPH Ave ZP2022-0170 Resubmittal-Revision Plan Distribution 2024-12-17   Autumn Maltbie   Active accela 2026-03-30 03:27:10 Planning
711 711 942 150 3030 TELEGRAPH Ave ZP2022-0170 Resubmittal-Revision Plan Distribution 2024-11-04   RLW   Active accela 2026-03-30 03:27:10 Planning
729 729 960 150 3030 TELEGRAPH Ave ZP2022-0170 Resubmittal-Revision Documents Uploaded 2024-01-25   ADM   Active accela 2026-03-30 03:27:10 Planning
745 745 976 150 3030 TELEGRAPH Ave ZP2022-0170 Resubmittal-Revision Plan Distribution 2017-03-09   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 135.581ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS