extend the operations dashboard with custom widgets (and more) tif pun

19
Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Upload: melvin-wilkins

Post on 14-Jan-2016

228 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Extend the Operations Dashboardwith Custom Widgets

(and more)

Tif Pun

Page 2: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Extending the Operations Dashboardwith custom widgets

Tif Pun

Operations Dashboard

AgendaOperations Dashboard

Extend the app using JavaScript

Two Demos

Resources

Q&A

Deploy Extensions

Page 3: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Operations Dashboard

Page 4: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Operations Dashboard (30,000 feet overview)

• What is this app for?

• Managing events in real-time (e.g. Boston Marathon)

• Visualizing key performance indicators (e.g. San Diego water usage)

• What are the tools?

• Widgets (information display)

• Map tools (interact with maps)

• Feature actions (execute on feature(s))

• They can be configurable

Map Tool

Feature Action

Widget

Page 5: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Data Sources

Data Source

DataSource

DataSource

DataSource

DataSource

Feature Service/Dynamic map

service

Refresh Interval

FeatureLayer

FeatureLayer

Page 6: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Extend the app using JavaScript

Page 7: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Extend Operations Dashboard?

• What’s an extension?

-A web app hosted in your server

-Manifest + HTML (+ JavaScript + CSS)

-Either a widget, a map tool, or a feature action

-They can be configurable too

-Build them using the ArcGIS API for JS

-Code once, run in Windows and browser apps

• Some examples…

-Bomb threat map tool

-Real time video feed widget

-Drive time polygon feature action

Web Appmanifest + HTML + JavaScript

Web Server

Page 8: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Extending Operations Dashboard using Esri JavaScript API

Register

extensions

Catalog of extensions

Web ServerArcGIS organization

Admin

Publisher

User

Use extensions

Configure

extensions

Developer

Write extensions

Page 9: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Demo 1Set up the app to run in dev modeCustom list widget

Page 10: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Demo 2Emergency Response Guide map toolElevation profile widget

Page 11: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Deploy extensions

Page 12: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Make an extension available in the production environment

• Only admin can create Operations Dashboard Extension items.

Page 13: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

A few notes…

• Requirements for web server- Enable HTTPS and have a valid certificate if your org allows only HTTPS- Enable CORS for the ArcGIS organization domain

• To debug an extension from a web sever instead of localhost- Append the web server URL to the extdbg parameter

Page 14: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Extensibility Roadmap

2014 2015 2016

WindowsOperations Dashboard

WindowsOperations Dashboard

WindowsOperations Dashboard

WindowsOperations Dashboard

WebOperations Dashboard

WebOperations Dashboard

JS API

New Windows

Operations Dashboard

No More support for WPF SDK

WPF SDKWPF SDK

JS APIWPF

SDKWPF SDK

JS API

JS API

*You’re here

Page 15: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Resources

Page 16: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Where to get started?

• ArcGIS API for JavaScript?- https://developers.arcgis.com/javascript/

• Doc? - https://developers.arcgis.com/javascript/jshelp/operations-dashboard-

extensibility-overview.html

• Samples?- https://github.com/Esri/dashboard-samples

Page 17: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Upcoming Sessions for Operations Dashboard

• WEDNESDAY- 2:30 pm – Demo Theater 10 – Operations Dashboard: An Introduction

- 3:15 pm – Room 32 B – Extending Operations Dashboard (Tech Workshop)

• THURSDAY- 3:15 pm – Room 32 A – Using Operations Dashboard (Tech Workshop)

Page 18: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun

Thank you…

• Please fill out the session survey in your mobile app

• Select Extend the Operations Dashboard

• with Custom Widgets in the Mobile App- Use the Search Feature to quickly find this title

• Click “Demo Theater Survey”

• Answer a few short questions and enter any comments

Page 19: Extend the Operations Dashboard with Custom Widgets (and more) Tif Pun