IBM / ar-resume-with-visual-recognition

An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
https://developer.ibm.com/patterns/create-an-augmented-reality-application-with-facial-detection/
Apache License 2.0
73 stars 26 forks source link

Adding Handlebars for Starter Kit service instrumentation #26

Closed christiancompton closed 6 years ago

christiancompton commented 6 years ago

This change also removes the appledevelopment which will allow for discreet testing prior to launch.

stevemar commented 6 years ago

@christiancompton can you elaborate on "testing prior to launch" ? I'm not aware of any launch, and it's already in the appledevelopment console, so... did we skip a step?

christiancompton commented 6 years ago

These handlebars allow injection of code snippets to initialize and perform base operations for the Object Storage, Mobile Analytics, Push Notifications, and App Launch services. AppID and Cloudant are not included because App Id in its current form will add a Log In button to the header of the application, which is missing in this app, while Cloudant is already required and used in the application.

More internal information about these capabilities is offered here: https://pages.github.ibm.com/arf/codegen-dev-guide/starters-client-side/content/#what-is-in-a-platform-folder while the specific code snippets can be found in the internal capabilities repository.