27
Provide a globally accessible place for data events / code (within a single organization)
Activity
Newest
Oldest
Dale Wilson
open
Shawn Pickett
Dale Wilson: Hey Dale, are there any updates on this feature request?
Shawn Pickett
Another potential benefit is that you could house code in a git repo and (if there is an API endpoint for this new feature 😉 ), you could deploy updates across multiple organizations.
J
Jeremy Palmer
I would find this very useful. It's hard to manage code when it's copied into multiple apps. Far better if I could build libraries that could be shared (e.g. to managed our QA/Review process).
Bryan McBride
under review
Thanks for the feedback! One way to handle this currently is to utilize Fulcrum's local storage to store your JS libs. You can fetch the script with a REQUEST call and save to storage for future use. See here for an example: https://gist.github.com/bmcbride/568bb31c073af412f35db3a558cc246a.
Making this easier is definitely something we are reviewing so thanks again for the great feedback!
Coleman McCormick
This is interesting! It’s something we’ve discussed the best approach for. We’re thinking now on how best to implement for maximum utility. Would definitely reduce the amount of repetition with embedding things inside of code per app (like turf.js, moment.js, and other libraries).
J
Joseph McCann
With this functionality, we could, for example, place turf.js into our org's repo, and the library would sync down to mobile devices once, rather than once-per-app, as is the case with ramming the library into a data event. I like it!