SlideShare a Scribd company logo
© 22001144 TTaannggooee,, IInncc.. 
Matrix Sprint 15 
Infrastructure Topics + 
UI & UX Fixes… 
Stakeholders Demo 
12th September 2014
© 2014 Tangoe, Inc. 
Meet Matrix 
Powering the Connected Enterprise 
Turn On. Manage. Secure. Support. 
2
© 2014 Tangoe, Inc. 
Matrix Sprint 15 UI Optimizations Checklist… 
Powering the Connected Enterprise 
Optimizing Web Fonts Rendering Performance – Done 
New UI for Bill View & Account Audit Compliance Audit Details - Done 
(Alert), Info, Success & Error Message Enhancements – Done 
Context Menu Enhancements – Done 
Help & Info (About) Icons on the Header – Done 
Stabilizing the Main Menu in all the 3 levels – Partially Completed 
Stabilizing the Tenant Switcher – Partially Completed 
Implementing Sprite Icons & Images 
(.png, .webp, .svg & .woff) – Partially Completed 
Detail Grid Enhancements – Partially Completed 
Accordion Enhancements – Partially Completed 
Modal Window Enhancements – Partially Completed 
3
© 2014 Tangoe, Inc. 
Matrix Sprint 15 UI Optimizations Checklist… 
Powering the Connected Enterprise 
4 
Advance Search UI Enhancements – Partially Completed 
Wizard Steps Enhancements – Partially Completed 
Text Field, Dropdown, Split Buttons, Normal & Active Buttons 
Enhancements – Partially Completed 
Enhancing the Matrix Help – Partially Completed 
Using a Light Theme to avoiding Latency Issue – Partially Completed 
Avoiding Complex Custom Layouts – Partially Completed 
Refining the Sass & CSS Rendering Performance – Not Yet Started 
Refining the jQuery Rendering Performance – Not Yet Started 
MxBillImport – Bill Loading UI Enhancements – Not Yet Started 
Asset Template – Drag and Drop UI Enhancements – Not Yet Started 
New Login Page for Matrix – Not Yet Started
© 2014 Tangoe, Inc. 
Matrix Sprint 15 UI Optimizations Checklist… 
Powering the Connected Enterprise 
5 
Identifying USER ACTION area, and concentrating for better 
UI Enhancements – Partially Completed 
Applying Usability Heuristics for Matrix UI and 
making 100% Usable App – UX Activities - Partially Completed 
http://www.nngroup.com/articles/ten-usability-heuristics/
Benefits of Optimizing the Web Fonts : 
Avoiding Latency Issues, 
Multilingual and Multiple Device Supports & 
Crisp Look… 
Been 
Been 
implemented… 
implemented… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
6 
Optimizing Web Font Rendering Performance 
 Introduced Open Sans Font Family (Regular, Italics, Semi bold & Semi bold Italics) 
 .woff – Web Open Font Format 
 .eot – Embedded Open Type 
 . ttf – True Type Font 
 . svg – Scalable Vector Graphics 
 https://github.com/FontFaceKit/open-sans 
 https://github.com/FontFaceKit/open-sans/commit/ea61437e6fa31b527e4ac5623b24f273965f8e15 
 https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
7 
Optimizing Icons & Images Avoiding Latency 
 Optimizing Matrix icons for faster recognition and avoiding latency 
 Planning to introduce WebP - Lossless, WebP - Lossy and Alpha 
Open Source Royalty free Compression Technology 
 Using WebP file format instead of .png, .gif & other file format for Chrome, 
because Google speeds WebP image format and brings 
animation support as well 
 http://www.w3schools.com/browsers/browsers_stats.asp 
 https://developers.google.com/speed/webp/gallery1 
 https://developers.google.com/speed/webp/gallery2#reproducing_the_images 
 http://cloudinary.com/blog/animated_webp_how_to_convert_animated_gif_to_webp_and_save_up_to_90_bandwidth 
Ready to be 
implemented 
And one more good thing with WebP 
extension, it’s supporting Animated 
file format as well. Now a days most of 
the Game Developers going with 
WebP file format to getting their 
Game App more faster than previous. 
And one more good thing with WebP 
extension, it’s supporting Animated 
file format as well. Now a days most of 
the Game Developers going with 
WebP file format to getting their 
Game App more faster than previous. 
In 3 ways, we can convert the WebP 
format… 
In 3 ways, we can convert the WebP 
format… 
Benefits of Optimizing the WebP: 
It’s a new technology file format recently introduced by Google, making the web faster and avoiding latency issue. But unfortunately, the 
WebP file format supporting only Google Chrome & Opera, for IE and Mozilla will still only supports PNG. The same way Google also playing 
with different browsers. For example, if you open YouTube in Chrome, you will be getting it WebP Sprite Icons, the same URL if you are opening 
in IE, you will be getting it PNG Sprite Icons. But comparing to both file format, WebP is lesser file size and better quality. 
Even WebP file format has 2 different quality as well. 1. Lossless 2. Lossy and Alpha.
Matrix Sprite Icons (.png & .webp) Comparisons 
Ready to be 
implemented 
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
8 
pnpgng WWepePpP 
File Dimension : 673 x 970 & Size : 149 KB File Dimension : 673 x 970 & Size : 63 KB
Future 
Suggestion… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
9 
Refining the Sass & CSS Rendering Performance 
Use Any Declaration Just Once 
Alphabetically Sort Declarations 
Sort and Group by Selectors 
Simple Rules for Better Organization and More Efficiency 
Future 
Suggestion… 
.field-button-split 
-khtml-border-radius: 3px 
-moz-border-radius: 3px 
-ms-border-radius: 3px 
-o-border-radius: 3px 
-webkit-border-radius: 3px 
background-color: white 
background: -moz-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: -ms-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: -o-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f7f9)) 
background: -webkit-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: linear-gradient(to bottom, white 0%, #f4f7f9 100%) 
border-bottom-right-radius: 0px 
border-radius: 3px 
border-top-right-radius: 0px 
border: 1px solid #6c7680 
cursor: pointer 
display: inline-block 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f7f9',GradientType=0 ) 
font-family: Open Sans 
font-size: 12px 
height: 22px 
margin: 0px 
padding-left: 10px 
padding-right: 10px 
vertical-align: top
Refining the jQuery Rendering Performance 
Future 
Suggestion… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
10 
Into R&D - 
Refining the jQuery Rendering Performance & Smooth Interactions… 
Future 
Suggestion…
Identifying User Action Area For Better Enhancements 
Future 
Suggestion… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
11 
Currently identifying the User Action Area and will do the need in 
upcoming Matrix Sprint Release… 
Future 
Suggestion…
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
12 
Approved Prototypes Are Ready For Future Sprint 
Bill Loading 
Process 
Ready For 
Implement… 
Bill Loading 
Process 
Ready For 
Implement… 
Location Map 
Live Google Map 
Location Map 
Live Google Map 
Design For 
Optional… 
Design For 
Optional… 
Bill Loading 
Process 
Ready For 
Implement… 
Bill Loading 
Process 
Ready For 
Implement… 
Asset Template 
Drag & Drop 
Asset Template 
Drag & Drop 
Ready For 
Implement… 
Ready For 
Implement… 
Ready to be 
implemented
Login Page: Waiting Approval For Future Sprint 
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
13 
Matrix 
New Login 
Waiting 
for approval… 
Matrix 
New Login 
Waiting 
for approval… 
Ready to be 
implemented
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
14 
Login Page: Waiting Approval For Future Sprint 
Matrix 
New Login 
Waiting 
for approval… 
Matrix 
New Login 
Waiting 
for approval… 
Ready to be 
implemented
© 22001144 TTaannggooee,, IInncc.. 
Thank You…

More Related Content

Similar to Tangoe matrix sprint 15 usable and light weight user interface demo - sep - 2014-new

Delivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern WebDelivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern Web
Joshua Marantz
 
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5th Finger
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
Hemant Sarthak
 
presentaion.pptx
presentaion.pptxpresentaion.pptx
presentaion.pptx
mehulmaheshwari3
 
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentationvue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
Divante
 
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speechVue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Divante
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project Coding
Hemant Sarthak
 
LvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemLvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design System
Vlad Fedosov
 
CVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireCVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireryanaoliveira
 
Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016vishal agarwal
 
PWA - ADT Magazine Webinar
PWA - ADT Magazine WebinarPWA - ADT Magazine Webinar
PWA - ADT Magazine Webinar
Sandeep Adwankar
 
Sam segal resume
Sam segal resumeSam segal resume
Sam segal resume
samuel segal
 
Station Four: Web Redesign Presentation
Station Four: Web Redesign PresentationStation Four: Web Redesign Presentation
Station Four: Web Redesign Presentation
colberding
 
Account receivable management application
Account receivable management applicationAccount receivable management application
Account receivable management application
Mike Taylor
 
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
Sandeep Chellingi
 
MCA 6th Sem Project Report
MCA 6th Sem Project ReportMCA 6th Sem Project Report
MCA 6th Sem Project Report
PRADEEP GUPTA
 
Improving frontend performance
Improving frontend performanceImproving frontend performance
Improving frontend performance
Sagar Desarda
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
Jitendra Bafna
 
Migrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah CountyMigrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah County
Acquia
 

Similar to Tangoe matrix sprint 15 usable and light weight user interface demo - sep - 2014-new (20)

Delivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern WebDelivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern Web
 
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
 
presentaion.pptx
presentaion.pptxpresentaion.pptx
presentaion.pptx
 
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentationvue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
 
TRWResume-10-2016
TRWResume-10-2016TRWResume-10-2016
TRWResume-10-2016
 
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speechVue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project Coding
 
LvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemLvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design System
 
CVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireCVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFire
 
Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016
 
PWA - ADT Magazine Webinar
PWA - ADT Magazine WebinarPWA - ADT Magazine Webinar
PWA - ADT Magazine Webinar
 
Sam segal resume
Sam segal resumeSam segal resume
Sam segal resume
 
Station Four: Web Redesign Presentation
Station Four: Web Redesign PresentationStation Four: Web Redesign Presentation
Station Four: Web Redesign Presentation
 
Account receivable management application
Account receivable management applicationAccount receivable management application
Account receivable management application
 
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
 
MCA 6th Sem Project Report
MCA 6th Sem Project ReportMCA 6th Sem Project Report
MCA 6th Sem Project Report
 
Improving frontend performance
Improving frontend performanceImproving frontend performance
Improving frontend performance
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
 
Migrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah CountyMigrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah County
 

More from Venkatarajan Govindarajan (CUA Student from HFI)

Tangoe ux konw how - workshop - 10-06-2014
Tangoe   ux konw how - workshop - 10-06-2014Tangoe   ux konw how - workshop - 10-06-2014
Tangoe ux konw how - workshop - 10-06-2014
Venkatarajan Govindarajan (CUA Student from HFI)
 
Goc value competition_goingon
Goc value competition_goingonGoc value competition_goingon
My matrix ui suggestions
My matrix  ui suggestionsMy matrix  ui suggestions
Mx access widgets-cororref
Mx access widgets-cororrefMx access widgets-cororref
Ems – batch approve (mobile) v2
Ems – batch approve (mobile) v2Ems – batch approve (mobile) v2
Ems – batch approve (mobile) v2
Venkatarajan Govindarajan (CUA Student from HFI)
 
Ems – ui enhancement invoice-attachments
Ems – ui enhancement invoice-attachmentsEms – ui enhancement invoice-attachments
Ems – ui enhancement invoice-attachments
Venkatarajan Govindarajan (CUA Student from HFI)
 
Ems usability engineering
Ems   usability engineeringEms   usability engineering

More from Venkatarajan Govindarajan (CUA Student from HFI) (20)

Gv portfolio-ui-part3
Gv portfolio-ui-part3Gv portfolio-ui-part3
Gv portfolio-ui-part3
 
Gv portfolio-ui-part2
Gv portfolio-ui-part2Gv portfolio-ui-part2
Gv portfolio-ui-part2
 
Tangoe ux konw how - workshop - 10-06-2014
Tangoe   ux konw how - workshop - 10-06-2014Tangoe   ux konw how - workshop - 10-06-2014
Tangoe ux konw how - workshop - 10-06-2014
 
Gv portfolio-ui-part1
Gv portfolio-ui-part1Gv portfolio-ui-part1
Gv portfolio-ui-part1
 
Global carrier footprint v1
Global carrier footprint v1Global carrier footprint v1
Global carrier footprint v1
 
Look and feel presentation 070109
Look and feel presentation 070109Look and feel presentation 070109
Look and feel presentation 070109
 
Goc value competition_goingon
Goc value competition_goingonGoc value competition_goingon
Goc value competition_goingon
 
Mx userhelp ui-style guidelines
Mx userhelp ui-style guidelinesMx userhelp ui-style guidelines
Mx userhelp ui-style guidelines
 
Byod
ByodByod
Byod
 
My matrix ui suggestions
My matrix  ui suggestionsMy matrix  ui suggestions
My matrix ui suggestions
 
Mx access widgets-cororref
Mx access widgets-cororrefMx access widgets-cororref
Mx access widgets-cororref
 
Tangoe template-new
Tangoe template-newTangoe template-new
Tangoe template-new
 
Ems – batch approve (mobile) v2
Ems – batch approve (mobile) v2Ems – batch approve (mobile) v2
Ems – batch approve (mobile) v2
 
Ems – ui enhancement invoice-attachments
Ems – ui enhancement invoice-attachmentsEms – ui enhancement invoice-attachments
Ems – ui enhancement invoice-attachments
 
Ems usability engineering
Ems   usability engineeringEms   usability engineering
Ems usability engineering
 
Request approval (mobile) v1
Request approval (mobile) v1Request approval (mobile) v1
Request approval (mobile) v1
 
Persona request approval
Persona request approvalPersona request approval
Persona request approval
 
Ereminder informaion architecture
Ereminder informaion architectureEreminder informaion architecture
Ereminder informaion architecture
 
Iphone wireframe-visualdesign
Iphone wireframe-visualdesignIphone wireframe-visualdesign
Iphone wireframe-visualdesign
 
Mobile informaion architecture
Mobile informaion architectureMobile informaion architecture
Mobile informaion architecture
 

Recently uploaded

vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
PrabhjeetSingh219035
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
ameli25062005
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
taqyed
 
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
7sd8fier
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
9a93xvy
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
fabianavillanib
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
aaryangarg12
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
h7j5io0
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
jyz59f4j
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
Alan Dix
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
708pb191
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
TeeFusion
 
Expert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting ServicesExpert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting Services
ResDraft
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
smpc3nvg
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
fastfixgaragedoor
 
Borys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior designBorys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior design
boryssutkowski
 
White wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva TschoppWhite wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva Tschopp
Mansi Shah
 

Recently uploaded (20)

vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
 
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
 
Expert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting ServicesExpert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting Services
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
 
Borys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior designBorys Sutkowski portfolio interior design
Borys Sutkowski portfolio interior design
 
White wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva TschoppWhite wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva Tschopp
 

Tangoe matrix sprint 15 usable and light weight user interface demo - sep - 2014-new

  • 1. © 22001144 TTaannggooee,, IInncc.. Matrix Sprint 15 Infrastructure Topics + UI & UX Fixes… Stakeholders Demo 12th September 2014
  • 2. © 2014 Tangoe, Inc. Meet Matrix Powering the Connected Enterprise Turn On. Manage. Secure. Support. 2
  • 3. © 2014 Tangoe, Inc. Matrix Sprint 15 UI Optimizations Checklist… Powering the Connected Enterprise Optimizing Web Fonts Rendering Performance – Done New UI for Bill View & Account Audit Compliance Audit Details - Done (Alert), Info, Success & Error Message Enhancements – Done Context Menu Enhancements – Done Help & Info (About) Icons on the Header – Done Stabilizing the Main Menu in all the 3 levels – Partially Completed Stabilizing the Tenant Switcher – Partially Completed Implementing Sprite Icons & Images (.png, .webp, .svg & .woff) – Partially Completed Detail Grid Enhancements – Partially Completed Accordion Enhancements – Partially Completed Modal Window Enhancements – Partially Completed 3
  • 4. © 2014 Tangoe, Inc. Matrix Sprint 15 UI Optimizations Checklist… Powering the Connected Enterprise 4 Advance Search UI Enhancements – Partially Completed Wizard Steps Enhancements – Partially Completed Text Field, Dropdown, Split Buttons, Normal & Active Buttons Enhancements – Partially Completed Enhancing the Matrix Help – Partially Completed Using a Light Theme to avoiding Latency Issue – Partially Completed Avoiding Complex Custom Layouts – Partially Completed Refining the Sass & CSS Rendering Performance – Not Yet Started Refining the jQuery Rendering Performance – Not Yet Started MxBillImport – Bill Loading UI Enhancements – Not Yet Started Asset Template – Drag and Drop UI Enhancements – Not Yet Started New Login Page for Matrix – Not Yet Started
  • 5. © 2014 Tangoe, Inc. Matrix Sprint 15 UI Optimizations Checklist… Powering the Connected Enterprise 5 Identifying USER ACTION area, and concentrating for better UI Enhancements – Partially Completed Applying Usability Heuristics for Matrix UI and making 100% Usable App – UX Activities - Partially Completed http://www.nngroup.com/articles/ten-usability-heuristics/
  • 6. Benefits of Optimizing the Web Fonts : Avoiding Latency Issues, Multilingual and Multiple Device Supports & Crisp Look… Been Been implemented… implemented… © 2014 Tangoe, Inc. Powering the Connected Enterprise 6 Optimizing Web Font Rendering Performance  Introduced Open Sans Font Family (Regular, Italics, Semi bold & Semi bold Italics)  .woff – Web Open Font Format  .eot – Embedded Open Type  . ttf – True Type Font  . svg – Scalable Vector Graphics  https://github.com/FontFaceKit/open-sans  https://github.com/FontFaceKit/open-sans/commit/ea61437e6fa31b527e4ac5623b24f273965f8e15  https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/
  • 7. Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 7 Optimizing Icons & Images Avoiding Latency  Optimizing Matrix icons for faster recognition and avoiding latency  Planning to introduce WebP - Lossless, WebP - Lossy and Alpha Open Source Royalty free Compression Technology  Using WebP file format instead of .png, .gif & other file format for Chrome, because Google speeds WebP image format and brings animation support as well  http://www.w3schools.com/browsers/browsers_stats.asp  https://developers.google.com/speed/webp/gallery1  https://developers.google.com/speed/webp/gallery2#reproducing_the_images  http://cloudinary.com/blog/animated_webp_how_to_convert_animated_gif_to_webp_and_save_up_to_90_bandwidth Ready to be implemented And one more good thing with WebP extension, it’s supporting Animated file format as well. Now a days most of the Game Developers going with WebP file format to getting their Game App more faster than previous. And one more good thing with WebP extension, it’s supporting Animated file format as well. Now a days most of the Game Developers going with WebP file format to getting their Game App more faster than previous. In 3 ways, we can convert the WebP format… In 3 ways, we can convert the WebP format… Benefits of Optimizing the WebP: It’s a new technology file format recently introduced by Google, making the web faster and avoiding latency issue. But unfortunately, the WebP file format supporting only Google Chrome & Opera, for IE and Mozilla will still only supports PNG. The same way Google also playing with different browsers. For example, if you open YouTube in Chrome, you will be getting it WebP Sprite Icons, the same URL if you are opening in IE, you will be getting it PNG Sprite Icons. But comparing to both file format, WebP is lesser file size and better quality. Even WebP file format has 2 different quality as well. 1. Lossless 2. Lossy and Alpha.
  • 8. Matrix Sprite Icons (.png & .webp) Comparisons Ready to be implemented Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 8 pnpgng WWepePpP File Dimension : 673 x 970 & Size : 149 KB File Dimension : 673 x 970 & Size : 63 KB
  • 9. Future Suggestion… © 2014 Tangoe, Inc. Powering the Connected Enterprise 9 Refining the Sass & CSS Rendering Performance Use Any Declaration Just Once Alphabetically Sort Declarations Sort and Group by Selectors Simple Rules for Better Organization and More Efficiency Future Suggestion… .field-button-split -khtml-border-radius: 3px -moz-border-radius: 3px -ms-border-radius: 3px -o-border-radius: 3px -webkit-border-radius: 3px background-color: white background: -moz-linear-gradient(top, white 0%, #f4f7f9 100%) background: -ms-linear-gradient(top, white 0%, #f4f7f9 100%) background: -o-linear-gradient(top, white 0%, #f4f7f9 100%) background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f7f9)) background: -webkit-linear-gradient(top, white 0%, #f4f7f9 100%) background: linear-gradient(to bottom, white 0%, #f4f7f9 100%) border-bottom-right-radius: 0px border-radius: 3px border-top-right-radius: 0px border: 1px solid #6c7680 cursor: pointer display: inline-block filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f7f9',GradientType=0 ) font-family: Open Sans font-size: 12px height: 22px margin: 0px padding-left: 10px padding-right: 10px vertical-align: top
  • 10. Refining the jQuery Rendering Performance Future Suggestion… © 2014 Tangoe, Inc. Powering the Connected Enterprise 10 Into R&D - Refining the jQuery Rendering Performance & Smooth Interactions… Future Suggestion…
  • 11. Identifying User Action Area For Better Enhancements Future Suggestion… © 2014 Tangoe, Inc. Powering the Connected Enterprise 11 Currently identifying the User Action Area and will do the need in upcoming Matrix Sprint Release… Future Suggestion…
  • 12. Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 12 Approved Prototypes Are Ready For Future Sprint Bill Loading Process Ready For Implement… Bill Loading Process Ready For Implement… Location Map Live Google Map Location Map Live Google Map Design For Optional… Design For Optional… Bill Loading Process Ready For Implement… Bill Loading Process Ready For Implement… Asset Template Drag & Drop Asset Template Drag & Drop Ready For Implement… Ready For Implement… Ready to be implemented
  • 13. Login Page: Waiting Approval For Future Sprint Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 13 Matrix New Login Waiting for approval… Matrix New Login Waiting for approval… Ready to be implemented
  • 14. Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 14 Login Page: Waiting Approval For Future Sprint Matrix New Login Waiting for approval… Matrix New Login Waiting for approval… Ready to be implemented
  • 15. © 22001144 TTaannggooee,, IInncc.. Thank You…