Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-k-b/webapp-json-generator
An Open Platform app for Adobe Business Catalyst, that dumps the contents of the sites Web Apps to JSON files.
https://github.com/r-k-b/webapp-json-generator
Last synced: 26 days ago
JSON representation
An Open Platform app for Adobe Business Catalyst, that dumps the contents of the sites Web Apps to JSON files.
- Host: GitHub
- URL: https://github.com/r-k-b/webapp-json-generator
- Owner: r-k-b
- Created: 2014-06-10T10:40:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T14:09:32.000Z (over 10 years ago)
- Last Synced: 2023-03-23T12:04:56.168Z (almost 2 years ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webapp JSON Generator
An Open Platform app for Adobe Business Catalyst, that dumps the contents of a sites Web Apps to JSON files.
## How do I use it?
Each time you would like to refresh (or create) the JSON files, open the menu item 'Webapp JSON Generator'.
It will automatically begin dumping all webapp items.## TODO:
* TESTS!
* Show progress indicators for individual webapps
* Report on # of webapp items saved
* Link to final json files (they're currently just dumped in the root, named by the webapp ID; e.g., `/12345.json`)
* Make instructions clearer
* Handle the case where there are no webapps in the site
* Warn when navigating away before the process is finished (with `window.onbeforeunload`?)