Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps

Size: px
Start display at page:

Download "Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps"

Transcription

1 Software Requirements Document for Graffiti Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon Version Date Author Change /13/ SM Initial Document /22/ LH + Updated Section 1 08 MH / 22/08 All Completed SRS2 Steps Table of Contents 1 Introduction Purpose Scope Definitions, acronymns, abbreviations References Overview Overall Description Product Perspective Product functions User characteristics Constraints Assumptions and Dependencies Specific Requirements External Interface Requirements FEATURES Performance requirements Design Constraints Software System Attributes Other Requirements. 24

2 1 Introduction 1.1 Purpose This document is to present a detailed description of the Graffiti application for the Android mobile operating system. It will explain the purpose, features, and interfaces of the Graffiti system. It will specify constraints and list actor interactions. This document was created with both developers and customers in mind. 1.2 Scope This document will contain the details of the development and requirements of the Graffiti project. It consists of project definitions, use cases and diagrams, sequence diagrams, concepts of operation, and general details about the project's requirements. 1.3 Definitions, acronyms, abbreviations Term Login View Make Post View Reply Post View Profile View Zone View Post View Streetname Street Cred Anonymous User Registered User Description The technical reference to the login screen The technical reference to the screen that allows the user to make a new post The technical reference to the screen that allows the user to reply to a post The technical reference to the screen that allows the user to view and change their profile The technical reference to the screen that allows the user to view the posts in the nearby area The technical reference to the screen the screen that allows the user view the content of a post Equivalent to a login username A peer review point value system to review user posts A user privilege level that only allows anonymous posting A user privilege level that allows posting along with anonymous posting and allow interaction with peer review system

3 Administrative User A user level privilege that provides all lower level privileges and administrative data access 1.4 References Google's Android OS Homepage Overview [OMIT] 2 Overall Description Graffiti is a social, GPS based, mobile message posting system for the Android operating system. It is a way to connect with strangers and interact with the environment. Think about graffiti on the side of the a building or written on a bathroom wall. Graffiti is the digital enhancement of this interaction. If you are at a bar and you want to post a photo of you and your friends, the photo will be linked to that location so that anyone who goes there can view it. If you had a bad or good experience at a location, you can tell the Graffiti community about it. Graffiti also has a web interface that allows you to track your posts and view Street Cred, Graffiti's peer review system. 2.1 Product Perspective The Android platform is a system that is still in development. There is a competing product called Graffitio developed for the iphone, but unlike our product it is covered by Apple's Non-Disclosure Act which prevents sharing any code that uses the Apple iphone SDK. Our product on the other hand could be released as an open source project which users could view and modify. While the project itself is open source and can be downloaded freely, there still exists potential for commercial profit. Advertizing space entries in the database could be sold to make a profit Concept of Operations When the application is loaded from the Android application menu the Graffiti Login screen is loaded. The user is given the option to Login anonymously or with a registered username, recover his or her lost password, or register a new account name. When the user logs into the application the Zone View screen is loaded, displaying topics in the nearby area. From the Zone View screen the user may view topics, and after selecting a topic from the Zone view screen the Topic View screen is displayed. At the Topic View screen the user

4 may select an individual post from the Topic View screen to view in the Post View Screen. After viewing the post the user may either reply to the post or return to a previous screen. At anytime the user may logout or navigate to the Profile screen to update thier user profile Major User Interfaces See Appendix A for screenflow diagram Example Screenshot and description See Appendix B for screenshots and descriptions Hardware Interfaces Hardware interfaces include an Android cellphone and a computer terminal for the web interface Software Interfaces // example: CGI-URL or function signatures etc (OMIT for now) Communication Interfaces // example: modem etc (OMIT for now) Memory Constraints // RAM, and other storage constraints (OMIT for now) Operations // special operations (if any) (OMIT for now) Site Adaptation Requirements //ex: Japanese language etc (OMIT for now)

5 2.2 Product functions Major Use case User logs in using a registered account, he then views nearby posts on zone view. He decides to read a post which opens the topic view. User selects the first post in the topic view which opens post view of that topic. The user then hits the reply button and responds to post. Then user selects log out from the menu and exits the program Example use case Title: Login Description: The purpose of this view is to allow an actor to login in order to gain access to their profile and to have posts tagged with their user name. Primary Actors: Administrator, Registered User, Anonymous User Basic Flow:

6 1. The actor loads graffiti and types in his username and password into the text boxes and selects the login button. 2. Upon successful login, the users profile is loaded and the screen then changes to Zone View. 3. Preferences are loaded to display all posts in area. Alternate Flows: 1. The actor loads graffiti and selects the login anonymously button. 2. No profile is loaded. 3. The screen changes to Zone View with default preferences. 4. The actor types in his username and password but they are incorrect. 5. The actor is prompted with a window asking him to re-enter his login information again. Preconditions: User has just launched application, is brought to login screen. Postconditions: The actor is successfully logged in with preferences loaded.

7 Title: New User Description: This use case is a way for the user to create his profile and set his settings using a browser. Primary Actors: Administrator, Registered User, Anonymous User Basic Flow: 1. The actor loads graffiti and selects New User? link. 2. A web Browser is loaded with a registration form. 3. The user enters in his profile information including desired username and password and selects submit. Alternate Flows: 1. The actor loads graffiti and selects Forgot password? link. 2. A web browser is loaded with a password recovery form. 3. The user enters password retrieval information and a new password is sent to him. Preconditions: Actor is at login screen and has no username and password or forgotten username and password. Postconditions: The actor is returned to the login screen with a valid username and password.

8 Title: Reply to a Post Description: User wishes to reply to an existing post. He is able to accomplish this through the 'Reply to a Post' screen. Primary Actors: Administrator, Registered User, Anonymous User Basic Flow: 1. User enters the message he wishes to use as a reply 2. User clicks 'upload image' and selects an image to upload 3. User presses 'Post!' 4. Message is sent from phone to server with a date, time, and position stamp. 5. Server sends query to database adding a row for the reply. 6. User is returned to the 'Post View' screen. Alternative Flows: 1. Same as regular flow, but step 2 is omitted. 2. In other words, an image is not uploaded as part of the reply. Preconditions: User is logged in and on the 'Reply to a Post' screen. Postconditions: User is returned to the 'Post View' screen. The reply message is added to the database. Title: Cancel Reply Description: User selects 'Reply to a Post' but does not wish to actually send the reply. Instead the user chooses to cancel his action and navigate to a different screen, discarding his reply. Primary Actors: Administrator, Registered User, Anonymous User

9 Basic Flow: 1. User clicks the 'Menu' button. 2. Users clicks either 'Profile', 'Zone View', or 'Topic View' 3. The reply message is discarded. 4. User is navigated to the screen he chose. Alternative Flow: 1. In step 2, user clicks 'Logout'. 2. The user is logged off and returned to the login screen. Preconditions: User is logged and on the 'Reply to a Post' screen. Postconditions: The reply message is not added to the database. Title: Select Make Post Description: User wishes make a new post. He is able to accomplish this through the Make Post' screen. Primary Actors: Administrator, Registered User, Anonymous User Basic Flow: 1. User enters the message he wishes to use as a new post 2. User clicks 'upload image' and selects an image to upload 3. User presses 'Post!' 4. Message is sent from phone to server with a date, time, and position 5. Server sends query to database adding a row for the reply. 6. User is returned to the the 'Zone View' screen. Alternative Flows: 1. Same as regular flow, but step 2 is omitted.

10 2. In other words, an image is not uploaded as part of the reply. Preconditions: User is logged in, User is on the Make Post' screen. Postconditions: User is returned to the 'Zone View' screen. The new post message is added to the database. Title: Cancel Make Post Description: User selects Make Post' but does not wish to actually make a new post. Instead the user chooses to cancel his action and navigate to a different screen, discarding his new post. Primary Actors: Administrator, Registered User, Anonymous User Basic Flow: 1. User clicks the 'Menu' button. 2. Users clicks either 'Profile', 'Zone View', or 'Topic View' 3. The new post message is discarded. 4. User is navigated to the screen he chose. Alternative Flow: 1. In step 2, user clicks 'Logout'. 2. The user is logged off and returned to the login screen. Preconditions: User is logged in and on the 'Make Post' screen. Postconditions: The reply message is not added to the database.

11 Title: Select Zone View Description: This use case details the selection and loading of the Zone View screen. Primary Actors: Administrator, Registered User, Anonymous User Basic Flow: 1. User presses the menu button, the main menu frame is loaded 2. User selects "Zone View" from the main menu 3. System loads the Zone View screen and returns messages within range Alternative Flow: 1. User presses the menu button, menu frame is loaded 2. User selects Logout, About, Profile, or Zone View 3. System navigates to the user selected screen Precondition: User has logged in via the Login screen

12 Title: Select Topic View Description: This use case details the selection and loading of the Topic View screen. Primary Actors: Administrator, Registered User, Anonymous User Basic Flow: 1. User selects a message from the Zone View 2. System returns the selected message and any replies Alternative Flow: 1. User presses the menu button, menu frame is loaded 2. User selects Logout, About, Profile, or Zone View 3. System navigates to the user selected screen Preconditions: User has logged in via the Login screen and has selected Zone View.

13 2.3 User characteristics This application is intended for users ages 10 and up with various levels of education. Projected Screen Usage Login Screen - High Frequency Zone View - High Frequency Topic View - High Frequency View Post - High Frequency Reply Post - Medium Frequency Make Post - Medium Frequency Profile - Low Frequency About - Low Frequency 2.4 Constraints // all conditions that may limit design options (INCLUDE NON FUNCTION CONSTRAINTS) 2.5 Assumptions and Dependencies // hardware and software assumptions and dependencies 3 Specific Requirements // Here you need to put in details (if any). Mark items [None] if you do not have any information.

14 3.1 External Interface Requirements User Interfaces See Appendix A: Screen Shots Hardware Interfaces [None] Software Interfaces [None] Communications Interfaces Graffiti will use the internet to communicate with the graffiti servers. 3.1 External Interface Requirements 3.2 Features Profile Customization - Jordan User Profile Priority Benefit Penalty Cost Risk Low Medium Medium Medium Low Description: The system shall store information about the user to be made available as a user profile. This includes content supplied by the user as well as content supplied by the system. The user will have options for editing their own profile, and will able to view their own profile as well as the profiles of other users as static web pages. Stimulus/Response Sequence: From the main menu, the user can select User Profile, and the system will query the database for user information and return the profile page. From the profile page, the user can select Edit Profile, and the system will return a page allowing the user to input and modify profile information. Functional Requirements: REQ-1: The user shall have the option to input descriptive text into a text field, which is then submitted to the system and stored on the database REQ-2: The user shall have the option to input an image into an image upload dialogue, which is then submitted to the system and stored on the database

15 REQ-3: The system shall generate an overall street cred rating for the user based on the combined peer ratings of the user s individual posted messages, which will be stored on the database REQ-4: When a user s profile is viewed, the system shall query the database and return the user s street cred rating, user-specified information, and avatar image REQ-5: Other information stored on the database about the user, such as username, date joined, last login date, and number of posts, shall also be displayed on the profile. Inverse Requirements: REQ-6: The system shall not allow the user to edit the profiles of other users Error Handling Requirements: REQ-7: When entering descriptive text, if no text is supplied or the text exceeds a certain character limit, the system shall return a notification that the text was not properly submitted REQ-8: When uploading an image, if the user does not specify a valid image or the image exceeds a certain filesize or dimensions limit, the system shall return a notification that the image was not properly submitted REQ-9: If a connection with the database cannot be made, the system shall return an error notification Message filtering Priority Benefit Penalty Cost Risk Low Medium Low Medium Low Description: The user shall have the option to filter messages based on various criteria. Stimulus/Response Sequence: From the Edit Profile page, the user can select 'Message Filtering,' and the system will return a page containing message filtering options. If the user changes options an submits the changes, the system will store the settings in the database and return the user to the Edit Profile page. Functional Requirements: REQ-1: The system shall provide an option for the user to filter messages by date and time of post REQ-2: The system shall provide an option for the user to filter messages by username. The user will input a list of usernames to filter out into a text field rating REQ-3: The system shall provide an option for the user to filter messages by cred

16 REQ-4: When the user submits any changes made, the system will store the settings in the database Inverse Requirements: REQ-5: The system shall not save changed settings if the user navigates away from the page before submitting changes. Error Handling Requirements: REQ-6: If a connection with the database cannot be made, the system shall return an error notification Authentication User Authentication - Ben Priority Benifit Penalty Cost Risk High High High Medium Low Description: Registered users have the ability to authenticate a sesssion with the server which allows the users to claim a registered username stopping other users from using the same username. Unregistered users cannot use a specified username, they can only post as anonymous. Stimulus/Response Sequence: The user opens the application and is prompted to either log in or log in anonymously. The user chooses to log in using a registered username. The user enters their registered username and password. The password is hashed and sent to the server which will check for a matching username and hashed password in the database. The system confirms that the username exists and the supplied hashed password matches the stored hashed password. Functional Requirements: REQ-1: The user must be allowed to log into the system anonymously REQ-2: The user must be allowed to log into the system using their registered username REQ-3: The system must provide a password recovery mechanism Inverse Requirements: REQ-4: The system should not allow an unauthorized user to log into a registered account REQ-5: The system must not store an unhashed value of an account password Error Handeling Requirements: REQ-6: The system should should inform the user if a username or password is incorrect Messages Message Posting - Luke

17 Priority Benefit Penalty Cost Risk High High High Medium Low Description: The message posting function should create a connection with the Graffiti server and submit the information the actor entered into the make new post screen fields. Stimulus/Response Sequence: From the make new post view the user enters his desired message into the fields and then presses the "Post!" button. This causes the software to create a connection with the Graffiti server, convert the user entered information into XML format, and then send the post to the Graffiti server. Once the post is successful the view will be switched to the post view screen with the user's new post displayed. Functional Requirements: REQ-1: If the application is interrupted by a phone call the system should save all the user entered information and restore it after the system is restored. REQ-2: When the user presses "Post!" and they have at least included a title the software must make a valid connection with the server REQ-3: Once a successful connection is made with the server, the system must parse the user input into a format to be sent to the server REQ-4: The system must successfully send the message to the server REQ-5: The system must allow the user to be able to upload pictures with their post REQ-6: The system must allow the user to post anonymous messages REQ-7: The system must allow the user to post messages using a registered username Inverse Requirements: REQ-8: The system should not drop messages REQ-9: The system should not switch views automatically unless the message has been published to the server Error Handling Requirements: REQ-10: The system should notify the user if a connection with the server cannot be made title REQ-11: The system should notify the user if he tries to post and doesnt have a Message Browsing- Luke Priority Benefit Penalty Cost Risk High High High Low Low

18 Description: The message browsing function should get the users GPS location and send a request to the Graffiti server to retrieve all of the visible posts in the area. Stimulus/Response Sequence: When the user selects zone view from the menu or logs in the software should create a connection with the graffiti server. It then retrieves all relevant information from the server and displays a list of the available posts to the user. The user may select a post which is then retrieved from the server and post view will then be loaded with the relevent post information. Functional Requirements: REQ-1: If the application is interrupted by a phone call, the user interface should be reloaded upton return to the system REQ-2: The system should display a list of all messages in the GPS range of the user when in zoneview REQ-3: If the user selects a message in zone view it should be loaded into post view REQ-4: If any pictures are associated with a post, they must be displayed REQ-5: If the user moves locations, zoneview should update the visible post list REQ-6: If the user selects reply, post make reply post view should be loaded with that message information Inverse Requirements: REQ-7: The system should not display messages that are not in range REQ-8: The system should not display messages that are not part of the current filter settings. REQ-9: The system should not display messages that are not within GPS range of the user Error Handling Requirements: REQ-10: The system should notify the user if a connection with the server cannot be made GPS GPS - Ben Priority Benifit Penalty Cost Risk High High High Medium High Description: GPS (global posistioning system) is used to catagorize posts according to the locations that they were physically made. GPS allows the user to constantly update their current location and view posts that were generated in their physical area.

19 Stimulus/Response Sequence: In every situation GPS is constantly updated the users current position. The user queries the client for its current GPS posistion before viewing local posts or making a post or replying to an existing post. Functional Requirements: REQ-1: The GPS coordinates should be accurate to within 150 feet REQ-2: A GPS location must map to a zone that can be accessed efficiently in the database Inverse Requirements: REQ-3: The user must not be able to provide false GPS location data Graffiti Server - Yuly Message Storage Priority Benefit Penalty Cost Risk High High High Medium Low Description: The server receives information from clients and stores the information in a database. Stimulus/Response Sequence: A message is received from a client -- corresponding to a new post or a reply to an existing post. The new data is added to the database. The server then sends a success message to the client. Functional Requirements: REQ-1: A new post / reply is correctly stored in the database. Updating all necessary fields REQ-2: The server must send a success message to the client upon adding the post to the database REQ-3: The server must be able handle multiple client connections REQ-4: The server must respond to the client within 15 seconds REQ-5: The server must decode the data sent from the client to extract username, message title, message text, image, and location REQ-6: The server must successfully store all the decoded information from the client in the database Inverse Requirements: REQ-7: The server should not lose any messages from the client REQ-8: The database should not lose any posts REQ-9: The only change to the database should be the addition of the new post

20 REQ-10: The server should protect the database from SQL injection. Error Handling Requirements: REQ-11: The database should return an error response if it fails to store a message Message List Retrieval Priority Benefit Penalty Cost Risk High High High Medium Low Description: The server receives a request for message posts from a client. Stimulus/Response Sequence: A message is received from a client requesting a list of posts. The server locates all relevant posts in the database and sends the message titles and descriptions. Functional Requirements: REQ-1: The server responds to the client with a list (may be empty) REQ-2: The server must access the database to locate all posts matching the client's criteria REQ-3: The server must be able handle multiple client connections REQ-4: The server must respond to the client within 15 seconds. REQ-5: The server must encode the data (message title and description) retrieved from the database in the form that can be sent to the client REQ-6: The server must successfully send the list of posts to the client Inverse Requirements: REQ-7: The database should not change from viewing a post Error Handling Requirements: REQ-8: The server must send an error message to the client if it fails to create a list of messages Individual Message Retrieval Priority Benefit Penalty Cost Risk High High High Medium Low Description: The server receives a request for specific message. Stimulus/Response Sequence: A message is received from a client requesting a specific post. The server locates the post in the database and returns it to the client.

21 Functional Requirements: REQ-1: The server responds to the client with a list (may be empty) REQ-2: The server must access the database and locate the requested thread and any replies REQ-3: The server must be able handle multiple client connections REQ-4: The server must respond to the client within 15 seconds REQ-5: The server must encode the data (message title, description, text, and image) in a format readable by the client REQ-6: The server must successfully send the message to the client Inverse Requirements: REQ-7: The database should not change from viewing a post Error Handling Requirements: REQ-8: The server must send an error message to the client if it fails to create a thread of messages Web Interface - Michael User Functions Priority Benefit Penalty Cost Risk High High Medium Medium Low Description: The web interface shall provide the user with the ability to register a new username or recover the password of an existing account. Stimulus/Response Sequence: A user presses either the "New user?" or "Forgot Password" button. The Android phone will then open it's web browser and navigate to the Graffiti web interface. The user will then be prompted to enter information, depending on what option was selected to reach the web interface. Functional Requirements: REQ-1: The interface shall allow the user to apply for a new username REQ-2: The interface shall accept a username and address when a user applies for a new account REQ-3: The system shall query the login database to verify that the requested username in a new account application is not already registered REQ-4: The interface shall allow the user to request for his or her password be reset REQ-5: The interface shall accept a username and address when a user requests to have his or her password reset

22 REQ-6: The system shall query the login database to verify information when a user submits information to reset a password REQ-7: The interface shall allow the user to close the interface and return to the last opened Graffiti view Inverse Requirements: REQ-8: The system shall not allow new registration of an existing username REQ-9: The system shall not reset a user's password if the entered username does not match the entered address Error Handling Requirements: REQ-10: The system shall return an error message if the a username is unavailable for new registration REQ-11: The sytem shall return an error message if the wrong username/ address combination is submitted for a password reset request Administrative functions Priority Benefit Penalty Cost Risk High High Medium Medium Low Description: The web interface shall provide the Administrator with the ability to: delete posts, edit posts, ban users, and view all posts independent of location. Stimulus/Response Sequence: The administrator navigates to the web interface using a web browser. The admin then enters his or her account information. If the account information is valid the administrator is given access to a few administrative functions. Functional Requirements: REQ-1: The interface shall allow the administrator to make a pos REQ-2: The interface shall allow the administrator to delete posts REQ-3: The interface shall allow the administrator to edit posts REQ-4: The system shall update the post database when a new posts is made, a post is edited, or a post is removed REQ-5: The interface shall allow the administrator to ban users for a period of time REQ-6: The interface shall allow the administrator to browse posts by physical location REQ-7: The interface shall require a username and password for administrator login

23 REQ-8: The system shall query the login database to verify that the administrator account information is valid Inverse Requirements: REQ-9: The interface shall not require the admin to be at a location to make a post REQ-10: The interface shall not require the admin to be at a location to delete a post REQ-11: The interface shall not require the admin to be at a location to edit a post REQ-12: The system shall not allow administrator access if the submitted account does not have administrator privileges Error Handling Requirements: REQ-13: The system shall return an error if the submitted administrator account information is not valid 3.3 Performance requirements [None] 3.4 Design Constraints The system will be implemented using Java, PHP, MySQL, XML and will run on Android SDK Software System Attributes Reliability If system is interrupted by a phone call it should save its state and return when the system is resumed. If the phone loses power or is shut off, non saved data will be lost. The server will run 24/7 barring network and power outages Availability The system is available to anyone with a Google Android phone. The registration system is open to the public, and unregistered, anonymous posting is also allowed for Security Passwords will be stored on our data servers and encrypted using a hashing algorithm.

24 3.5.4 Maintainability All code will be highly modularized, allowing for easy modification of subsystems Portability The Graffiti application will only be available as an application for Google Android phones. The web interface for user registration, however, will be accessible online. 3.6 Other Requirements [None] // ADD Appendices (if any) // Regenerate Table of Contents

25 Appendices Appendix - A

A Learning Management System for Professionals Who Protect the Public s Health. User QuickGuide

A Learning Management System for Professionals Who Protect the Public s Health. User QuickGuide A Learning Management System for Professionals Who Protect the Public s Health User QuickGuide How to login to MRC-TRAIN 1. Type https://www.mrc.train.org into the address field of your browser. 2. Enter

More information

International Etruscan Sigla Project Software Requirements Specification Team Spannabe

International Etruscan Sigla Project Software Requirements Specification Team Spannabe International Etruscan Sigla Project Software Requirements Specification Team Spannabe I. Introduction A. Purpose The purpose of the Software Requirements Specification document is to clearly define the

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

Community Mobile Patrol Officer User Guide v13.4

Community Mobile Patrol Officer User Guide v13.4 Community Mobile Patrol Officer User Guide v13.4 To download the PatrolLIVE App for the iphone: 1. On the iphone, go to the App Store and search for Guard Tour (Please note: The App is not supported on

More information

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri Software Requirements Specification for UCSB 360 Version 1.2 Prepared by Group Name: Team Epsilon Max Hinson 4426771 maxwellhinson@gmail.com Jhon Faghih Nassiri 4111274 jfaghihnassiri@gmail.com Luke Buckland

More information

Quick-Start Tutorial. Airavata Reference Gateway

Quick-Start Tutorial. Airavata Reference Gateway Quick-Start Tutorial Airavata Reference Gateway Test/Demo Environment Details Tutorial I - Gateway User Account Create Account Login to Account Password Recovery Tutorial II - Using Projects Create Project

More information

International Etruscan Sigla Project Software Requirements Specification

International Etruscan Sigla Project Software Requirements Specification International Etruscan Sigla Project Software Requirements Specification I. Introduction A. Purpose The purpose of this Software Requirements Specification document is to clearly define the system under

More information

Getting Started Quick Start Guide

Getting Started Quick Start Guide Getting Started Quick Start Guide This guide provides tips for users new to using the Learning Environment. It discusses how to navigate the main areas and how to change your personal preferences and settings.

More information

Team Management. Coaches and Team Managers Guide

Team Management. Coaches and Team Managers Guide Team Management Coaches and Team Managers Guide November 2015 Table of Contents Table of Contents Overview Audience About the Mobile App Examples Creating a Sport Ngin Account Accessing Team Center For

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

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

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration.

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. Administrator Guide Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. The information and content in this document is provided for informational purposes

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

Software Design Description Report

Software Design Description Report 2015 Software Design Description Report CodeBenders Haldun Yıldız 1819663 Onur Aydınay 1819002 Deniz Can Yüksel 1819697 Ali Şihab Akcan 1818871 TABLE OF CONTENTS 1 Overview... 3 1.1 Scope... 3 1.2 Purpose...

More information

Using SystmOnline - A Guide for Patients

Using SystmOnline - A Guide for Patients Using SystmOnline - A Guide for Patients About SystmOnline SystmOnline allows you to do things like booking appointments and ordering repeat prescriptions at a time convenient to you. SystmOnline is also

More information

Project Title: Infralog Team: Team Enigma Authors : Blake Husserl, Rafal Wojciek, Jose Vasquez, Metehan Ozten, Ahmad Bayonis.

Project Title: Infralog Team: Team Enigma Authors : Blake Husserl, Rafal Wojciek, Jose Vasquez, Metehan Ozten, Ahmad Bayonis. Project Title: Infralog Team: Team Enigma Authors : Blake Husserl, Rafal Wojciek, Jose Vasquez, Metehan Ozten, Ahmad Bayonis Revision History: (1/26/15) Document created (1/28/15) First Draft finished,

More information

CHAPTER 1 - INTRODUCTION...2 WHAT IS ISUPERSUITE?...2 WEB-BASED APPLICATION...3 CHAPTER 2 - INSTALLATION CONFIGURATIONS...4 STANDALONE...

CHAPTER 1 - INTRODUCTION...2 WHAT IS ISUPERSUITE?...2 WEB-BASED APPLICATION...3 CHAPTER 2 - INSTALLATION CONFIGURATIONS...4 STANDALONE... CHAPTER 1 - INTRODUCTION...2 WHAT IS ISUPERSUITE?...2 WEB-BASED APPLICATION...3 CHAPTER 2 - INSTALLATION CONFIGURATIONS...4 STANDALONE...4 LOCAL AREA NETWORK...4 WIDE AREA NETWORK...4 CHAPTER 3 - SECURITY...5

More information

Detailed Design. Java Problem Repository & Education Platform JPREP

Detailed Design. Java Problem Repository & Education Platform JPREP Team Members: Luke Greiner Denis Kalic Abigail McCarthy Robert Tateo Nguyen Truong Patrick White Detailed Design Java Problem Repository & Education Platform JPREP Revision: 1.1 Date: 3/07/14 1 D e l t

More information

Halo Administrator GUIDE

Halo Administrator GUIDE Halo Administrator GUIDE Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... 6 Quick Note... 6 Mark as Urgent...

More information

1.4 Definitions, acronyms, and abbreviations PWAS: Printshop Workflow Automation System, the name of the proposed system.

1.4 Definitions, acronyms, and abbreviations PWAS: Printshop Workflow Automation System, the name of the proposed system. 1. Introduction While it's true that we are now in the so-called Information Age, it's good to keep in mind that there are still many industries in which computers do not play a dominant role in day-to-day

More information

GNOSYS PRO 0.7. user guide

GNOSYS PRO 0.7. user guide GNOSYS PRO 0.7 user guide Author Guido M. Re Date September 2016 Reviewer Chad Barksdale Date September 2016 3 Contents 1 Get Started 7 1.1 System Requirements...................................................

More information

Software Requirements Specification (IEEE Std )[1] V1.0. NoNET. Prepared by FixIT

Software Requirements Specification (IEEE Std )[1] V1.0. NoNET. Prepared by FixIT Software Requirements Specification (IEEE Std 830-1998)[1] V1.0 NoNET Prepared by FixIT Ceyda Tosun-1819580 Gülşah Sabırsız-1881424 Gulnaz Shaidolda-1784578 METU - Department of Computer Engineering CENG

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management Account Management Administrator User Guide July 2016 1 Copyright 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

Comodo One Mobile Software Version 1.16

Comodo One Mobile Software Version 1.16 Yesrat Comodo One Mobile Software Version 1.16 User Guide Guide Version 1.16.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to C1 Mobile...3 1.1 Signing

More information

MyHealthRecord. Patient User Guide. Top of Page Table of Contents

MyHealthRecord. Patient User Guide. Top of Page Table of Contents MyHealthRecord Patient User Guide 1 P a g e Information Technology Department MyHealthRecord Patient User Guide Copyright 2014 Family Health Centers of San Diego, Inc. 823 Gateway Center Way San Diego,

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 TABLE OF CONTENTS NO TOPICS PAGES 1 LOGIN 1-3 2 CHANGE PASSWORD 4 3 CREATE NEW REQUEST 5-7 4 VIEW REQUEST 8-9 5 LOGOUT 10 6 FORGOT

More information

An Online Interactive Database Platform For Career Searching

An Online Interactive Database Platform For Career Searching 22 Int'l Conf. Information and Knowledge Engineering IKE'18 An Online Interactive Database Platform For Career Searching Brandon St. Amour Zizhong John Wang Department of Mathematics and Computer Science

More information

Getting Started. What is the genuine URL for RHB Now Internet Banking? The genuine URL is Username and Password

Getting Started. What is the genuine URL for RHB Now Internet Banking? The genuine URL is   Username and Password Getting Started What is the genuine URL for RHB Now Internet Banking? The genuine URL is https://rhbnow.rhbgroup.com/kh Username and Password What should I do if I've forgotten my Username? Please access

More information

Welcome to Client Access Web!

Welcome to Client Access Web! Welcome to Client Access Web! Introduction W elcome to the Express Collections Client Access Portal. This portal has been crafted so that you, our valued client, can have convenient and secure access to

More information

Themis An Automated Online Programming Contest System

Themis An Automated Online Programming Contest System Themis An Automated Online Programming Contest System Software Requirement Specification SRS version 1.0.1 Aravindan V (CS03B002) Ravi Shankar K (CS03B018) Sriram Kalyanaraman (CS03B024) Karthekeyan C

More information

User Guide Published: 08/02/2010

User Guide Published: 08/02/2010 User Guide Published: 08/02/2010 Table of Contents 1 Revision History... 4 2 Introduction... 5 3 Accessing the TRAC Connect System... 5 3.1 Getting Started... 5 3.2 Registration... 8 3.3 Login... 11 3.4

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

Software Design Document

Software Design Document Software Design Document author(s): Bart Maes Abstract: This document lays down the architecture and detailed design of the Salesmen project. This project is created by group 2 of the course Software Engineering

More information

Task Routing. Task Routing

Task Routing. Task Routing , page 1 API Request Flows, page 10 Failover and Failure Recovery, page 18 Setup, page 21 Sample Code for, page 30 Reporting, page 31 describes the system's ability to route requests from different media

More information

SIMSme Management Cockpit Documentation

SIMSme Management Cockpit Documentation Introduction SIMSme Management Cockpit Documentation Version 2.1 February 2018 Table of Contents 1 INTRODUCTION... 2 2 USERS... 3 3 LICENSES... 5 4 GROUPS... 7 5 CHANNELS... 8 6 DASHBOARD...10 7 APP SETTINGS...12

More information

Daman isupplier Portal User Guide. Procurement

Daman isupplier Portal User Guide. Procurement Procurement Table of Content 1. Introduction... 4 Benefits associated with using isupplier include:... 4 2. System Requirements... 4 2.1 Recommended Operating System:... 4 2.2 Browser Requirements:...

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

Online Support Tool. Revision History. Online support tool. Version: 0.1. Date Issued: 14 th March Version Date Author(s) Revision Notes

Online Support Tool. Revision History. Online support tool. Version: 0.1. Date Issued: 14 th March Version Date Author(s) Revision Notes Online Support Tool Author: Rachael Walker Version: 0.1 Date Issued: 14 th March 2013 Revision History Version Date Author(s) Revision Notes 0.1 14/03/2013 Rachael Walker - - - - - Page 1 of 10 Contents

More information

User Guide for Consumer & Business Clients

User Guide for Consumer & Business Clients Online Banking from Capital City Bank User Guide for Consumer & Business Clients Revised September 2015 www.ccbg.com/upgrade Contents Overview... 4 Exploring the Home Page... 5 Menu... 6 Accounts... 7

More information

My Book is a website that will allow families and close groups of friends to

My Book is a website that will allow families and close groups of friends to OBJECTIVE My Book is a website that will allow families and close groups of friends to connect to each other through an integrated calendar, gallery, and organized place to pin notes. Currently people

More information

Raptor University. Raptor System Entry Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Raptor System Entry Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Raptor System Entry Admin Training Instructor: RAPTOR TECHNOLOGIES, LLC This training will provide you with the skills necessary to perform the following functions within the Raptor System:

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

More information

Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements...

Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... Halo Web App GUIDE Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... 6 Quick Note... 6 Mark as Urgent... 6 Add

More information

Getting Started in Your Blackboard 5 Course

Getting Started in Your Blackboard 5 Course Getting Started in Your Blackboard 5 Course Course Name: Course ID: Instructor: URL: http://hofstra.blackboard.com Username: Password: This course will be using Web-based software, which integrates course

More information

Avaya Web Conferencing Administrator's Guide

Avaya Web Conferencing Administrator's Guide Avaya Web Conferencing Administrator's Guide Version 4.1.20 October 2008 Document number 04-603073 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information

More information

bla bla Groupware Compact Guide

bla bla Groupware Compact Guide bla bla Groupware Compact Guide Groupware Groupware: Compact Guide Publication date Friday, 01. June 2018 Version 7.10.0 Copyright 2016-2018 This document is the intellectual property of OX Software GmbH

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 our Moodle site! What is Moodle?

Welcome to our Moodle site! What is Moodle? Welcome to our Moodle site! We are excited to introduce the use of this online e-learning platform in our "Get SMART FAST" Training Program! We believe the use of this virtual classroom and training format

More information

Oracle Cloud. Content and Experience Cloud ios Mobile Help E

Oracle Cloud. Content and Experience Cloud ios Mobile Help E Oracle Cloud Content and Experience Cloud ios Mobile Help E82090-01 February 2017 Oracle Cloud Content and Experience Cloud ios Mobile Help, E82090-01 Copyright 2017, 2017, Oracle and/or its affiliates.

More information

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3 Table of Contents 1. Introduction 1. 1 Overview......2 1. 2 Business Context.. 2 1. 3 Glossary...3 2. General Description 2. 1 Product/System Functions..4 2. 2 User Characteristics and Objectives 4 2.

More information

Dugan's Travels. Agent Website. User Guide

Dugan's Travels. Agent Website. User Guide Dugan's Travels Agent Website User Guide Lundy Innovations Ken Lundy, Sr. v1.2 1 v1.6 Table of Content Website Overview.................................................................... 3 Home Page -

More information

Kean University. System Guide. cougar.kean.edu. Your window to the world

Kean University.  System Guide. cougar.kean.edu.   Your window to the world Kean University E-Mail System Guide cougar.kean.edu www.kean.edu Your window to the world USING KEAN UNIVERSITY E-MAIL SYSTEM (COUGAR) This document is divided into three sections: Messenger Express Basics:

More information

Welcome to First Security Mobile

Welcome to First Security Mobile Welcome to First Security Mobile Frequently Asked Questions Questions General How much does this service cost? Is it secure? Which wireless carriers are supported? Do I need a data plan? I'm not enrolled

More information

Get Qualified User Manual

Get Qualified User Manual MALTA ENTERPRISE Get Qualified User Manual Student Guide Contents 1. Logon... 3 2. Registration... 3 3. Profile... 3 Ongoing Applications... 3 Editing your profile... 4 Profile... 4 Account... 4 Password...

More information

Install Application Start Download the Application

Install Application Start Download the Application Install Application Start Download the Application Apple Android Enter A cardholder will download the app from either the itunes app store or the Android Google Play Store. 6 Install Application Completion

More information

Patient Portal User Guide The Patient s Guide to Using the Portal

Patient Portal User Guide The Patient s Guide to Using the Portal 2014 Patient Portal User Guide The Patient s Guide to Using the Portal Table of Contents: What is the Patient Portal?...3 Enrolling in the Patient Portal.......... 4-19 A. Enrollment Option #1: First-Time

More information

CANVAS OBSERVER GUIDE

CANVAS OBSERVER GUIDE CANVAS OBSERVER GUIDE This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License Table of Contents Introduction...3 What is the Observer role?...4 How can I use Canvas

More information

CCH Client Axcess Portal User Guide

CCH Client Axcess Portal User Guide CCH Client Axcess Portal User Guide Last Updated: October 2017 Client Portal Access or paste the below link into your web browser https://www.clientaxcess.com/#/login Please call our office at 212.245.5900

More information

C.A.F.E. Practices Verifier Reporting System Verifier and Inspector User Manual

C.A.F.E. Practices Verifier Reporting System Verifier and Inspector User Manual C.A.F.E. Practices Verifier Reporting System Verifier and Inspector User Manual Starbucks Coffee Company V2.0 English Version September 2013 Table of Contents Table of Contents... 1 Index of Screens...

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

Oracle Cloud. Content and Experience Cloud Android Mobile Help E

Oracle Cloud. Content and Experience Cloud Android Mobile Help E Oracle Cloud Content and Experience Cloud Android Mobile Help E82091-01 Februrary 2017 Oracle Cloud Content and Experience Cloud Android Mobile Help, E82091-01 Copyright 2017, Oracle and/or its affiliates.

More information

SchoolBase (app) Documentation. Doc Version: 1 (initial release) App Version: 1 (initial release)

SchoolBase (app) Documentation. Doc Version: 1 (initial release) App Version: 1 (initial release) SchoolBase (app) Documentation Doc Version: 1 (initial release) App Version: 1 (initial release) Contents Introduction... 2 Licencing and Setup... 2 Please Note... 2 App Manager... 3 Main Modules... 4

More information

UCRChatline - ios Mobile Application

UCRChatline - ios Mobile Application Team 16 Milestone 1 Project Documentation: Page 1 UCRChatline - ios Mobile Application Milestone 1 Documentation November 2014 Computer Science 180, Fall 2014 Professor Iulian Neamtiu, Instructor Aiping

More information

CCloud for ios Devices

CCloud for ios Devices CCloud for ios Devices User Guide Guide Version 3.0.010215 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. CCloud for ios - Introduction... 3 1.1.Starting Comodo Cloud...

More information

CCH Client Axcess User Guide

CCH Client Axcess User Guide CCH Client Axcess User Guide Green Hasson Janks Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function CCH Client Axcess

More information

TRAINING MATERIAL. An introduction to SONET-BULL Platform for members. HOME PAGE

TRAINING MATERIAL. An introduction to SONET-BULL Platform for members. HOME PAGE TRAINING MATERIAL An introduction to SONET-BULL Platform for members. HOME PAGE REGISTRATION The register page contains the registration form and is the users can register on the SONET-BULL platform. The

More information

NextGen Patient Portal. User Guide.

NextGen Patient Portal. User Guide. 2.4.3 NextGen Patient Portal User Guide www.nextgen.com Copyright 2014-2017 QSI Management, LLC. All Rights Reserved. The registered trademarks listed at http://www.qsii.com/legal_notices.shtml are the

More information

Welcome to The Wise Woman University

Welcome to The Wise Woman University Welcome to The Wise Woman University Starting a Course The Wise Woman University consists of two websites: www.wisewomanuniversity.org and www.wisewomanuniversity.ning.com. These two websites serve different

More information

SAM 2010 Instructor Manual

SAM 2010 Instructor Manual SAM 2010 Instructor Manual 2011 Course Technology. 20 Channel Center Street. Boston, MA 02210. SAM 2010 Contents SAM 2010 Instructor Manual 1 Using This Manual... 1 2 Introduction to SAM 2010... 1 2.1

More information

Oracle Beehive. Before Using Oracle Beehive Client and Communicator. Using BlackBerry with Oracle Beehive Release 2 ( )

Oracle Beehive. Before Using Oracle Beehive Client and Communicator. Using BlackBerry with Oracle Beehive Release 2 ( ) Oracle Beehive Using BlackBerry with Oracle Beehive Release 2 (2.0.1.6) November 2011 Document updated November 4, 2011 This document describes how to access Oracle Beehive from your RIM BlackBerry device

More information

RescueAssist. My Account Guide. LogMeIn, Inc. 320 Summer St., Boston MA LogMeIn, Inc. All rights reserved.

RescueAssist. My Account Guide. LogMeIn, Inc. 320 Summer St., Boston MA LogMeIn, Inc. All rights reserved. RescueAssist LogMeIn, Inc. 320 Summer St., Boston MA 02210 2018 LogMeIn, Inc. All rights reserved. https://support.logmeininc.com Contents Change Your Email Address...3 Change Your Password...5 Change

More information

User Guide Preface Readme Audience Vocabulary Navigation

User Guide Preface Readme Audience Vocabulary Navigation User Guide AJ De Las Alas, Tiffany Chan, Stephanie Tran, Viet Tran 1.0 Preface 1.1 Readme DELTA is an application that belongs to Julie Schweitzer s research group. After the application is opened, the

More information

OLLI Online. Users Guide

OLLI Online. Users Guide OLLI Online Users Guide Version 1 / December 3, 2014 Table of Contents LOGIN... 3 EDIT MEMBER SETTINGS... 4 Settings Overview... 4 Community Profile... 4 Member Info... 5 Photo... 6 Notifications... 7

More information

Online Banking User Guide

Online Banking User Guide Online Banking User Guide If you need assistance, please call 315.477.2200 or 800.462.5000 M-F 7:30am - 6:00pm Sat 9:00am - 1:00pm empowerfcu.com 315.477.2200 800.462.5000 Table of Contents Online Banking

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created> Software Requirements Specification for Version 1.0 approved Prepared by Copyright 2002 by Karl E. Wiegers. Permission is granted to use, modify, and distribute

More information

New Account Creation. 2. Launch the CarLink app. from your phone s application list. 3. Enter a name for the vehicle.

New Account Creation. 2. Launch the CarLink app. from your phone s application list. 3. Enter a name for the vehicle. iphone USERS GUIDE 3/26/14 New Account Creation After having CarLink installed, follow the steps below to begin using your system. If you have already created an account on the Web app you will need to

More information

MAXIMUS Provider Billing Application v.3 Sign In and Forgot Password

MAXIMUS Provider Billing Application v.3 Sign In and Forgot Password MAXIMUS Provider Billing Application v.3 Sign In and Forgot Password The following training documentation contains detailed step-by-step instructions and may be used as reference in understanding the Sign

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

BCMM eservices. GV 2017 Public User Manual. BCMM eservices GV17 User Manual. Version 0.1

BCMM eservices. GV 2017 Public User Manual. BCMM eservices GV17 User Manual. Version 0.1 BCMM eservices GV 2017 Public User Manual Version 0.1 1 Table of Contents 1. Introduction... 3 2. How to access the BCMM eservices GV 2017 System?... 3 3. How to find my Property?... 4 3.1. Full Title

More information

"We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential.

We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential. "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." Blog User Guide Version 2.2 3/8/2012 1 Table of Contents Table of Contents...

More information

User Guide. esign Emcee is a trademark of esign Emcee. All other trademarks are the property of their respective owners.

User Guide. esign Emcee is a trademark of esign Emcee. All other trademarks are the property of their respective owners. User Guide esign Emcee is a trademark of esign Emcee. All other trademarks are the property of their respective owners. www.esignemcee.com Copyright 2016 esign Emcee Table of Contents 1.0 esign Emcee Introduction

More information

User Help

User Help ginlo @work User Help 19 June 2018 Contents Get started... 5 System requirements for the ginlo @work app... 5 Recommended browsers for ginlo websites... 6 Supported languages... 6 Navigation in ginlo @work...

More information

SCTE MemberLINK Message Boards

SCTE MemberLINK Message Boards SCTE MemberLINK Message Boards Document Notes: Items Bold and Italicized correspond to a red action arrow where you could/should click. Items Underlined indicate an action that you can accomplish. Section

More information

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3.

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3. BM Solutions Mortgage Portal Document upload - Case tracking - Secure messaging Mobile technology User Guide 15 January 2018 V3.0 KEY BENEFITS Moving forward together with secure online document upload

More information

HOW-TO GUIDE. Join or Login. About this Guide!

HOW-TO GUIDE. Join or Login. About this Guide! HOW-TO GUIDE About this Guide In this guide, you will learn about each section of the online community to help you make the best use of all it has to offer. Here you will find information on: Join or Login

More information

WAM!NET Submission Icons. Help Guide. March 2015

WAM!NET Submission Icons. Help Guide. March 2015 WAM!NET Submission Icons Help Guide March 2015 Document Contents 1 Introduction...2 1.1 Submission Option Resource...2 1.2 Submission Icon Type...3 1.2.1 Authenticated Submission Icons...3 1.2.2 Anonymous

More information

Electronic Appraisal Delivery (EAD) Portal. FHA EAD Lender Admin Guide

Electronic Appraisal Delivery (EAD) Portal. FHA EAD Lender Admin Guide Electronic Appraisal Delivery (EAD) Portal FHA EAD Lender Admin Guide Last Updated: October 2015 FHA EAD Lender Admin Guide Page 2 of 95 Version 1.3.1 TABLE OF CONTENTS INTRODUCTION... 5 WHAT IS THE ELECTRONIC

More information

Please read this user guide to help you apply for Job Vacancies. Bookmark or download the guide for future use.

Please read this user guide to help you apply for Job Vacancies. Bookmark or download the guide for future use. Please read this user guide to help you apply for Job Vacancies. Bookmark or download the guide for future use. VACANCIES APPLICANT GUIDE INTRODUCTION This document is a User Guide to help you search and

More information

Edmodo for Teachers Guide (Taken directly from Edmodo s site.)

Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Table of Contents: 1. Teacher Sign Up 2. Create a Group 3. Manage Your Groups 4. Small Group 5. Co-Teaching 6. Student Sign up 7. Post a Message

More information

Cisco Security Policy Engine Administration Server User Interface Topics

Cisco Security Policy Engine Administration Server User Interface Topics APPENDIX A Cisco Security Policy Engine Administration Server User Interface This appendix describes how a system administrator can access the Cisco Security Policy Engine (SPE) Services Administration

More information

esupport User s Guide

esupport User s Guide esupport User s Guide January 2013 Contents How to contact Harris School Solutions... 3 Overview... 3 Login to esupport... 4 Calls... 5 Log New Call... 5 About Call Priorities... Error! Bookmark not defined.

More information

Testing Documentation

Testing Documentation Testing Documentation Create-A-Page Group 9: John Campbell, Matthew Currier, Dan Martin 5/1/2009 This document defines the methods for testing Create-A-Page, as well as the results of those tests and the

More information

PPG Knowledge College elearning Portal Help Manual

PPG Knowledge College elearning Portal Help Manual PPG Knowledge College elearning Portal Help Manual Version 1.0 January 2016 Edition 2016 XELEARN LLC Table of Contents The elearning Portal Introduction... 1 Accessing the PPG Knowledge College elearning

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

Faculty Web Page Management System. Help Getting Started

Faculty Web Page Management System. Help Getting Started Faculty Web Page Management System Help Getting Started 2 Table of Contents Faculty Web Page Management System...1 Help Getting Started...1 Table of Contents...2 Manage My Personal Information...3 Creating

More information

MyTeleMed iphone User Guide

MyTeleMed iphone User Guide Table of Contents Log In 2 Incorrect Login Information 2 Registering your iphone 2 Main Menu 3 Messages 3 Compose a New Message 4 Message Recipients 4 Archiving Messages 4 Message Detail 5 Add Comments

More information

Tellus EVV Introduction and Dashboard TRAINING REFERENCE GUIDE

Tellus EVV Introduction and Dashboard TRAINING REFERENCE GUIDE Tellus EVV Introduction and Dashboard TRAINING REFERENCE GUIDE REV: 03/18 Sponsored by Centric Consulting, LLC, and the State of Florida, AHCA TELLUS EVV System Training Reference Guide Table of Contents

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information