Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WHERE NO ONE HAS GONE BEFORE

WHERE NO ONE HAS GONE BEFORE

There was once a time where you would never have said that an enterprise application could be Simple or User friendly.
Complex systems were synonym of difficult to implement and complicated to use. In this fast changing world where building web and mobile applications is easier then ever before and simplicity the new design standard, the enterprise is far from being left behind. Not only is legacy software being replaced by cloud platforms but the user is becoming central in large organisations.
In this talk we will explore how consumer applications are currently having a huge impact on Enterprise Software and how designing for the enterprise can be the next big thing in technology.

Hervé Mischler

June 24, 2014
Tweet

More Decks by Hervé Mischler

Other Decks in Design

Transcript

  1. Terminal $ yo [?] What would you like to do?

    (Use arrow keys) ! Run the Angular generator (0.7.1) Run the Cordova generator (0.0.5) Run the Foundation generator (0.5.0) Run the Heroku generator (0.0.7) Run the Mobile generator (1.0.0-alpha.1) Run the Polymer generator (0.0.9) Run the Webapp generator (0.4.9) (Move up and down to reveal more choices)
  2. enterprise software is purpose-designed computer software used to satisfy the

    needs of an organization rather than individual users. – Wikipedia
  3. With enterprise software, if the experience is bad, The user

    has no other choice than to live with it.
  4. API

  5. Terminal $ yo [?] What would you like to do?

    (Use arrow keys) ! Run the Angular generator (0.7.1) Run the Cordova generator (0.0.5) Run the Foundation generator (0.5.0) Run the Heroku generator (0.0.7) Run the Mobile generator (1.0.0-alpha.1) Run the Polymer generator (0.0.9) Run the Webapp generator (0.4.9) (Move up and down to reveal more choices)
  6. webcomponents.org/ Terminal <!doctype html> <html> <head> <title>Video Player</title> </head> <body>

    <video controls> <source src="foo.mp4" type="video/mp4"> </video> </body> </html> <video></video> index.html <!doctype html> <html> <head> <title>Youtube Video Player</title> <script src="bower_components/platform/platform.js"></script> <link rel="import" href="bower_components/youtube-embed/dist/ </head> <body> <video controls> <youtube-embed videoid="3P5QP5t0Bus"></youtube-embed> </video> </body> </html>
  7. webcomponents.org/ index.html <!doctype html> <html> <head> <title>Youtube Video Player</title> <script

    src="bower_components/platform/platform.js"></script> <link rel="import" href="bower_components/youtube-embed/dist/ </head> <body> <video controls> <youtube-embed videoid="3P5QP5t0Bus"></youtube-embed> </video> </body> </html> <youtube-embed></youtube-embed>
  8. +

  9. +