Esri / wayback

Esri World Imagery Wayback App - Explore, compare and start using all different versions of World Imagery Basemap released since 2014
https://livingatlas.arcgis.com/wayback/
Apache License 2.0
18 stars 3 forks source link

World Imagery Wayback should provide a notification indicating if a user has a lack of privileges to create a map, rather than looping the user through the dialog. #75

Closed chrislandvogt closed 1 year ago

chrislandvogt commented 1 year ago

If the user is logged in with reduced user type privileges (eg. Mobile Worker/Editor), the create map dialog will loop and not create a map, rather than let the user know that they don't have the required permissions. The user experience could be enhanced if a warning/error was provided to the user.

Devtools shows the following in the network traffic response {"error":{"code":403,"messageCode":"GWM_0003","message":"You do not have permissions to access this resource or perform this operation.","details":[]}}

Which is a good indicator if you use dev tools, but few users do.

vannizhang commented 1 year ago

@chrislandvogt Thanks for opening this issue. I agree with you that the app should show a warning message if the signed in user has no permission to create content in the portal. I will let you know when this feature get implemented in the app.

vannizhang commented 1 year ago

Made a UX improvement to the "Save as Webmap Modal", it will show a warning message if the signed-in user has no privilege to create content in their ArcGIS Online organization. It also provide the user a link below so they can sign in using a different account:

image

@chrislandvogt

chrislandvogt commented 1 year ago

@vannizhang - thank you so much.