Skip to content

Instantly share code, notes, and snippets.

@scytalezero
Last active April 26, 2017 19:53
Show Gist options
  • Save scytalezero/311c470ebf2927c528d97d6c08d43077 to your computer and use it in GitHub Desktop.
Save scytalezero/311c470ebf2927c528d97d6c08d43077 to your computer and use it in GitHub Desktop.

Tools overview

REST

  • Representational State Transfer
  • As opposed to WSDL or SOAP
  • Uses HTTP verbs
  • Stateless
  • Versioning
  • Show UX quote search and import into Postman for modification

HTML5/CSS3

  • HTML5 has various new tags and APIs, a bit of a hodgepodge
  • Includes things like semantic tags, canvas, drag and drop, geolocation, localStorage
  • CSS3 has a number of modules like media queries, namespaces, selectors, and colors
  • How to make sense of all this? http://devdocs.io/
  • How to know what I can make use of? http://caniuse.com/

BootStrap

AngularJS

Usage in POINT IN UX

  • Open an HP policy and look at elements of the Applicant page
  • Show the staticContent header with controllers and bootstrap grids
  • Find maincontent container and show some ng-includes underneath
  • Note the metadata ng-repeat statements

Chrome Dev Tools

  • Updating live code
  • Mapping application folder

Directory structure overview

  • ux-metamodels
    • metamodel + grids
    • navigationdata
    • support
  • ux-point-api
    • ux-point-api\src\main\resources\BehaviorRegistryList.json
  • ux-point-client
    • webapp/app + /ux
    • webapp/lib
    • webapp/
  • ux-point-insured-api
  • ux-point-insured-ui
  • ux-server-infra

Angular Live Exercise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment