-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit 66f12ba breaks Arcade samples short url in Dashboard Edit data expression dialog #95
Comments
@hhkaos can you take care of this since you did the reorganization? |
Sure, but I think this has a challenging resolution:
I renamed https://github.com/Esri/arcade-expressions/tree/master/dashboard_data was renamed to https://github.com/Esri/arcade-expressions/tree/master/dashboard. Some "solutions" might be:
But this issue has many ramifications; others community posts are pointing to the previous paths (like this one). This means that the two solutions above won't solve everyone's problem. So instead, I propose to create an issue and pin in it with the information of the new files. Something like this: Issue title: About missing files/expressions (404 - page not found)
Note: The only long-term solution I can think of is to use GitHub pages instead. But this would require more thinking. Thoughts? Other ideas? |
I have some thoughts, if you will allow me: Scenario 1 - no ability to edit bit.lyIn this scenario, a new link is made and propogated.
These steps would take care of the main ways people are getting to this repository, since it appears by default in every instance of the arcade editor in Dashboard. Then @hhkaos you or someone on the community side could "Write a message on the three community posts" to close those loops. Scenario 2 - Esri bit.ly is paid appIn this scenario, someone in Redlands can edit the target of that link. My assumption is that Esri does have a paid/enterprise account because every ArcGIS Online content page has a unique shortlink generator. There has to be hundreds of thousands of those URLs out there for anyone that clicks the share button. Also, if you share a survey in Survey123 by default it makes one of these URLs.
The |
Whoa, another option for number 1! There is a production url shortener for these links available at So if we take: We get
I found this via the community. |
Thanks Elliot; I think you are right. I thought the owner of the arcg.is domain was bit.ly, but I just double-checked, and it is not. I'll try to find who inside Esri has access to that and check if it is possible to update the URL. I'll keep you informed. |
Check existing issues
Markdown file
https://gist.github.com/talllguy/2e4b70d79726f11ead6395fc2bcea6c3
Description
In 66f12ba the repository structure was reorganized and given a nice overhaul 👍 . However, the the refactoring of the
dashboard_data
folder to justdashboard
breaks the short URL that appears in an ArcGIS Online dashboard where the user intends to create a data expression.Details
https://arcg.is/38SEWWz resolves to https://github.com/Esri/arcade-expressions/tree/master/dashboard_data
Possible resolution
update the short url to point to https://github.com/Esri/arcade-expressions/tree/master/dashboard or to the
permalink
Screenshot of issue
Comments (optional)
No response
The text was updated successfully, but these errors were encountered: