Prototype Report (PRO) Version 2.1. Prototype Report. PicShare. Team 02. Team Members

Size: px
Start display at page:

Download "Prototype Report (PRO) Version 2.1. Prototype Report. PicShare. Team 02. Team Members"

Transcription

1 Prototype Report PicShare Team 02 Team Members Sultan Alsarra Adil cem Albayrak Julapat Julnual Charles Reitz Mohammad Almunea Aref Shafaeibejestan Andrea Brown Travis Weaver 12/7/2015

2 Version History Date Author Version Changes made Rationale 10/09/15 JJ, CR 1.0 Created a draft version To mitigate risks of the project using Buying Information strategy 10/25/15 JJ, CR 1.1 Completed the draft version Completed for FC Package 12/06/15 JJ, CR, AS 2.0 Updated for DC Package Prototype Progress/New Prototype for DC Package 12/07/15 SA 2.1 Revised before submitting Corrected some mistakes/ Added hostgator links/admin prototype risk

3 Table of Contents Prototype Report...i Version History... ii Table of Contents... iii Table of Tables...iv Table of Figures... v 1. Introduction Purpose of the prototype Status of the prototype Navigation Flow Prototype Prototype 1 Facebook Login Integration Prototype 2 Server-Side Event Management Prototype 3 User Interface (mockup) Prototype 4 User Interface (ios) Prototype 5 Admin Interface... 22

4 Table of Tables Table 1: Risks and their Prototypes... 1 Table 2: Login with Facebook screen... 4 Table 3: Facebook account information screen... 5 Table 4: Server Algorithm Design... 6 Table 5: Server Deployment... 8 Table 6: Explore Nearby screen Table 7: Explore #Event screen Table 8: Picture sub menu screen Table 9: Posting picture to Nearby Table 10: Admin Page Dashboard Page Table 11: Admin Page - Users Page Table 12: Admin Page - Events Page Table 13: Admin Page - Pictures Page... 26

5 Table of Figures Figure 1: Navigation Flow of PicShare Mobile Application... 2 Figure 2: Login with Facebook screen (ios)... 4 Figure 3: Facebook account information screen... 5 Figure 4: Server algorithm diagram, retrieve list of nearby pictures... 7 Figure 5: Server algorithm diagram, retrieve nearby picture by name... 7 Figure 6: Server algorithm diagram, post to event... 8 Figure 7: Screenshot, server portal... 9 Figure 8: Explore #Event screen Figure 9: Explore Nearby screen (ios) Figure 10: Explore #Event screen (ios) Figure 11: Picture sub menu screen (ios) Figure 12: Posting picture to Nearby (ios) Figure 13: Admin Page - Dashboard Page Figure 14: Admin Page - Users Page Figure 15: Admin Page - Events Page Figure 16: Admin Page - Picture Page Figure 17: Admin Page - Picture Page: Showing Location... 27

6 1. Introduction 1.1 Purpose of the prototype This document, Prototype report, provides details about the prototypes which are used for mitigating risks of the project. The selected strategy is Buying Information strategy. Prototypes can be used for proving a concept of the system or be used for clarifying flows and user interfaces of the system with a client. In this document, three major risks and their prototypes are introduced and described in the table below. Table 1: Risks and their Prototypes No. Risk Prototype 1 Facebook login service. (External service integration) Facebook Login Integration prototype A proof-of-concept prototype that provides feasibility evidence about interoperability 2 Limited experience with servers & database. (Web service, Back-end side) 3 User interface of the application. (User interface) 4 Admin interface of the application. (Admin interface) 1.2 Status of the prototype between PicShare and Facebook Login service. Server-side event management flow A clarification prototype that provides a clear and mutual understanding of how the back-end side will operate. User Interface prototype (Mockup +ios) A user interface prototypes of mobile application that clarifies the client s expectations in terms of user interface of the mobile application Admin Interface prototype An Admin interface prototype of admin website that clarifies the client s expectations in terms of Admin interface of website. Since the prototype presentation, some improvements have been made, including: 1) Server-side event management concept revision and functional prototype creation. 2) User Interface prototypes have been made to clarify requirements and application s look and feel with the client. 1

7 2. Navigation Flow Figure 1: Navigation Flow of PicShare Mobile Application 2

8 3. Prototype 3.1 Prototype 1 Facebook Login Integration Purpose of this prototype One of the major requirements of the application is the ability to allow users to login with their Facebook account. This will allow the application to fetch some data from the account such as name, , and profile picture, which will make beginning to use the application easier for the user. Since Facebook Login service is an external web service which provides a login API for any application, we have to ensure the interoperability between the Facebook Login API and our application. In addition, we must make sure that user s data provided by Facebook API are covered the requirement. PicShare will be developed for the ios platform, so we must ensure through prototyping that Facebook provides the base functionality necessary through the ios API Result After prototyping was completed, we found out that our ios prototype works properly with Facebook Login API. Moreover, Facebook provides all of the information we need in order to provide quick account creation/login for the application. In conclusion, we can ensure that the application would work properly with Facebook API by making prototypes. Facebook provides an API for ios and allows our application to login with their accounts system, and provides the user information that PicShare needs. The details of the prototype are described below. 3

9 Table 2: Login with Facebook screen Description Related Capability Pre-condition Post condition This screenshot is a login page of the Facebook Login Integration prototype. WC_3584: As a user, I can login to the application using my registered username or my Facebook account, so I can use the application with my own profile. A user opens the prototype application. The user can click Login with Facebook button to login with their Facebook account. Figure 2: Login with Facebook screen (ios) 4

10 Table 3: Facebook account information screen Description Related Capability Pre-condition Post condition This screenshot is a main page of the Facebook Login Integration prototype. WC_3584: As a user, I can login to the application using my registered username or my Facebook account, so I can use the application with my own profile. A user clicks Login with Facebook button, then allows the application to use their Facebook account for logging in. 1. The user can view their Facebook account information. 2. The user can logout by clicking Log out button. Figure 3: Facebook account information screen 5

11 3.2 Prototype 2 Server-Side Event Management Purpose of this prototype The team has limited experience in building an end-to-end system: back-end server to front-end application. The team does have experience in developing mobile applications, and also has some experience in web/database development, but it does not have as much experience in implementing an entire system. In order to begin the functionality of the server, algorithm diagrams were made, and a minimal system was made that implemented an Apace Server, PHP, and a MySQL database Result After prototyping, the team is better able to visualize and plan for the deployment of the back-end server. The prototype does not prove that the server can be implemented; however, proving this would simply be implementing the server. By elaborating and confirming the algorithm, the team is better able to plan for concurrent development by multiple team members, and the members who develop the mobile applications can plan for what the server will be expecting. This mitigates the risk of a lack of experience in end-to-end development and server implementation. To prove that the setup can be established, multiple php scripts were written and executed in an Apache server and connected to a MySQL server. The system allows a user to upload a picture, create, events, post pictures to specific events, post pictures to nearby, and more via a web console. Uploading a picture to Nearby and downloading pictures from events and Nearby can also be accomplished via GET and POST requests. Pictures are stored in folders that are organized by event or Nearby, and a reference to the picture is stored in the database. This prototype is now hosted on Hostgator, the web server we are going to use for our final application. You can view it using this link: Table 4: Server Algorithm Design Description Related Capability Pre-condition Post condition These screenshots are for retrieving events in the area and for posting a picture to an event. WC_3579: As a user, I can use a hashtag for a picture taken in a special event such as a basketball game, so the people miss the event will see what they missed. A user opens the prototype application. The user can view picture from events in the area, or post a picture to an event. 6

12 Figure 4: Server algorithm diagram, retrieve list of nearby pictures Figure 5: Server algorithm diagram, retrieve nearby picture by name 7

13 Figure 6: Server algorithm diagram, post to event Table 5: Server Deployment Description Related Capability Pre-condition Post condition This screenshot is for uploading pictures to the server. Storing pictures in server DB. User selects picture on local file system. The picture is uploaded into the server file system and displayed. 8

14 Figure 7: Screenshot, server portal 9

15 3.3 Prototype 3 User Interface (mockup) Purpose of this prototype Since the project includes building a mobile application which its user interface and interaction is one of the most critical parts, making the GUI prototype could mitigate risks regarding to requirements, application flow, and user interface. This prototype can be used to clarify requirements and user interface expectations of client Result In this document, screens of some important features are shown which their details are described below. 10

16 Table 6: Explore Nearby screen Description Related Capability Pre-condition Post condition This screenshot is an Explore Nearby page of PicShareApp. It lists all nearby (location) pictures. This screen is the home screen which means user will be automatically redirected to this screen after logged in. WC_3599: As a user, I can report any inappropriate picture, so that it will be removed from the event. WC_3623: As a user, I can save one or many pictures from an event/hashtag to my phone so that I can keep the photos after the event/hashtag expires. WC_3751: As a user, I can like a picture. WC_3754: As a user, I can use a caption for the pictures while posting them, so that my pictures will be more descriptive. A user login the application with PicShare account or Facebook account. 1. A user will be redirected to Explore Nearby screen. 2. A user can view nearby pictures with some information including posted user, location, caption, and likes. 3. A user can like pictures by clicking a like button (heart icon). 4. A user can download pictures by clicking a sub menu button [ ] then select menu Download. 5. A user can report pictures by clicking a sub menu button [ ] then select menu Report. 11

17 Figure 8: Explore Nearby screen 12

18 Table 7: Explore #Event screen Description Related Capability Pre-condition Post condition This screenshot is an Explore Event page of PicShareApp. It lists all pictures in specific #Event. For example, #USCTrojanFootball in this screenshot. WC_3585: As a user, I can reserve my event's hashtag for a limited time (one week), so I and event attendees can use the hashtag to post pictures of the event. WC_3599: As a user, I can report any inappropriate picture, so that it will be removed from the event. WC_3623: As a user, I can save one or many pictures from an event/hashtag to my phone so that I can keep the photos after the event/hashtag expires. WC_3627: As a user, I can save the hashtags to save time searching for them later and see my history of hashtags. WC_3754: As a user, I can use a caption for the pictures while posting them, so that my pictures will be more descriptive. From Explore Nearby screen, user click the #Event button at the top of screen. 1. A user will be redirected to Explore #Event screen. 2. A user then input specific #Event to view pictures of specific #Event 3. If #Event is public, list of pictures will be shown. 4. If #Event is private, a user will be asked to input #Event password. With the correct password, list of pictures will be shown. 5. A user can create new event by clicking a new event button (plus icon). 6. A user can view #Event pictures with some information including posted user, caption, and likes. 7. A user can like pictures by clicking a like button. 8. A user can download pictures by clicking a sub menu button [ ] then select menu Download. 9. A user can report pictures by clicking a sub menu button [ ] then select menu Report. 13

19 Figure 8: Explore #Event screen 14

20 3.4 Prototype 4 User Interface (ios) Purpose of this prototype Since the user interface (mock up) prototype is acceptable for the client, the ios prototype is created in order to demonstrate client what looks and feels of the real ios application will be. The prototype demonstrates three main features of the application which are exploring nearby pictures, exploring specific event s pictures, and posting picture to nearby location. This prototype can be used to clarify requirements and user interface expectations of client when using the real ios application Result In this document, for exploring nearby pictures and exploring specific event s pictures, they will show only screenshots because their descriptions are the same as user interface mock up. For picture sub menu and posting picture to nearby, descriptions are provided. Their details are described below. 15

21 Figure 9: Explore Nearby screen (ios) 16

22 Figure 10: Explore #Event screen (ios) 17

23 Table 8: Picture sub menu screen Description Related Capability Pre-condition Post condition This screenshot is a Picture sub menu page of PicShareApp. It shows the sub menu of each picture. WC_3599: As a user, I can report any inappropriate picture, so that it will be removed from the event. WC_3623: As a user, I can save one or many pictures from an event/hashtag to my phone so that I can keep the photos after the event/hashtag expires. From Explore Nearby screen or Explore - #Event screen, user click the sub menu button [ ] at the top-right corner of each picture. 1. A picture sub menu screen will show up. 2. A user can select either Download the picture or Report the picture, also the user can select Cancel if they don t want to do any action. 18

24 Figure 11: Picture sub menu screen (ios) 19

25 Table 9: Posting picture to Nearby Description Related Capability Pre-condition Post condition This screenshot is a Photo page of PicShareApp. It shows the camera screen of iphone which allows user to take a picture and post to nearby location. WC_3619: As a user, I can take a photo from the PicShare app or choose a picture from my gallery, so that I can take a picture from another app. From any main screens, such as Explore Nearby screen, user click the Photo tab at the bottom of the screen. 1. A user will be redirected to Photo screen. 2. A user can take a picture by clicking the white button with blue border at the middle-bottom of the screen. 20

26 Figure 12: Posting picture to Nearby (ios) 21

27 3.5 Prototype 5 Admin Interface Purpose of this prototype Admin site was added after the FC review, since it was a new feature requested by the owner, and he considers it very important, we decided to create a prototype for it. Furthermore, when we decided to add this feature to our project, we were not sure about what we should include. So, by creating a prototype we wanted to make sure that developers and owner has the same idea about administrator feature and its components Result After creating this prototype, owner reviewed it and gave us some feedback. Screen shots that are shown in the following pages are the result of these feedbacks. This prototype is now hosted on Hostgator, the web server we are going to use for our final application. You can view it using this link: 22

28 Table 10: Admin Page Dashboard Page Description Related Capability Pre-condition Post condition This screenshot is the first page of admin site. Admin can see an overview of system and its status. WC_3773: As an admin, I can generate reports regarding events, users and pictures, so that I can have more information about the system. Admin has logged into the admin site. 1. Admin sees the number of total and active users. 2. Admin sees the number of total and active images. 3. Admin sees the number of total and active events. 4. Admin can see a chart that shows number of new users, images and events in each month. Figure 13: Admin Page - Dashboard Page 23

29 Table 11: Admin Page - Users Page Description Related Capability Pre-condition Post condition This screenshot is Users page in admin site. Admin can see list of users and filter this list. WC_3765: As an admin, I can browse users of the app and view pictures that they posted, so that I can manage users and their contents. WC_3766: As an admin, I can suspend a user, so that I can have more control over users. Admin has logged into the admin site and clicked on Users page link. 1. Admin sees list of users and fields to filter this list. 2. Admin can use Delete button to delete users. Figure 14: Admin Page - Users Page 24

30 Table 12: Admin Page - Events Page Description Related Capability Pre-condition Post condition This screenshot is Events page in admin site. Admin can see list of events and filter this list. WC_3769: As an admin, I can create an event hashtag, so that I can reserve it. WC_3770: As an admin, I can update an event, so that I can change the event's name or expiration date. WC_3771: As an admin, I can delete events with all their pictures, so that I can have more control over events. Admin has logged into the admin site and clicked on Events page link. 1. Admin sees list of events and fields to filter this list. 2. Admin can use Delete button to delete events. 3. Admin can modify events using the Modify button. 4. Admin can create events by putting a name and clicking on Create Event button. Figure 15: Admin Page - Events Page 25

31 Table 13: Admin Page - Pictures Page Description Related Capability Pre-condition Post condition This screenshot is Pictures page in admin site. Admin can see list of pictures and filter this list. WC_3767: As an admin, I can list pictures by all, location, event or report count, so that I will have more control over pictures. WC_3768: As an admin, I can delete pictures from the system, so that I will have more control over pictures. WC_3774: As an admin, I can restore pictures that has been marked inappropriate, so that I have better control over the pictures. Admin has logged into the admin site and clicked on Pictures page link. 1. Admin sees list of pictures and fields to filter this list. 2. Admin can use Delete button to delete pictures. 3. Admin can restore reported pictures using the Restore button. 4. Admin can view the location of pictures that are associated with location. Figure 16: Admin Page - Picture Page 26

32 Figure 17: Admin Page - Picture Page: Showing Location 27

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

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

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) ShareWeb Team 05 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Implementation Team member Xi Chen: Implementation Team member, UML Modeler,

More information

Prototype Report. Tour Conductor. Team 5

Prototype Report. Tour Conductor. Team 5 Prototype Report Tour Conductor Team 5 Team Members Ajay Kumar G C Manas Yadav Ankush H Prasad Aadithya B K Andrew Han Joseph Mouawad Roles Project Manager, Life Cycle Planner Feasibility Analyst, Prototyper/Builder

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

Prototype Report. Leamos. Team Number 7

Prototype Report. Leamos. Team Number 7 Leamos Team Number 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle Planner David Wiggins dgwiggin@usc.edu IIV&V Off-campus Shaper Pragya Singh pragyasi@usc.edu

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Perfecto Coffee Xpress Consistent Perfection Team 5 Chloe Good Yekaterina Glazko Edwards Hays Yucheng Hsieh Atreya Lahiri Jaimin Patel Yun Shen Andrew

More information

Prototype Report. Leamos. Team Number 7

Prototype Report. Leamos. Team Number 7 Prototype Report Leamos Team Number 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle Planner David Wiggins dgwiggin@usc.edu IIV&V Off-campus Shaper

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

14FC Works Geotagging Mobile app Telangana Guidelines

14FC Works Geotagging Mobile app Telangana Guidelines 14FC Works Geotagging Mobile app Telangana Guidelines DOWNLOAD Directions: Go to CDMA portal www.cdma.telangana.gov.in and go to section 14FC Geo Tagging app Download. You will be redirected to below screen

More information

Prototype Report Template Version 1.1. Prototype Report. Leamos. Team Number 7. Monty Shah Project Manager Life Cycle Planner

Prototype Report Template Version 1.1. Prototype Report. Leamos. Team Number 7. Monty Shah Project Manager Life Cycle Planner Prototype Report Template Version 1.1 Prototype Report Leamos Team Number 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle Planner David Wiggins dgwiggin@usc.edu

More information

7 The system should allow administrator to close a user profile. 8 The system shall make the old events invisible to avoid crowded geo scope.

7 The system should allow administrator to close a user profile. 8 The system shall make the old events invisible to avoid crowded geo scope. Requirement 1 2 3 4 5 6 Description The system shall upload pictures to a hashtag specified by the user, or to their current location The system shall allow a user to reserve a hashtag, allowing the user

More information

Prototype Report (PRO) Version 4.0. Prototype Report. Smart Locks Control. Team 05. Spring 2018 Team Members: Terence Williams William Goishi

Prototype Report (PRO) Version 4.0. Prototype Report. Smart Locks Control. Team 05. Spring 2018 Team Members: Terence Williams William Goishi Prototype Report (PRO) Version 4.0 Prototype Report Smart Locks Control Team 05 Spring 2018 Team Members: Alex Miller Diego Brandao Terence Williams William Goishi Nicholas Kwong Project Manager Implementer

More information

Prototype Report Version 1.1. Prototype Report. Transportation Grant Fund. Team 14. Operational Concept Engineer

Prototype Report Version 1.1. Prototype Report. Transportation Grant Fund. Team 14. Operational Concept Engineer Prototype Report Transportation Grant Fund Team 14 Full Name Muruganantham Raju Kirill Khistyaev Karim Sacre Reza B Far Stephan Rice Zhanna Seitenova Ayman Khalil Primary Role Project Manager Software

More information

Content Management System User Guide CONTENT MANAGEMENT SYSTEM User Guide

Content Management System User Guide CONTENT MANAGEMENT SYSTEM User Guide CONTENT MANAGEMENT SYSTEM User Guide Your Account Information STEP 1: Go to Admin Login website Admin Login: http://privateaccess.nurseryweb.co.uk/ STEP 2: Type in Your Nursery ID and Password as stated

More information

Mobile Application User Guide

Mobile Application User Guide Mobile Application User Guide M+A Mobile App User Guide P age2 Introduction The M+A Matting mobile app provides an easy way for users to search and view existing mat designs as well as create their own

More information

How to Navigate the Challenge Runner Website

How to Navigate the Challenge Runner Website How to Navigate the Challenge Runner Website How to Join Challenge Runner Create an Account To join the Maroon Moves Walking Challenge 1. Click on the Maroon Moves Challenge Runner Link: https://www.challengerunner.com/login/challenge/3e64ro-1h81

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

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

Release Description. PicShare. Team 02. Team Members

Release Description. PicShare. Team 02. Team Members Release Descriptin PicShare Team 02 Team Members Sultan Alsarra Adil cem Albayrak Julapat Julnual Charles Reitz Mhammad Almunea Aref Shafaeibejestan Andrea Brwn Travis Weaver Dennis Evans 4/26/16 Versin

More information

Nextsense Support System

Nextsense Support System Nextsense Support System Customer manual Author Nextsense Partizanski odredi 62, Skopje Macedonia www.nextsense.com Table of Contents Introduction... 3 Accessing the system... 4 Logging in... 4 I forgot

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

Prototype Report. Focus. Team 8

Prototype Report. Focus. Team 8 Prototype Report Focus Team 8 Team members: Hamed Sadeghi, Project Manager Steven Holland, Requirements Engineer Arik Oganesian, Operation Concept Engineer Marco Alvarez, Feasibility Architect Pin-Chih

More information

System and Software Architecture Description (SSAD) ThrdPlace Social Networking. Team 07

System and Software Architecture Description (SSAD) ThrdPlace Social Networking. Team 07 System and Software Architecture Description (SSAD) ThrdPlace Social Networking Team 07 Gaurav Doon - Project Manager Yixiang Liu - Developer Tu Duong IV&Ver and QFP Kan Qi - Developer Ronghui Zhang -

More information

SEP Evaluation Expert Quick Guide

SEP Evaluation Expert Quick Guide SEP Evaluation Expert Quick Guide SEP Evaluation September 7 th, 2018 Copyright Notice European Union, 1995-2018 Reproduction of this document and its content, in part or in whole, is authorized, provided

More information

The Andersen Company s Mobile Application User Guide

The Andersen Company s Mobile Application User Guide The Andersen Company s Mobile Application User Guide Mobile App User Guide Page 2 Introduction The Andersen Company Mobile App provides an easy way for users to search and view existing mat designs as

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) ShareWeb Team 5 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Developer, Tester Xi Chen: Developer, System Architect, Tester Yuxuan Li: Prototyper Zhangbiaoge Tian:

More information

212Posters Instructions

212Posters Instructions 212Posters Instructions The 212Posters is a web based application which provides the end user the ability to format and post content, abstracts, posters, and documents in the form of pre-defined layouts.

More information

X2 1:1 Meeting Scheduler Quick Start Guide

X2 1:1 Meeting Scheduler Quick Start Guide X2 1:1 Meeting Scheduler Quick Start Guide This document will provide the necessary information to begin making 1:1 Meeting bookings for the 5th Annual X2 Conference 2018. Remember, 1:1 Meetings are an

More information

System and Software Architecture Description (SSAD)

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

More information

Copyright 2018 ARRIS Enterprises, LLC. All rights reserved. Ruckus Incentive Center MDF Training Guide

Copyright 2018 ARRIS Enterprises, LLC. All rights reserved. Ruckus Incentive Center MDF Training Guide Ruckus Incentive Center MDF Training Guide What s included in this guide? How to apply to be a Ruckus Ready Partner How to access the Ruckus Partner Portal How to access the Ruckus Incentive Center and

More information

How to sign up to Twitter

How to sign up to Twitter How to sign up to Twitter Below are instructions detailing how to sign up to twitter, how to use twitter and how to tweet. In order to do this I created a new account called TomSailability and took screen

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Farmworkers Safety App Team 09 TEAM MEMBER NAME Shobhit Agarwal Akshay Aggarwal Viraj Sahai Vahagen Sinanian Juan Andrade Basir Navab Marko Djuliarso

More information

Prototype Report (PRO) Version 1.2. Prototype Report. Women at Work. Team No: 14. Sr no Name Role 1 Srikant Madhava Project Manager

Prototype Report (PRO) Version 1.2. Prototype Report. Women at Work. Team No: 14. Sr no Name Role 1 Srikant Madhava Project Manager Prototype Report Women at Work Team No: 14 Sr no Name Role 1 Srikant Madhava Project Manager 2 Sanath Bhandary Operational Concept Engineer 3 Rohit Kudva Feasibility Analyst 4 Varma Maryala Life Cycle

More information

Prototype Report. Software Quality Analysis as a Service (SQAaaS) Team Number Kavneet Kaur Requirement Engineer. George Llames IIV & V

Prototype Report. Software Quality Analysis as a Service (SQAaaS) Team Number Kavneet Kaur Requirement Engineer. George Llames IIV & V Prototype Report Software Quality Analysis as a Service (SQAaaS) Team Number - 01 Kavneet Kaur Requirement Engineer George Llames IIV & V Aleksandr Chernousov Lift Cycle Planner Supicha Phadungsilp Feasibility

More information

Design Specification For Tribal Knowledge

Design Specification For Tribal Knowledge Leif Dreizler Zachary Sperske Andrew Cooney Andrew Thomas Scott Bishop Design Specification For Tribal Knowledge Version 1.0 Prepared by Undefined Reference to teamname Workday March 07, 2013 Login Screen...

More information

Log into your Account on Website then back to Home page.

Log into your Account on Website then back to Home page. Log into your Account on Website then back to Home page. To get to the team roster first go to > Team Directory. After you find the team you re looking for click on Team Home. This will take you to that

More information

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design.

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design. FINAL REPORT Table of Contents I) Project Planning II) User Analysis III) Tasks Analysis IV) Storyboard V) Function Design VI) Scenario Design VII) Database VIII) Usability Questionnaire IX) System Version

More information

Filename:QIM-DP-05-Approve Quality Reject and Set in Process Page 1 of 12

Filename:QIM-DP-05-Approve Quality Reject and Set in Process Page 1 of 12 This Desktop Procedure demonstrates the steps to View & Download Attachment, Upload a QRA Attachment, and then Set the Issue Status to In Process in QIM. 1. Click the Worklists tab in the Navigation Pane.

More information

Table of Contents. I. How do I register for a new account? II. How do I log in? (I already have a MyJohnDeere.com account.)

Table of Contents. I. How do I register for a new account? II. How do I log in? (I already have a MyJohnDeere.com account.) Quick Start Guide If you are an App Developer, you can get started by adding a new app and configuring it to consume Deere APIs on developer.deere.com. Use this Quick Start Guide to find and try our APIs.

More information

Prototype Report. Cash Doctor 3.0 Mobile APP. Team 12

Prototype Report. Cash Doctor 3.0 Mobile APP. Team 12 Prototype Report Cash Doctor 3.0 Mobile APP Team 12 Name Primary Role Alisha Parvez Developer Ekasit Jarussinvichai Developer Kenneth Anguka IV & V Engineer Danny Lee Quality Focal Point Le Zhuang Developer

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

MERCATOR TASK MASTER TASK MANAGEMENT SCREENS:- LOGIN SCREEN:- APP LAYOUTS:-

MERCATOR TASK MASTER TASK MANAGEMENT SCREENS:- LOGIN SCREEN:- APP LAYOUTS:- MERCATOR TASK MASTER TASK MANAGEMENT SCREENS:- LOGIN SCREEN:- APP LAYOUTS:- This is Navigation bar where you have 5 Menus and App Name. This Section I will discuss in brief in the Navigation Bar Section.

More information

GOLF MS ONLINE FUNDRAISING GUIDE

GOLF MS ONLINE FUNDRAISING GUIDE GOLF MS ONLINE FUNDRAISING GUIDE Accessing Your Participant Center Step 1: Visit the Golf MS website at http://eventmig.nationalmssociety.org/site/tr?fr_id=25680&pg=entry (We suggest you bookmark this

More information

Getting started with the ISIS Community Portal-

Getting started with the ISIS Community Portal- Getting started with the ISIS Community Portal- Creating an ISIS account- 1. In your web browser navigate to the ISIS portal site- http://www.isis.org and click Register in the upper right corner. If you

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

An Introduction to. WordPress.com. ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology

An Introduction to. WordPress.com. ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology An Introduction to WordPress.com ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology Acknowledgement: This document was compiled from notes available via the WordPress.com

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

Prototype Document Version 1.1. Prototype Report. Scriptonomics Team - 07

Prototype Document Version 1.1. Prototype Report. Scriptonomics Team - 07 Prototype Report Scriptonomics Team - 07 Team Member USC Email Id Primary Role Secondary Role Aditya Holikatti holikatt@usc.edu Feasibility Engineer Software Developer Alex Miller milleram@usc.edu IIV

More information

What s My Profile? REVISION 1. JANUARY

What s My Profile? REVISION 1. JANUARY What s My Profile? Profiles in BennyBuy help make the buying and paying process more efficient by allowing Users to customize and default information, Setting up shipping and billing addresses Save frequently

More information

P.E.O. STAR Scholarship Online Recommendation Instructions

P.E.O. STAR Scholarship Online Recommendation Instructions P.E.O. STAR Scholarship Online Recommendation Instructions The P.E.O. STAR Scholarship Recommendation Form for the chapter is available from September 1 through November 1. Starting September 1: As a chapter

More information

BuilderTREND Owners Help

BuilderTREND Owners Help BuilderTREND Owners Help Summary The summary screen is what you will see as soon as you login to the system. It is designed to give you a quick snapshot of where the building process currently stands,

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

Creating Content in Panopto

Creating Content in Panopto Getting Started with Panopto Panopto is GVSU s private video hosting service that will allow you to quickly create, edit, caption and host any academic videos. This user guide will take you through the

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

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.7.0 The owncloud developers October 30, 2018 CONTENTS 1 Release Notes 1 1.1 Changes in 2.7.0............................................. 1 1.2 Changes in 2.6.0.............................................

More information

ENTANDO 4.3 IN SUMMARY

ENTANDO 4.3 IN SUMMARY RELEASE NOTE ENTANDO 4.3 IN SUMMARY Compelling user experiences are increasingly important to the success of digital transformation projects, as well as time to market and developer efficiency. This is

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Fuppy Team No.7 Krupa Patel (Product Manager) Adil Assouab (Requirement Engineer) Yiyuan Chen (Software Architecture) Praveen Chander (Designer/Prototyper)

More information

DEPARTMENT OF EDUCATION. LEA Accounting

DEPARTMENT OF EDUCATION. LEA Accounting DEPARTMENT OF EDUCATION LEA ACCOUNTING Contents Revision History... 2 Revision History Chart... 2 Application Permissions... 3 Creating an AIM Account... 4 Create an Account Email Address Entered... 5

More information

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 8/31/17 Page 1 of 13

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 8/31/17 Page 1 of 13 UIS Office of Web Services WordPress User Guide WordPress User Guide 8/31/17 Page 1 of 13 UIS Office of Web Services WordPress User Guide Prepared by Ralph Shank Table of Contents About WordPress 3 Getting

More information

PeopleAdmin Quick Reference Guide Form I-9 Processing in I-9Advantage/E-Verify Logging In, Navigation, Actions & Status Updates

PeopleAdmin Quick Reference Guide Form I-9 Processing in I-9Advantage/E-Verify Logging In, Navigation, Actions & Status Updates If you have been designated as an i9advantage/e-verify User, you may receive an email from the i9advantage team to reset your password. This would be used for actions that need to take place on their platform

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

More information

Job Aid INTRODUCTION ACTIVATING ACCOUNT. Academy Loan Center esign Borrower Process (Mobile)

Job Aid INTRODUCTION ACTIVATING ACCOUNT. Academy Loan Center esign Borrower Process (Mobile) INTRODUCTION Job Aid Academy Loan Center esign Borrower Process (Mobile) The purpose of this article is to guide you, the borrower, through Academy Loan Center as well as troubleshoot any errors the you

More information

USER MANUAL TEACHER VERSION PREMIUM 01 AUGUST WIWO ENTERPRISES PVT. LTD COCHIN, INDIA (+91)

USER MANUAL TEACHER VERSION PREMIUM 01 AUGUST WIWO ENTERPRISES PVT. LTD COCHIN, INDIA (+91) USER MANUAL TEACHER VERSION 2.6.5 PREMIUM 01 AUGUST 2017 WIWO ENTERPRISES PVT. LTD COCHIN, INDIA (+91)484-6009496 www.wiwo.in DISCLAIMER The instructions in this document have been carefully checked for

More information

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 4/17/18 Page 1 of 12

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 4/17/18 Page 1 of 12 WordPress User Guide WordPress User Guide WordPress User Guide 4/17/18 Page 1 of 12 Prepared by Ralph Shank Table of Contents About WordPress... 3 Getting Connected to Your Website... 3 Editing and Publishing

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

COMMUNITIES USER MANUAL. Satori Team

COMMUNITIES USER MANUAL. Satori Team COMMUNITIES USER MANUAL Satori Team Table of Contents Communities... 2 1. Introduction... 4 2. Roles and privileges.... 5 3. Process flow.... 6 4. Description... 8 a) Community page.... 9 b) Creating community

More information

Table of Contents. After registering, fundraising is the next step to treating animals to a sweeter life!

Table of Contents. After registering, fundraising is the next step to treating animals to a sweeter life! Table of Contents Log In -------------------------------------------------------------------------- 2 Set up your personal fundraising page link ------------------ 3 Edit your personal fundraising page

More information

Prototype Report. Scriptonomics Team - 07

Prototype Report. Scriptonomics Team - 07 Prototype Report Scriptonomics Team - 07 Team Member USC Email Id Primary Role Secondary Role Aditya Holikatti holikatt@usc.edu Feasibility Engineer Software Developer Alex Miller milleram@usc.edu IIV

More information

A*STAR SRDB User Guide

A*STAR SRDB User Guide A*STAR SRDB User Guide Document Version: 5.0 Revised Date: 23 rd March 2010 Document name: ASTAR_UserGuide_5.0.doc Page 1 of 43 Revision History Date Version Author Review By Summary of Changes 9 th July

More information

SportsEngine Coach & Parent Tips

SportsEngine Coach & Parent Tips SportsEngine Coach & Parent Tips 1. Finding and Following Teams Any teams for which you are a member will automatically appear in the Favorites tab when you first log in. Teams that you want to follow

More information

Updating Astea Mobile URLs

Updating Astea Mobile URLs Updating Astea Mobile URLs Table of Contents UPDATING THE ASTEA APPLICATION SERVER URL... 4 RESETTING YOUR PASSWORD UPON INITIAL LOGIN... 7 CHANGING YOUR PASSWORD... 10 ACCESSING THE UPDATED TRAINING MATERIALS...

More information

Encode Rule Explorer App v1.0.2 for IBM QRadar Documentation

Encode Rule Explorer App v1.0.2 for IBM QRadar Documentation Encode Rule Explorer App v.0.2 for IBM QRadar Documentation Encode Rule Explorer App for IBM QRadar, Copyright 207 Encode SA, All rights reserved. Revision to This Document Date Revision Description 30

More information

MetaTrader 4 for iphone. User Manual

MetaTrader 4 for iphone. User Manual MetaTrader 4 for iphone User Manual LOG IN - After downloading and installing the terminal from the itunes store you will see the Metatrader 4 icon added to your app list. Tap the Metatrader 4 icon to

More information

Prototype Report Version 2.0. Prototype Report. Transportation Grant Fund. Team 14. Operational Concept Engineer

Prototype Report Version 2.0. Prototype Report. Transportation Grant Fund. Team 14. Operational Concept Engineer Prototype Report Transportation Grant Fund Team 14 Full Name Muruganantham Raju Kirill Khistyaev Karim Sacre Reza B Far Stephan Rice Zhanna Seitenova Ayman Khalil Primary Role Project Manager Software

More information

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Calendar 365... 1 Pre-requisites... 2 Installation... 2 Installation Steps... 2 Configuration Steps... 5 Calendar Management... 19 Calendar Activities...

More information

New submission portal for Issuer Management cases

New submission portal for Issuer Management cases New submission portal for Issuer Management cases 1 New online portal for submissions In July we will introduce an online portal which will be our preferred method for submitting applications, requests

More information

User Guide. The Bluffs Ocean South website Page 1. November, 2015

User Guide. The Bluffs Ocean South website Page 1. November, 2015 November 2015 User Guide The Bluffs Ocean South website Page 1 Alphabetical Table of Contents Alerts...3 Bulletin Board..7 Calendar...5,6 COA...3,4 Create your account / Register (First time users)...8-10

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Tipsure.com Team# 09 Member Name Jonathan Tuse Raymond Feng David Brenn-Cogen Aayushi Birla Tej Trivedi Nirupama Vaidyanathan Linkun Li Primary Role

More information

Presentation: iphone and ipad

Presentation: iphone and ipad Presentation: iphone and ipad Presentation Outline O Basic Buttons O Adding Contacts O Calling O Camera/Video O Messaging O App Store O Weather O imovie Basic Buttons Adding Contacts O A contact is a person

More information

ISQua Collaborate User Guide for Surveyors

ISQua Collaborate User Guide for Surveyors 2017 ISQua Collaborate User Guide for Surveyors THE INTERNATIONAL SOCIETY FOR QUALITY IN HEALTH CARE LTD TABLE OF CONTENTS About ISQua Collaborate... 2 Getting started... 2 Logging in... 3 Dashboard...

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Tour Conductor Team-05 Name Ankush H Prasad Ajay Kumar G C Aadithya B Andrew Han Joseph Mouawad Manas Yadav Rohit Ravindra Role System Architect, Project Manager,

More information

Interstate Capital App User Guide. Version 1.1

Interstate Capital App User Guide. Version 1.1 Interstate Capital App User Guide Version 1.1 User Guide Version 1.1 Interstate Capital App INTRODUCTION With the Interstate Capital App for smart phones, you can easily upload the documents you need to

More information

Welcome to the SIGGRAPH online networking tool!

Welcome to the SIGGRAPH online networking tool! Welcome to the SIGGRAPH online networking tool! We look forward to seeing you at SIGGRAPH 2013! To help you maximize your connections, we'd like to welcome you to the integrated networking platform. This

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent

More information

WEBUS Web Updating System Client User s Guide

WEBUS Web Updating System Client User s Guide WEBUS Web Updating System Version 2.3 TelVue Virtual Television Networks 16000 Horizon Way, Suite 500 Mt. Laurel, NJ 08054 Phone (800) 885-8886 (TVTN) Fax (856) 886-7411 www.tvtn.tv Table of Contents WEBUS...

More information

AIRCALL GUIDE FOR ADMINS

AIRCALL GUIDE FOR ADMINS AIRCALL GUIDE FOR ADMINS 1 TABLE OF CONTENTS Welcome to Aircall! 1. Configure your Account Configure your numbers Manage your agents Explore Analytics Choose your plan & pricing 2. Configure your App Make

More information

How to apply for the e-tip using the ZIMRA e-tip Portal. 1. Sign Up on a Mobile app. Select the e-tip app on your phone

How to apply for the e-tip using the ZIMRA e-tip Portal. 1. Sign Up on a Mobile app. Select the e-tip app on your phone How to apply for the e-tip using the ZIMRA e-tip Portal 1. Sign Up on a Mobile app Select the e-tip app on your phone Select Sign Up if you don t have an account Capture your Sign Up details Select SUBMIT

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Note: To record with the ios App your Panopto server must be 4.3 or higher.

Note: To record with the ios App your Panopto server must be 4.3 or higher. ipad App Overview This documentation will show you how to use the Panopto ios application on an ipad To view the iphone specific documentation click here. Note: To record with the ios App your Panopto

More information

What is CBAS web? Overview on CBAS web for Access Control Systems:

What is CBAS web? Overview on CBAS web for Access Control Systems: What is CBAS web? CBAS web is a tool that can be used to program data to a CBAS system via the web. CBAS web can also be used to display a live feed of the CBAS system via the web. It should be understood

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications WordPress is an easy-to-use weblog system, providing numerous features like categories, ratings, as well as plugins installation. This installer application will easily install the WordPress tool to a

More information

Accessing Your Participant Center

Accessing Your Participant Center Accessing Your Participant Center Step : Visit the Society website at http://main.nationalmssociety.org/site/tr?pg=entry&fr_id=463 First click Login at the top of the screen Next enter your username and

More information

TROUBLE TICKET REPORTING TOOL. User Guide v1

TROUBLE TICKET REPORTING TOOL. User Guide v1 TROUBLE TICKET REPORTING TOOL User Guide v1 OVERVIEW & ACCOUNT SET UP Document Sections Overview and Account Set Up Dashboard Help Desk Account Settings Frequently Asked Questions 2018 Comcast. All rights

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 12. March. 2018 By: Technical Support Team Table of Contents 1) Introduction 3 2) Student Panel (SIS) 3 2.1) Student Panel (SIS) Login 3 2.1.1) Definitions

More information

Evoq 9 Content Managers Training Manual

Evoq 9 Content Managers Training Manual Evoq 9 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 9...3 Editing Bar...3 Dashboard...4

More information

Microsoft OneDrive. How to login to OneDrive:

Microsoft OneDrive. How to login to OneDrive: Microsoft OneDrive The beauty of OneDrive is that is accessible from anywhere you have an Internet connection. You can access it from a Mac or Windows computer. You can even access it on your SmartPhone

More information