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 action = "Incomplete Pending Applicant" and marked_by = "Allison Riemer" 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)

stage 3

  • Unknown 3
  • Completeness Review 2
  • ness Review 1

permit_type 2

  • Planning 4
  • Other 2

marked_by 1

  • Allison Riemer · 6 ✖

action 1

  • Incomplete Pending Applicant · 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
446 446 446 37 2614 TELEGRAPH Ave ZP2024-0027 Unknown Incomplete Pending Applicant 2025-03-26 TBD Allison Riemer   Complete accela 2026-03-28 16:26:45 Planning
444 444 444 37 2614 TELEGRAPH Ave ZP2024-0027 Unknown Incomplete Pending Applicant 2025-01-17 Allison Riemer Allison Riemer   Complete accela 2026-03-28 16:26:45 Planning
344 344 344 26 2298 DURANT Ave ZP2024-0126 ness Review Incomplete Pending Applicant 2024-10-04 TBD Marked as Incomplete Pending Applicant on 10/04/2024 by Allison Riemer Allison Riemer   Complete accela 2026-03-28 16:22:27 Planning
441 441 441 47 1850 BERRYMAN St ZP2023-0063 Unknown Incomplete Pending Applicant 2023-06-14 Katrina Lapira Allison Riemer   Complete accela 2026-03-28 16:26:45 Planning
39 39 39 127 2820 San Pablo P2022-0038 Completeness Review Incomplete Pending Applicant 2022-08-10   Allison Riemer   Complete accela 2026-03-28 16:22:26 Other
37 37 37 127 2820 San Pablo P2022-0038 Completeness Review Incomplete Pending Applicant 2022-05-06   Allison Riemer   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.271ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS