We want to demo the sprint goals via a video. The Trello cards are located here: https://trello.com/b/xACeTJNZ/mobilenext-service-team-2
Following is a proposal for a script that the video could follow:
*NOTE:* All the following steps should be performed with the documentation open in another tab. Before every step show the relevant docs section.
# Intro, a few words about the AroGear data sync service # *Provisioing* ## Show the APB in the service catalog ## Provision the APB from the service catalog ## Navigate to the namespace where everything is provisioned, quick run through the various components (server, ui, database) ## Explain that Server and UI are separated for scaling reasons # *Binding* ## Provision an Android and iOS App representation ## Bind the Apps to the sync service using the Openshift UI ## Open the mobile config section in the Openshift UI and show that the sync server config has been added # *UI Usage* ## Open the UI. The 'Data Sources Section' is selected by default. Explain what a Data Source is. ## Create a new Data Source of type 'In Memory' . ## (*Optional*) open the sync server logs and show the entry where it reloaded the data sources. # # Now explain that normally the next steps would be to set up the schema and the resolvers. But there is no UI for this yet, so we use hardcoded values for them. # *Apps* ## Show how to include the mobile-services.json into the Andoid and iOS projects for the Memeolist App (not sure if really needed) ## Show IOS and Android application with list of memes. ## Go to create meme screen ## Create meme ## Go back to meme list and see that new meme appeared. ## Explain that at the moment no data is synced between the apps. *Extra (probably best as a live demo)*: show the Schema Editor, create a schema, try to compile it while being incomplete, show that the error messages are displayed and useful. Show that a valid schema is rendered correctly on the right hand side. |
|