Step 2: Explore Councils — Digital Planning Register Walkthrough
Browse the list of configured councils and understand the multi-council model
Great! You've deployed the demo
Now let's walk through what you just deployed and see it in action.
Start WalkthroughChoose your next step
Generate Evidence Pack
Create your business case documentation with what you've learned.
Generate Evidence PackWalkthrough progress
Step 2 of 4 • 3 minutes
Explore Councils
Browse the list of configured councils to see how the register serves multiple local authorities from a single application.
Screenshot updating - please check back soon
Expected outcome
- Council selection page shows multiple configured councils
- Each council has its own dedicated section
- Per-council routing is visible in the URL structure
Understanding the multi-council model
-
Browse the council list
The homepage shows the councils configured in this register instance. Each council has its own data source — a BOPS API endpoint that provides planning application data.
The register is pre-configured with 9 councils:
- Barnet
- Buckinghamshire
- Camden
- Gateshead
- Lambeth
- Medway
- Newcastle
- Southwark
- South Gloucestershire
-
Select a council
Click on any council to enter their planning register. Notice the URL changes to include the council name — each council gets its own namespace (e.g.,
/camden/). -
Understand the architecture
Each council's data comes from their own BOPS API. The register is a read-only aggregation layer — it doesn't store any data itself. This means:
- No database to manage or back up
- Data is always fresh from the source system
- New councils can be added by configuring a new API endpoint
- The register scales independently of the back-office systems