Skip to content

Commit 5ca0b79

Browse files
authored
chore: clarify that concentric streets are no longer used (#530)
1 parent 9492a56 commit 5ca0b79

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

web/template/adminroot.templ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ templ AdminRoot(deployment, versionName, versionRef string) {
4747
</li>
4848
<li>
4949
<a href="/ims/app/admin/streets">
50-
Event Concentric Streets
51-
</a>
50+
<s>Event Concentric Streets</s>
51+
</a> - no longer used as of late 2025
5252
</li>
5353
<li>
5454
<a href="/ims/app/admin/destinations">

web/template/adminroot_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/template/adminstreets.templ

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ templ AdminStreets(deployment, versionName, versionRef string) {
2929
@LoadingOverlay()
3030
@ErrorInfo()
3131
<p>
32-
<strong>IMPORTANT</strong>: this page/the API does not permit editing or removing streets once they've been added. Further edits must be
33-
done via SQL against the IMS database. Get it right the first time!
32+
<strong>IMPORTANT: as of late 2025, these concentric streets are no longer used by IMS, since addresses are now only free-form strings.</strong>
3433
</p>
3534
<p>Each new street must be added with an identifying integer. That ID dictates the order that streets are shown on the Incident page.</p>
3635
<div class="row" id="event_streets_container">

web/template/adminstreets_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)