Improve building and parcel feature modals and navigation #18

Closed
opened 2026-07-23 11:09:48 +00:00 by jfig · 0 comments
Owner

Current behavior

Clicking a building opens a modal with the heading “Feature information” and only the building area. Clicking a parcel opens the same generic heading.

Desired behavior

When clicking a building

  • Do not display the label/heading “Feature information”.
  • On map that building contour changes to blue
  • Display building ID and area
  • Display a list of parcels associated with the building with areas
  • Clicking a parcel, on the modal, modal changes to that parcel modal.

When clicking a parcel

  • Do not display the label/heading “Feature information”.
  • On map that parcel contour changes to blue
  • Display parcel code and area
  • indicate, in red, if it is inhabited
  • Display a link below the parcel details to its corresponding building.
  • Clicking the building link closes the current parcel modal and opens the building modal for that building.

Acceptance criteria

  • Building modals show the associated parcel list without the “Feature information” label.
  • Parcel modals show a link to the corresponding building without the “Feature information” label.
  • Selecting that link replaces the parcel modal with the corresponding building modal.
## Current behavior Clicking a building opens a modal with the heading “Feature information” and only the building area. Clicking a parcel opens the same generic heading. ## Desired behavior ### When clicking a building - Do not display the label/heading “Feature information”. - On map that building contour changes to blue - Display building ID and area - Display a list of parcels associated with the building with areas - Clicking a parcel, on the modal, modal changes to that parcel modal. ### When clicking a parcel - Do not display the label/heading “Feature information”. - On map that parcel contour changes to blue - Display parcel code and area - indicate, in red, if it is inhabited - Display a link below the parcel details to its corresponding building. - Clicking the building link closes the current parcel modal and opens the building modal for that building. ## Acceptance criteria - Building modals show the associated parcel list without the “Feature information” label. - Parcel modals show a link to the corresponding building without the “Feature information” label. - Selecting that link replaces the parcel modal with the corresponding building modal.
jfig closed this issue 2026-07-24 03:19:22 +00:00
Sign in to join this conversation.