Esri / application-boilerplate-3x-js

Starter application that simplifies the process of building templates for the ArcGIS.com template gallery.
https://developers.arcgis.com/javascript/
Apache License 2.0
90 stars 68 forks source link

Error handling (4masterts) #111

Closed nicksenger closed 7 years ago

nicksenger commented 7 years ago

The typescript boilerplate is currently failing silently for me somewhere in boilerplate.init()

I'm going to refactor this a bit and add some error handling to the asynchronous code so that I can use it in the embedded group gallery. Will make a PR to this repo when finished.

driskull commented 7 years ago

Yeah, it's in progress. Complete rewrite going on at this time.

Once that's done. I still need to figure out how to make this more "updatable", support handling more than one group/webmap/webscene and redesign error UI using calcite.

nicksenger commented 7 years ago

@driskull

Okay, great. I just spoke with Kelly and for now I am going to get the group embedded gallery working by making some changes to the existing boilerplate where necessary, then port it over to your rewrite when that is ready.

I'll push up any changes that I make to a separate branch or something in case it helps with the rewrite at all.

driskull commented 7 years ago

👍 thanks