Frenzy TRR ARB Presentation

Size: px
Start display at page:

Download "Frenzy TRR ARB Presentation"

Transcription

1 Frenzy TRR ARB Presentation CS577A Fall 2016 Team 01 -Arpan Badeka Ankur Palav Jheel Somaiya Sailee Rane Ashwin Hariharan Rishabh Sharma Alan Kwan James Chang

2 Outline Operational Concept Overview TRR Outline Demo of the Project Test Cases and Results Acceptance Test Cases QFP Transition Plan 2

3 Operational Concept Overview 3

4 System Purpose Frenzy website is a one stop shop for Fashion bloggers, stylist, online shoppers and magazine article publishers. It provides: An array of products associated with online articles Conversion of digital media into visual store fronts 4

5 Program Model 5

6 Benefit Chain Diagram Assumptions: People are willing to buy the items posted on fashion blogging site. People like to buy the clothes that celebs and their friends wear. 6

7 System Boundary & Environment 7

8 Core Capabilities Capability Goal OC-1 Sort Items: User can sort products based on prices, new arrival, most popular Priority Level Must Have OC-2 Shop Widget: User can view the product in a slide view fashion and overall better UI OC-3 Shop similar: User can search similar items based on price, color, category and brand OC-4 Clothing Tag: User can get the product details on mouse hover in shop widget. Must Have Must Have Must Have 8

9 Goals & Constraints Organizational goals: OG-1: Automated Ecommerce of fashion blogging website OG-2: Using digital media as store fronts OG-3: Browsing and shopping the latest fashion articles without leaving the website OG-4: Buying similar articles based on color, style and price Constraints: CO-1: Use of Angular JS for front end development CO-2: Use of Code Igniter Framework for backend CO-3: Linux as an Operating System- The backend server is Linux CO-4: Free database system 9

10 TRR Outline 10

11 TRR Outline Transition Objective and Strategy Demo of the Project Transition Plan Transition Preparation. Operational testing, training and evaluation. Stakeholders role and responsibility. Milestone Plan. Required resources and processing strategies. 11

12 Transition Objective and Transition Objective Strategy The web project will be transitioned to the client. Training manual will be provided to client for added support for the future developers. The product will be thoroughly tested to pass all the test cases. The web site will be made public on the will of the client. 12

13 Transition Strategy Transitioned the system to the client by merging the code on GitLab & also providing the project to the client in zip files. Added proper comments to the code against the functionalities implemented for better understandability. The web site has been thoroughly tested & satisfies all the requirements on the win book. Also, passes all the acceptance test cases. We provide two strategies for the transition phase: AWS Local PC 13

14 Demo of the Project 14

15 Hotspot Tags Image 1: Hotspot tags on shop widget 15

16 Hotspot Tags Image 2: Gallery tags popup on mouse hover 16

17 Hotspot Tags Image 3: Hotspot Tags in Article Detail with Gallery Tag 17

18 Shop Widget Image 1: Shop Widget Popup displaying three items at a time 18

19 Shop Widget Image 2: Shop Widget popup displaying save/buy/shop-similar buttons on mouse hover 19

20 Shop Similar Image 1: Shop Similar Popup displaying Back button popup on mouse hover 20

21 Shop Similar Image 2: Shop Similar popup displaying items based on Same Category 21

22 Shop Similar Image 3: Shop Similar popup displaying items based on Lower Price 22

23 23

24 Shop Similar Image 4: Shop Similar popup displaying Sort and Same Brand Items 24

25 Live Demo Demo 25

26 Test Cases and Results 26

27 Overview 27

28 Overview Unit Testing for testing functionalities like Clothing Tag functionality, Sorting functionalities in the Shop Widget and Shop Similar modules Integration Testing for the Shop Popup and Article detail functionalities 28

29 TC-01 Browsing through the shop popup in the shop widget Number Test Item Result TC TC TC TC Check the on sale ribbon on items that are on sale. Check the item details on the pop-up header. Check the shop similar button in shop popup. Check the display of tagged items in the shop popup. Pass Pass Pass Pass 29

30 TC-02 Clothing Tag functionality Number Test Item Result TC TC TC TC TC The concentric tags present in the articles will be checked to provide a valid link to the related item. Null clothing tags will also be detected by the test case in order to remove them from the system. Check the functionality of the Shop similar button in gallery tag Check the functionality of the Buy button in gallery tag Sold out flag set for items in the gallery tag Check the correctness of the location of a clothing tag present in the gallery tag Pass Pass Pass Pass Pass 30

31 TC-03 Sort-Items Functionality in Shop Widget based on Popularity, Price and New Arrival. Number Test Item Result TC TC TC TC TC Checks result(json) correctness of Sort Items Based on Most Popular Checks result(json) correctness of Sort-Items based on Price(Low to High) Checks result(json) correctness of Sort-Items based on Price(High to Low) Checks result(json) correctness of Sort-Items based on New Arrivals Check the Sort Button on-click expands and collapse Pass Pass Pass Pass Pass 31

32 TC-04 Article Detail Functionality Number Test Item Result TC Check appropriate Article Details Pass TC Check Item Tag correctness Pass TC Check Image Tag buttons Pass TC Check articles saved by buyer Pass TC Check Images in Item Slider based on the Article and Author Detail Pass 32

33 TC-05 Similar Items Functionality Number Test Item Result TC TC TC Similar Item Query Relevance Testing Similar Item Visualization Check Same Brand Query Relevance Check Pass Pass Pass TC Empty Query Result check Pass TC Image URL does not exist Pass 33

34 TC-06 Similar products of lower prices Number Test Item Result TC TC TC TC TC Backend API calls generating correct response Generation of results for the appropriate selection of a div element Display similar products relevant to a chosen product 10 elements in the product slider Checking on another checkbox should deselect lower prices functionality Pass Pass Pass Pass Pass 34

35 Acceptance Test Cases 35

36 Acceptance Test Cases Part 1: Shop Widget Lower the brightness of the Shop Popup on Shop button click: PASS Display item details in popup-header: PASS Differentiate on-sale items from other items with sale ribbon over on-sale items: PASS Shop Similar button with CSS animation and CSS highlighting on mouse-over: PASS 36

37 Acceptance Testing Part 2: Shop Similar Sort by button to sort the items based on New Arrivals, Most Popular, Price: Low to High and Price: High to Low : PASS Display similar items based on Same Brand, Same Category, and Lower Prices : PASS Display of item on which Shop Similar functionality is performed, on hover of back button: PASS 37

38 Acceptance Testing Part 3: Hotspot Tags Hotspot tags should display the appropriate item on which it is tagged: PASS Display of item price on top of the gallery tag: PASS Save/Saved/Buy/Shop-Similar buttons on top of the gallery tag on mouse hover: PASS Close button with CSS highlighting on mouse hover: PASS 38

39 Quality Focal Point 39

40 Traceability Matrix OCD WC UC OC-1 WC_4126 UC-8 OCD WC UC OC-2 WC_4128 UC-5 OCD WC UC OC-3 WC_4140 UC-4 WC_4234 UC-8 WC_4141 UC-4 WC_4241 UC-3 WC_4236 UC-8 WC_4145 UC-5 OC-4 WC_4144 UC-4 WC_4237 UC-4 WC_4229 UC-4 WC_4230 UC-4 WC_4231 UC-2 WC_4233 UC-4 WC_4238 UC-3 WC_4239 UC-2 WC_4242 UC-4 (c) USC-CSSE 40

41 Unresolved Technical Debt # Description Category1 Category2 How did you fix it/mitgation plan Lack of external documentation & code commenting creates problems in understanding the current codebase such as how the various models, controllers and views interact with each other. Deference of code integration, and inconsistencies in individual code leads to errors/unfinished implementations in final code Not all stakeholders (Users) were present for win/win condition negotiations; Client and team proceeded with negotiations with risk. Life Cycle Management Shortfalls Prudent_Deliberate Team members now have a reasonable understanding of the codebase. The developers have understood the basic flow of the MVC application and are able to work on the modules and add additional features. The developers are still working on improving the code by commenting the code and making it cleaner Life Cycle Management Shortfalls Reckless _Deliberate The communication workflow between the team members is becoming clearer as we are gaining a good insight into the code and there is a clear establishment of division of development between the team members. The team has started committing the code to Github as features are completed Life Cycle Management Shortfalls Reckless _Deliberate Risk mitigation: Attain User win conditions from Client, then present working prototype to (actual) Users then get their input to revise requirements if necessary. 41

42 Resolved Technical Debt # Description Category1 Category2 How did you fix it/mitgation plan The clothing tags move into other div elements after adding or deleting an article which is undesirable for the user Problems faced while updating the existing SVG files which does not allow current developers to add new icons. Also the indiviual elements are referenced in different files which prevents from updating the vector file. Images take a lot of time to download when the article is first published. Unstable Jira prevents coordinating Scrum tasks to tracking defects and progress; if new Scrum tasks arise then Jira tickets cannot be created Inconsistent/incomplete documentation for FC Package (draft) Methods, Processes and Tools (MPT) Shortfalls Personnel Shortfalls Reckless_Inadvertent Rectify the current CSS positioning to incorporate the positioning features of Boilerplate and test the incorporated features Methods, Processes and Tools (MPT) Shortfalls Prudent_Deliberate Client provided the developers with a broken down SVG file which allows accessing, updating and removing the indiviual icons without introducing any error code in the files. Personnel Shortfalls Prudent_Deliberate Providing thumbnails to the user and downloading the images in the background Methods, Processes and Tools (MPT) Shortfalls Prudent_Inadvertent Jira issue resolved therefore allowing defect tracking and progress Reckless_Inadvertent Conduct Peer Review meetings to update documents for next revision. Deferred to a new technical debt as Revision 1.1 has been released and graded. Resolved below. Resolve findings and update from graded FC Package Methods, Processes and Tools (MPT) Shortfalls Reckless_Inadvertent Updated documentation with corrections to package for next revision submission Implementation defects in product content search Personnel Shortfalls Reckless_Inadvertent Web Crawling to get more Clothing tag keywords, NER to get keywords from product description, find all occurences of categories and description keywords in tables Dearth of rigorous testing under different use cases and Life Cycle Management Shortfalls Prudent_Deliberate Team members have started testing certain corner cases where failure of application might occur features developed by testing them for performance and also by integrating it with other modules Unable to use the existing controllers for newly added Life Cycle Management Shortfalls Reckless_Inadvertent Creating new controllers for the developed functionalities due to predefined methods. modules. Code redundancy in the existing files makes it difficult to add Life Cycle Management Shortfalls Prudent_Inadvertent Refining the existing code by creating a single new functionalities without introducing bugs reference file to reduce the redundancy. Client is very detail oriented about minute UI elements, making Life Cycle Management Shortfalls Prudent_Inadvertent Working on the different elements of the CSS in the CSS time consuming shop widget to fix the UI isssues SCRUM board is not updated therefore there are inconsistencies in progress tracking; tasks that are done are not marked as done/complated, making metrics skewed, and SCRUM board is not organized in a way to distinguish tasks for each sprint. Personnel Shortfalls Reckless _Deliberate Proactivately update SCRUM board as tasks are assigned with responsible engineers listed; interferes with accurate metrics representation 42

43 JIRA TICKET Completion Date Hours Logged FRENZY Nov 112 FRENZY-67 7-Nov 10 FRENZY Nov 112 FRENZY Oct 8 FRENZY Oct 3 FRENZY-72 7-Nov 5 FRENZY-76 7-Nov 4 FRENZY Nov 35 FRENZY Nov 3 FRENZY Nov 45 FRENZY Nov 6 FRENZY Nov 3 FRENZY Nov 16 FRENZY Nov 16 FRENZY Nov 88 FRENZY Nov 3 FRENZY Nov 24 FRENZY Nov 24 FRENZY Nov 16 FRENZY Nov 64 FRENZY Nov 24 FRENZY-95 2-Dec 3 FRENZY Nov 32 Assumes that Day logged is 8 hours 43

44 Number of Defects Sprint 1 (10/5) 45 Sprint 2 (10/19) 41 Sprint 3 (11/2) 38 Sprint 4 (11/19) 30 Sprint 5 (12/2) 0 44

45 Transition Plan 45

46 Transition Preparation Two Transition Strategies are used: 1) AWS 2) Local PC Hardware Software Local PC One PC with Ubuntu MySQL AngularJS CodeIgniter AWS + Other Software One PC Gitlab AWS Beanstalk Staging Site On Campus N/A Staff Developers, Trainer; Tester; Client; Developers, Trainer; Tester; Client; 46

47 Operational testing, training, and evaluation Category Category perations Operations Training Documentation including Training Plan; Training Session; Technical support; Testing Documentation including Testing Plan and Cases; Acceptance Test Case; Evaluation Client Feedback & Testing

48 Stakeholder Roles & Responsibilities Role Responsibility Location Developers Trainer Tester GitLab: Source Code GitLab: Wiki Documentation Deployment on AWS Staging Environment Technical Manual Training Plan Training Session Technical Support Testing Plan and Cases Acceptance Testing Client AWS Authorization N/A On-Campus On-Campus On-Campus 48

49 Milestone Plan 49

50 Milestone Plan 50

51 Required Resources & Processing Strategies Products Source Code Technical Manual AWS Staging Server SQL Database Transition Processing and Status Have private Gitlab repository Have technical manual for developers with code comments, functions and important components explained Staging environment integrated with latest features. Technical support and documentation SQL ready with new changes 51

52 Q & A 52

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Frenzy Team 01 Name First Role Second Role Third Role Ashwin Hariharan Software Architect Prototyper Implementer Ankur Palav Software Architect Prototyper Implementer Arpan Badeka

More information

Prototype Report. Frenzy. Team 01

Prototype Report. Frenzy. Team 01 Prototype Report Frenzy Team 01 Arpan Badeka -Prototyper, UML Modeler Ankur Palav-Software Architect, Prototyper Ashwin Hariharan-Software Architect, Prototyper Jheel Somaiya-Project Manager, Lifecycle

More information

TRR ARB Presentation. Women at Work Website Redesign

TRR ARB Presentation. Women at Work Website Redesign TRR ARB Presentation Women at Work Website Redesign Operational Concept Overview Sanath Bhandary Srikanth Madhava Operational Concept Overview Old Business Workflow Registration Feedback Check-in Report

More information

Making you aware. CS577a 17Fall Team 04

Making you aware. CS577a 17Fall Team 04 1 Making you aware CS577a 17Fall Team 04 2 :.: Outline 1. Operational Concept Overview 2. UI Demo 3. Test Cases and Results 4. Quality Focal Point 5. Transition Plan 3 :.: Operational Concept Overview

More information

TECHNICAL READINESS REVIEW TEAM NO. 7 : MENTAL MATH APPLICATION 11/30/2018

TECHNICAL READINESS REVIEW TEAM NO. 7 : MENTAL MATH APPLICATION 11/30/2018 TECHNICAL READINESS REVIEW TEAM NO. 7 : MENTAL MATH ALICATION 11/30/2018 Team Client Isha Agarwal Jingxing Chen Kajal Taneja Kiranmai onakala Sunmeet Nagpal Sushant Ramesh Yuanxiu Yang Igor Shneyderman

More information

Supporting Information Document (SID)

Supporting Information Document (SID) Supporting Information Document (SID) Team No. 3 Istartonmonday.com Team members Role Kandarp Nyati Project Manager Fei Li Operational Concept Engineer Tanya Gautam Requirement Engineer Bharat Shugani

More information

CS 577A Team 1 DCR ARB. PicShare

CS 577A Team 1 DCR ARB. PicShare CS 577A Team 1 DCR ARB PicShare Team and Project Review (DEN) Project Evaluation Positives Resilient Agile detailed design promotes thoroughness before any code is written Development time should be reduced

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Share Web Team 05 Name Xuan Wang Zhangbiaoge Tian Haoliang Gao Xi Chen Chuhan Zheng Yuxuan Li Role Life Cycle Planner & Project Manager Developer & Operation Concept

More information

DCR ARB Presentation. CS577a Fall 2015 Team 2

DCR ARB Presentation. CS577a Fall 2015 Team 2 DCR ARB Presentation CS577a Fall 2015 Team 2 -Sultan Alsarra -Aref Shafaeibejestan -Adil Cem Albayrak -Mohammad Almunea -Charles Reitz -Julapat Julnual -Andrea Brown -Travis Weaver Outline 2 :: Remote

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Discovery Tool Team 3 Josh Bendig - IIV&V Xizhao Deng - Project manager Jingzhou Hong - Requirement Engineer Guancheng Liu - Tester Michael Russo - Prototyper Shenghao Tang -

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Social Networking Team #7 Team members Gaurav Doon Yixiang Liu Tu Duong Ronghui Zhang Kan Qi Role Project Manager Developer IV&V Tester Developer 11/23/2013 Version

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Image Processing Platform Team 4 Name First Role Second Role Hao Wu Requirements Engineer Software Architect Junran Liu Operational Concept Engineer Software Architect

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) ShareWeb Team 5 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Implementation Team member Xi Chen: Implementation Team member, UML Modeler, Tester Yuxuan

More information

Home Page For CoMet Independent Study (2950) Report Summer 2013 Wenbang Wang

Home Page For CoMet Independent Study (2950) Report Summer 2013 Wenbang Wang Home Page For CoMet Independent Study (2950) Report Summer 2013 Wenbang Wang Supervisor: Dr. Peter Brusilovsky Chirayu Wongchokprasitti The Goal for Independent Study What I was requested to do is to revise

More information

Full Stack Web Developer

Full Stack Web Developer Full Stack Web Developer Course Contents: Introduction to Web Development HTML5 and CSS3 Introduction to HTML5 Why HTML5 Benefits Of HTML5 over HTML HTML 5 for Making Dynamic Page HTML5 for making Graphics

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) SWIM MEET SIGNUP Team 03 Member Name Role Email Archan Dutta Project Manager, Life Cycle Planner archandu@usc.edu Deepanshu Suneja Software Architect, Developer suneja@usc.edu

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) REAL ESTATE INVESTMENT AND REVIEW TOOL TEAM 02 Venkata Sravanti Malapaka (Project Manager / Software Architect) Yuxuan Chen (Prototyper / Developer/Trainer)

More information

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Feasibility Evidence Description (FED) COSMIC SYSTEM Team 02 Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Mishaal Aleem Prototyper/ Trainer / Implementer Rachel Inouye Operational Concept Engineer/

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Smart Locks Control Team 05 Team Member: Vaibhav Vishal Diego Brandao Zhe Wang Mohammadreza Barazesh Alejandro Monroy Hao-Yun Yang Katarzyna Ruszowska Project Manager,

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Social Networking Team #7 Team members Gaurav Doon Yixiang Liu Tao Hu Feng Wen Ronghui Zhang Xin Liu Kan Qi Role Project Manager Operational Concept Engineer Requirement

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan for LEMA Family Accountability System Version 3.3 Quality Management Plan (QMP) PROJECT TITLE LEMA FAMILY ACCOUNTABILITY SYSTEM TEAM NO #04 TEAM MEMBERS & ROLES NAME ROLES Teawon

More information

Atlassian JIRA Introduction to JIRA Issue and Project Tracking Software Tutorial 1

Atlassian JIRA Introduction to JIRA Issue and Project Tracking Software Tutorial 1 Atlassian JIRA Introduction to JIRA Issue and Project Tracking Software Tutorial 1 Once again, we are back with another tool tutorial. This time it s the Issue and Project Tracking Software Atlassian JIRA.

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Student Scheduling System Team #06 Douglass Kinnes: Project Manager, Quality Focal Point, Implementation Team member Alexey Tregubov: System Architect, UML Modeler,

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng (Gary) Project Manager Integrated Independent

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Construction Meeting Minutes Application Team 6 Pradeep Muruganandam - Prototyper and Quality Focal Point Dennis Evans - System Architect, Project Manager

More information

JIRA Studio Use Cases and Tutorial basis

JIRA Studio Use Cases and Tutorial basis JIRA Studio Use Cases and Tutorial basis Analysis of usefulness of JIRA Studio Eclipse tool-chain Tolga Tuncbilek, Elisa Kallio, Shiyuan Wang, Viktor Porvaznik Table of Contents 1 Introduction... 3 2 Data

More information

Basics of Web Technologies

Basics of Web Technologies Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Web Designing Given below is the brief description for the course you are looking for: Introduction to Web Technologies

More information

Pega Agile Studio USER GUIDE 7.4

Pega Agile Studio USER GUIDE 7.4 Pega Agile Studio USER GUIDE 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Smart Locks Control Team 05 Team members Alex Miller Diego Brandao Terence Williams William Goishi Nick Kwong Roles Project Manager Implementer Tester IIV&V Quality

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Version 1.1 Operational Concept Description (OCD) Scriptonomics Team - 07 Team Member USC Email Id Primary Role Secondary Role Aditya Holikatti holikatt@usc.edu Feasibility

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary Role: Tester/ Trainer Secondary

More information

Trace Analysis Step-by-Step Guide

Trace Analysis Step-by-Step Guide CONTENTS Contents... 1 Overview... 2 Key Takeaways... 2 Trace Analysis UI... 3 Folder Explorer... 4 Traceability section... 5 Mini Toolbar... 6 State Property Legend... 6 Work Item Type Legend... 6 Relation

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team 01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

Agile Studio USER GUIDE 7.3

Agile Studio USER GUIDE 7.3 Agile Studio USER GUIDE 7.3 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks or

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) UDM United Direct Marketing Team 09 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang

More information

Technical Architecture & Analysis

Technical Architecture & Analysis Technical Architecture & Analysis HS2 Technical Architecture & Analysis 15 October 2012 Anton Palitsyn 020 7426 8920 anton.palitsyn@precedent.co.uk Contents Contents... 2 Document info... 3 Authors...

More information

Software. Full Stack Web Development Intensive, Fall Lecture Topics. Class Sessions. Grading

Software. Full Stack Web Development Intensive, Fall Lecture Topics. Class Sessions. Grading Full Stack Web Development Intensive, Fall 2017 There are two main objectives to this course. The first is learning how to build websites / web applications and the assets that compose them. The second

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Soccer Data Web Crawler Team No. 02 First Name Last Name Role Trupti Sardesai Project Manager Wenchen Tu Prototyper Subessware Selvameena Karunamoorthy System/Software

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE

MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE Version 1.0 Created by: arenathemes Page 1 Contents I. REQUIREMENTS & COMPATIBILITY... 3 II. INSTALLATION... 3 III. CONFIG AFTER INSTALLATION - THEME PACKAGE...

More information

Audit. A Senior Project presented to the Faculty of the Computer Science Department California Polytechnic State University, San Luis Obispo

Audit. A Senior Project presented to the Faculty of the Computer Science Department California Polytechnic State University, San Luis Obispo Audit A Senior Project presented to the Faculty of the Computer Science Department California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements for the Degree Bachelor

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team 01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

AURUM Metro Navigation

AURUM Metro Navigation AURUM Metro Navigation End User Document Version 1.0 Oct 2016 Table of Contents 1. Introduction... 3 2. Initialization... 4 2.1 Create Metro Navigation List... 4 2.1.1 Adding the Metro Navigation Web part...

More information

THE GREAT CONSOLIDATION: ENTERTAINMENT WEEKLY MIGRATION CASE STUDY JON PECK, MATT GRILL, PRESTON SO

THE GREAT CONSOLIDATION: ENTERTAINMENT WEEKLY MIGRATION CASE STUDY JON PECK, MATT GRILL, PRESTON SO THE GREAT CONSOLIDATION: ENTERTAINMENT WEEKLY MIGRATION CASE STUDY JON PECK, MATT GRILL, PRESTON SO Slides: http://goo.gl/qji8kl WHO ARE WE? Jon Peck - drupal.org/u/fluxsauce Matt Grill - drupal.org/u/drpal

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent Verification

More information

Enterprise Architect. User Guide Series. Maintenance

Enterprise Architect. User Guide Series. Maintenance Enterprise Architect User Guide Series Maintenance In Sparx Systems Enterprise Architect, Maintenance items (such as defects, tasks and events) are managed as element properties. Change and Issue elements

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary

More information

Blackboard: Campus Pack Blog Sites

Blackboard: Campus Pack Blog Sites 1 Blackboard: Campus Pack Blog Sites TLT Instructional Technology Support (631) 632-2777 Stony Brook University blackboard@stonybrook.edu http://it.stonybrook.edu/ In this document, you will learn how

More information

System and Software Architecture Description (SSAD) City of Los Angeles Personnel Department Mobile Applications

System and Software Architecture Description (SSAD) City of Los Angeles Personnel Department Mobile Applications System and Software Architecture Description (SSAD) City of Los Angeles Personnel Department Mobile Applications Team 02 Shreya Kamani Shah: Project Manager, Life Cycle Planner/ Trainer Abhishek Trigunayat:

More information

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle Kaltura Video Package for Moodle 2.x Quick Start Guide Version: 3.1 for Moodle 2.0-2.4 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Mobile Application for Mobile-Controlled Lighting 13 Saumil Kasbekar Sayali Sakhalkar Anuradha Saini Priyank Mishra Sagar Sarda Ashutosh Kale Corey Stall Feasibility

More information

2- Access ScienceDirect?

2- Access ScienceDirect? . User Manual 1- Introduce ScienceDirect ScienceDirect is a leading full-text scientific database offering full text articles from over 2000 peer-reviewed journals articles as well as a growing range of

More information

DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE

DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE Version 1.0 Created by: arenathemes Page 1 Contents I. REQUIREMENTS & COMPATIBILITY... 3 II. INSTALLATION... 3 III. CONFIG AFTER INSTALLATION - THEME PACKAGE...

More information

Rocket Theme. User Guide

Rocket Theme. User Guide Rocket Theme User Guide This user guide explains all main features and tricks of multifunctional Rocket WordPress Theme. This information will make your work with the theme even easier and more effective.

More information

CSE 332: Data Structures and Parallelism Autumn 2017 Setting Up Your CSE 332 Environment In this document, we will provide information for setting up Eclipse for CSE 332. The first s ection covers using

More information

Blackboard: Campus Pack Journal Sites

Blackboard: Campus Pack Journal Sites 1 Blackboard: Campus Pack Journal Sites TLT Instructional Technology Support (631) 632-2777 Stony Brook University blackboard@stonybrook.edu http://tlt.stonybrook.edu/facultyservices In this document,

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) SnApp Voice Communication System Team 05 Divij Durve IIV&V Harsh Mhatre System/Software Architect Khyati Thakur Prototyper Monica Varhale Feasibility Analyst Nikita Gupta Project Manager

More information

User Documentation. Studywiz Learning Environment. Student's Guide

User Documentation. Studywiz Learning Environment. Student's Guide User Documentation Studywiz Learning Environment Student's Guide Studywiz Learning Environment Student's Guide Contents 1 Introduction 4 1.1 Studywiz 4 1.2 The Studywiz Student s Guide 4 2 What s New

More information

Use Guide STANDARD JIRA CLIENT. (Practical Case)

Use Guide STANDARD JIRA CLIENT. (Practical Case) Use Guide STANDARD JIRA CLIENT (Practical Case) Version 3.0 Madrid, July 2018 1 OBJECTIVE 4 2 BASIC STANDARD SOLUTION 4 2.1 User Profiles 4 2.2 Types of issue 2.2.1 Functional Support 2.2.2 Corrective

More information

Contact at Once Widget..5. Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts Widget. 6

Contact at Once Widget..5. Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts Widget. 6 Table of Contents Flexible Design Overview. 3 Selecting the Flex Design. 3 Widget Overview. 4 Configuring Widgets..5 Contact at Once Widget..5 Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts

More information

Visual Guide to Online Campus

Visual Guide to Online Campus Contents Course Navigation... 2 Avatars..3 Text Editor... 4 Accessing Assignments... 6 Accessing Assessments... 9 Accessing and Participating in Discussions... 12 Discussion Forums and Threads... 14 Creating

More information

Supporting Information Document (SID)

Supporting Information Document (SID) Supporting Information Document (SID) Template Version 6.0 Supporting Information Document (SID) LEMA Pilot School Integrated Scheduling System Team No. 12 Name Primary Role Secondary Role David Wiggins

More information

WORDPRESS 101 A PRIMER JOHN WIEGAND

WORDPRESS 101 A PRIMER JOHN WIEGAND WORDPRESS 101 A PRIMER JOHN WIEGAND CONTENTS Starters... 2 Users... 2 Settings... 3 Media... 6 Pages... 7 Posts... 7 Comments... 7 Design... 8 Themes... 8 Menus... 9 Posts... 11 Plugins... 11 To find a

More information

JetBrains YouTrack Comparison

JetBrains YouTrack Comparison JetBrains YouTrack Comparison YouTrack is an issue tracking tool by Jet- Brains. It is designed for development teams and serves as a one-stop shop for tracking daily tasks and bugs, planning sprints and

More information

Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications

Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications Team 02 Anushree Sridhar - Software Architect Shreya Kamani - Project Manager Pattra Thongprasert Implementor Abhishek

More information

Life Cycle Plan (LCP)

Life Cycle Plan (LCP) Life Cycle Plan (LCP) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent Verification & Validation

More information

Overview

Overview HTML4 & HTML5 Overview Basic Tags Elements Attributes Formatting Phrase Tags Meta Tags Comments Examples / Demos : Text Examples Headings Examples Links Examples Images Examples Lists Examples Tables Examples

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) LEMA Pilot School Integrated Scheduling System. Team number 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet

More information

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age Chronodat Issue Tracker Add-in User Manual CHRONODAT, LLC February 15, 2017 Version 2.0 1 P age Introduction The introduction section of the document describes the scope and objective of Office 365 Chronodat

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) LINGGGO Team 3 Chicheng Ren Software Architect Dahai Li Quality Focal Point Dashun Wen Life Cycle Planner Kraingkrai Bumroungruksa Feasibility Analyst Siming Ye Operational

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

Inside JIRA scheme, everything can be configured, and it consists of. This section will guide you through JIRA Issue and it's types.

Inside JIRA scheme, everything can be configured, and it consists of. This section will guide you through JIRA Issue and it's types. JIRA Tutorial What is JIRA? JIRA is a tool developed by Australian Company Atlassian. It is used for bug tracking, issue tracking, and project management. The name "JIRA" is actually inherited from the

More information

Using the Discussion Boards Feature in Blackboard

Using the Discussion Boards Feature in Blackboard Using the Discussion Boards Feature in Blackboard The Discussion Boards feature in Blackboard will allow for asynchronous posting and responding to forum messages. A forum is any main topic to be discussed

More information

Tour Trak Project Plan

Tour Trak Project Plan Tour Trak Project Plan The Cycologists Project Plan 1. Project Overview 1.1 Scope Statement This project is a continuation of TourTrak, developed by previous senior project teams Centri Pedal, Dev Cycle,

More information

BASIC NAVIGATION & VIEWS...

BASIC NAVIGATION & VIEWS... Content Overview VISUAL TOUR... 5 NEW FEATURES IN OUTLOOK 2010... 6 BASIC NAVIGATION & VIEWS... 7 SETTING PREFERENCES... 7 Creating an Outlook Shortcut... 7 Choosing a Startup View... 7 CUSTOMIZING INBOX

More information

Savile Row Setup Guide

Savile Row Setup Guide Savile Row Setup Guide Thank you for purchasing the 22 Savile Row theme. It promises to deliver everything the Blueprint theme did, but with extra features to make it even better. This guide covers some

More information

Communications Management Plan Template

Communications Management Plan Template Communications Management Plan Template Project Name: U.S. Department of Housing and Urban Development October, 2010 Communications Management Plan Template (V1.0) VERSION HISTORY [Provide information

More information

Allison Transmission Publications Web Store User Guide

Allison Transmission Publications Web Store User Guide Allison Transmission Publications Web Store User Guide v. 01.25.2017 Table of Contents Overview... 3 Login... 3 The homepage... 4 Customer service... 4 The product catalog... 5 There are two ways to search

More information

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info (Complete Package) WEB APP TESTING DB TESTING We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME

More information

Project: Bespoke Work Management System Development Specially Prepared for: Demo Company Ltd.

Project: Bespoke Work Management System Development Specially Prepared for: Demo Company Ltd. One Stop Flooring & Lushwood (Edenwood) Project Project: Bespoke Work Management System Development Specially Prepared for: Demo Company Ltd. Revision v 1.2 Contents Design Plan... 2 Overview... 2 Brand

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Construction Meeting Minutes App Team 6 Pradeep Muruganandam - Prototyper and Quality Focal Point Dennis Evans - System Architect, Project Manager Pavan Lingambudhi Seshadri Vasan

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary

More information

Test Plan and Cases (TPC) PicShare. Team 02

Test Plan and Cases (TPC) PicShare. Team 02 Test Plan and Cases (TPC) PicShare Team 02 Team Members Sultan Alsarra Adil cem Albayrak Julapat Julnual Charles Reitz Mohammad Almunea Aref Shafaeibejestan Andrea Brown Travis Weaver Dennis Evans 02/21/16

More information

Website Creating Content

Website Creating Content CREATING WEBSITE CONTENT As an administrator, you will need to know how to create content pages within your website. This document will help you learn how to: Create Custom Pages Edit Content Areas Creating

More information

All India Council For Research & Training

All India Council For Research & Training WEB DEVELOPMENT & DESIGNING Are you looking for a master program in web that covers everything related to web? Then yes! You have landed up on the right page. Web Master Course is an advanced web designing,

More information

Logging in to the management system.

Logging in to the management system. Welcome to your new site! The Wordpress publishing platform is a robust tool that helps you publish your content to the web without getting too involved with the code. This guide is designed to help you

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

Manual Testing. Software Development Life Cycle. Verification. Mobile Testing

Manual Testing.  Software Development Life Cycle. Verification. Mobile Testing 10 Weeks (Weekday Batches) or 12 Weekends (Weekend batches) To become a Professional Software Tester To enable the students to become Employable Manual Testing Fundamental of Testing What is software testing?

More information

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide Version: 4.0 for Blackboard 9.x Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800

More information

FROM VSTS TO AZURE DEVOPS

FROM VSTS TO AZURE DEVOPS #DOH18 FROM VSTS TO AZURE DEVOPS People. Process. Products. Gaetano Paternò @tanopaterno info@gaetanopaterno.it 2 VSTS #DOH18 3 Azure DevOps Azure Boards (ex Work) Deliver value to your users faster using

More information

USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL Version 1.1.0

USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL Version 1.1.0 USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL 2014 Version 1.1.0 Contents 1 INTRODUCTION... 3 2 KEY CONCEPTS TO UNDERSTAND... 4 2.1 Assigning vs. Progressing an Issue... 5 2.2 Workflow...

More information

While editing a page, a menu bar will appear at the top with the following options:

While editing a page, a menu bar will appear at the top with the following options: Page Editor ===> Page Editor How Can I Use the Page Editor? The Page Editor will be your primary way of editing your website. Page Editor Basics While editing a page, you will see that hovering your mouse

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) LEAMOS Team 7 Name Monty Shah Pragya Singh Shantanu Sirsamkar Suchita Doshi Swapnil Savdekar David Wiggins Primary Role Project Manager System Architect Requirements

More information

Enterprise Architect. User Guide Series. Maintenance. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Maintenance. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Maintenance Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents Maintenance 3 Working on Maintenance Items 5 Create Maintenance Items

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

PHP / MYSQL DURATION: 2 MONTHS

PHP / MYSQL DURATION: 2 MONTHS PHP / MYSQL HTML Introduction of Web Technology History of HTML HTML Editors HTML Doctypes HTML Heads and Basics HTML Comments HTML Formatting HTML Fonts, styles HTML links and images HTML Blocks and Layout

More information