Panel Migration Guide
Step 1. Check github Trello migration example
Old: Trello Panel example
New: Trello migrated App Example
As You can see only think it took was to create scaffolding with our Starter Kit and paste your source code into scr/app directory.
Step 2. Create scaffolding
- Go to this link and see StarterKit.
- Go to chosen directory
- Open your cmd / terminal and type
npm install -g cloudux-starter-kit
- In directory type
cloudux-starter-kit
and proceed - You should see new folder created with the name you have chosen.
Step 3. Combine integration
- Go to you scaffolding directory
- In src/app exchange generated code with your
source app
WARNING!
Remember that app binding place is present in avid_api
For more details go to onInit
- Update your package.json
- If necessary resolve few missing issues (will get displayed in browser console)
- You are good to go!
API Integration
Check new API documentation for changes in API that your app might use.