Navigation and Toolbar¶
Top Toolbar¶
The main app toolbar is icon-based with hover titles.
Common toolbar destinations:
- Home
- Documentation
- Parcel Map
- Parcels List and Filter
- Search Parcels
- Create Parcel (staff edit mode path)
- Bulk Upload
- Download Parcels
- Parcel Statistics (internal/staff)
- Parcel Reports (internal/staff)
- Admin Panel (staff)
- Profile / Login / Logout
Admin Toolbar¶
Django admin pages include a matching icon toolbar for quick transitions to:
- Home
- Documentation
- Parcel map/list/upload/download
- Statistics/reports
- Admin home
Selection Behavior Across Pages¶
Selection is shared by a tab-scoped session store (sessionStorage):
- Select on map -> list checkboxes reflect selection
- Select on list/search -> map highlight reflects selection
- Selection is kept while navigating between URLs in the same browser tab
- Different browser tabs can keep different selection sets