diff --git a/2024/better-ux-popups/README.md b/2024/better-ux-popups/README.md new file mode 100644 index 0000000..a6708fb --- /dev/null +++ b/2024/better-ux-popups/README.md @@ -0,0 +1,13 @@ +# Presentation Resources + +PDF of Slides: https://github.com/lboyd93/DevSummit-Presentations/blob/main/2023/better-ux-popups/BetterUXPopups-Slides.pdf + +## Webmaps +- Bird Observations (Related Records): https://jsapi.maps.arcgis.com/home/item.html?id=2ef5abd6e16a4704aa3077bc49a2bd0b +- Canadian Wheat Production (Arcade Chart): https://jsapi.maps.arcgis.com/apps/mapviewer/index.html?webmap=65c114a0326b4d92b3860e3bc633e273 +- San Diego Crimes (Complex Arcade chart): https://jsapi.maps.arcgis.com/apps/mapviewer/index.html?webmap=2ff8eab744fd425fa2e015d0a75fea0f + +## Live Links + + - Update Webmap's Popup Demo: https://lboyd93.github.io/DevSummit-Presentations/2023/better-ux-popups/update-popup/final/ + - Related Records Demo: https://lboyd93.github.io/DevSummit-Presentations/2023/better-ux-popups/relationships diff --git a/2024/images/BetterUXPopups.png b/2024/images/BetterUXPopups.png new file mode 100644 index 0000000..4f5c292 Binary files /dev/null and b/2024/images/BetterUXPopups.png differ diff --git a/README.md b/README.md index bc41fc4..ab7b4b8 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,23 @@ # Esri Developer Summit Presentations This repository contains all the resources used for Esri Developer Summit presentations that I have authored and coauthored. +## 2024 + +### ArcGIS Maps SDK for JavaScript: Better UX with Popups +_CoAuthored with Lauren Ballantyne_ + +![Better UX Popups Title Slide](/4/images/BetterUXPopups.png) + +In this session, you’ll learn how to utilize recently added features in the Map Viewer and the ArcGIS Maps SDK for JavaScript that allow you to modify the popup’s appearance and behavior. We’ll cover how to configure different elements within the pop-up, work with Arcade, display charts, and more to modify the look and feel the of the popup to meet your application’s requirements. + +#### Page with links to [Demos](https://lboyd93.github.io/DevSummit-Presentations/2024/better-ux-popups/) + ## 2023 ### ArcGIS Maps SDK for JavaScript: Better UX with Popups _CoAuthored with Lauren Ballantyne_ -![Data From Anywhere Title Slide](/2023/images/BetterUXPopups.png) +![Better UX Popups Title Slide](/2023/images/BetterUXPopups.png) In this session, you’ll learn how to utilize recently added features in the Map Viewer and the ArcGIS Maps SDK for JavaScript that allow you to modify the popup’s appearance and behavior. We’ll cover how to configure different elements within the pop-up, work with Arcade, display charts, and more to modify the look and feel the of the popup to meet your application’s requirements.