16
1 © Copyright 2015 EMC Corporation. All rights reserved. 1 © Copyright 2015 EMC Corporation. All rights reserved.

EMC World 2015 - EMC {code} Photo Booth Presentation

Embed Size (px)

Citation preview

Page 1: EMC World 2015 - EMC {code} Photo Booth Presentation

1© Copyright 2015 EMC Corporation. All rights reserved. 1© Copyright 2015 EMC Corporation. All rights reserved.

Page 2: EMC World 2015 - EMC {code} Photo Booth Presentation

2© Copyright 2015 EMC Corporation. All rights reserved.

EMC {CODE} PHOTO BOOTH ARCHITECTURE

2© Copyright 2015 EMC Corporation. All rights reserved.

Page 3: EMC World 2015 - EMC {code} Photo Booth Presentation

3© Copyright 2015 EMC Corporation. All rights reserved.

Page 4: EMC World 2015 - EMC {code} Photo Booth Presentation

4© Copyright 2015 EMC Corporation. All rights reserved.

PaaS

Page 5: EMC World 2015 - EMC {code} Photo Booth Presentation

5© Copyright 2015 EMC Corporation. All rights reserved.

2 STATION SETUP

KIOSK PHOTO BOOTH

Page 6: EMC World 2015 - EMC {code} Photo Booth Presentation

6© Copyright 2015 EMC Corporation. All rights reserved.

KIOSK PROCESS

GET /

Page 7: EMC World 2015 - EMC {code} Photo Booth Presentation

7© Copyright 2015 EMC Corporation. All rights reserved.

KIOSK PROCESS

GET /photos/new

Page 8: EMC World 2015 - EMC {code} Photo Booth Presentation

8© Copyright 2015 EMC Corporation. All rights reserved.

KIOSK PROCESS

POST /photos/new

jQuery Validates Form

POSTConstantContact API

Page 9: EMC World 2015 - EMC {code} Photo Booth Presentation

9© Copyright 2015 EMC Corporation. All rights reserved.

KIOSK PROCESS

Render /thanks.jade

jQuery returns / after 2.5 seconds

Page 10: EMC World 2015 - EMC {code} Photo Booth Presentation

10© Copyright 2015 EMC Corporation. All rights reserved.

KIOSK PROCESS

GET /

Page 11: EMC World 2015 - EMC {code} Photo Booth Presentation

11© Copyright 2015 EMC Corporation. All rights reserved.

PHOTO BOOTH PROCESS

GET /photos/list

jQuery Automatically Refreshes every 30 seconds

Page 12: EMC World 2015 - EMC {code} Photo Booth Presentation

12© Copyright 2015 EMC Corporation. All rights reserved.

PHOTO BOOTH PROCESS

GET /photos/takepic/:uniqueurl

jQuery waits 10 seconds before next step

Page 13: EMC World 2015 - EMC {code} Photo Booth Presentation

13© Copyright 2015 EMC Corporation. All rights reserved.

PHOTO BOOTH PROCESS

POST photos/addpic/:uniqueurl via AJAX

webcam.js initiated webcamjQuery adds 5 second countdown timerjQuery places taken photo on page

POSTAdd image to ECS via S3 API

Page 14: EMC World 2015 - EMC {code} Photo Booth Presentation

14© Copyright 2015 EMC Corporation. All rights reserved.

PHOTO BOOTH PROCESSjQuery closes webcam.jsjQuery displays page for 5 seconds

POST photos/sendmail/:uniqueurl via AJAX

POST photos/sendtweet/:uniqueurl via AJAX

@EMCCodeBot

GETImage via HTTP

POSTImage and Tweet

POSTSES API

Page 15: EMC World 2015 - EMC {code} Photo Booth Presentation

15© Copyright 2015 EMC Corporation. All rights reserved.

PHOTO BOOTH PROCESS

GET /photos/list

jQuery sends back to Photo Booth page

Page 16: EMC World 2015 - EMC {code} Photo Booth Presentation