Sprint 1 Planning Document

Size: px
Start display at page:

Download "Sprint 1 Planning Document"

Transcription

1 Sprint 1 Planning Document Team 2 (Lounge) Spencer Brown, Roy Fu, Smita Samanta, Evan Walsh, Miranda Mott, Ben Alderfer Table of Contents Sprint Overview 1 Current Sprint Detail 2-7 User Story #1 2 User Story #2 3 User Story #3 4 User Story #4 5 User Story #5 6 User Story #6 7 Remaining Backlog 8-9 Functional Requirements 8 Non-Functional Requirements 9

2 Sprint Overview For our initial sprint, we are going to focus solely on the web-based part of the product. By the end of this sprint, a user will be able to access our product on web and create an account. He or she will be able to pay for access to a certain membership tier and create a profile. If desired, the user should also be able to reset his or her password or update his or her profile or membership. In addition, the user will have the ability to create and view posts in their feed, create and view calendar events, and view the profiles of other users. Scrum Master: Ben Alderfer Meeting Schedule: Mondays, Wednesdays, and Fridays at 12:00pm Risks/Challenges: Some team members are not yet familiar with the languages, frameworks or technologies we are using such as JavaScript, React, Node.js, Heroku, and MongoDB. For this first sprint, a lot of work will have to be done to get certain team members up to speed so that they can contribute effectively. Additionally, this is the first time that some of the team members have worked together so work will have to be done to ensure we are working efficiently. 1

3 Current Sprint Detail User Story #1 As a user, I would like to create and update a profile on web. 1. Set up back end server 5 hrs Spencer 2. Set up database 3 hrs Spencer 3. Set up production server 6 hrs Evan 4. Set up staging server 6 hrs Smita 5. Implement functionality for account and profile creation on back end 6 hrs Evan 6. Set up web client and routes 4 hrs Ben 7. Set up web client templating 6 hrs Roy 8. Implement ability to set up membership payments on backend 6 hrs Smita 9. Implement ability to create accounts on web client 6 hrs Miranda 10. Implement payments on web client 6 hrs Roy 11. Implement ability to log in and maintain a session on web client 4 hrs Ben 12. Implement ability to update profile on back end 6 hrs Evan 13. Implement ability to update profile on web client 6 hrs Miranda Acceptance Criteria : Given that the backend to create users is created successfully, when a request to create an account is made then the user s account will be added to the database given that the has not been taken and the password is strong. Given that an account has been successfully created, when the user advances to the next screen then he or she should be prompted to select a membership tier and provide payment details. Given that the user has been authorized to enter a membership tier, then he or she should be prompted to initialize their profile information. 2

4 User Story #2 As a user, I would like to be able to reset my password on web. 1. Set up mailer to send s to users 6 hrs Evan 2. Implement functionality for password reset on back end (update to random password and send the user an ) 3. Implement functionality for users to update their password after following reset link on web client 6 hrs Evan 5 hrs Miranda 4. Implement forgot password? button and reset flow on web client 5 hrs Miranda Acceptance Criteria: Given that the password reset functionality has been correctly implemented, when a user requests a password reset then he or she should receive an at the associated with their account that contains a link to reset their password. Given that the user has requested a password reset, when the user clicks the link to reset their password then the web page should display a form to enter a new password. Given that the user has filled out the password reset form, when the user submits the form to change their password then the database should immediately update to reflect the change. 3

5 User Story #3 As a user, I would like to view, cancel, or update my membership tier(s) on web. 1. Implement functionality for viewing and updating membership on back end 6 hrs Smita 2. Implement ability to view and update membership on web client 6 hrs Ben Acceptance Criteria: Given that the membership tier system has been implemented correctly, when a user creates an account then he or she will be forced to select a membership tier before account creation can be completed. Given that a user has an existing account and is viewing their profile page, when a user clicks the link to update or cancel their membership tier then the web page should display a form to select a new membership or terminate the existing membership. Given that a user is viewing the form to update or cancel their membership, when the user upgrades or downgrades to a different tier, their account will be flagged to be billed a different amount at the time of the next renewal. When the user chooses to cancel their account, then their account will be flagged to be deactivated at the end of their current membership period. 4

6 User Story #4 As a user, I would like to create and discover events on web. 1. Implement functionality for creating events on back end 6 hrs Spencer 2. Implement ability to create events on web client 6 hrs Roy 3. Implement ability to view all events on back end 7 hrs Smita 4. Implement ability to view events on web client 6 hrs Roy 5. Implement ability to view single event on back end 5 hrs Smita 6. Implement ability to view single event on web client 6 hrs Roy Acceptance Criteria: Given that the calendar functionality has been implemented correctly, when a user clicks the link to view their calendar then they will see upcoming events that have been created by other members of their tier. Given that a user is currently viewing the events page, when he or she clicks to create an event then the web page will load a form to enter all of the information for the event and the database will store the event when the user clicks to save it. Given that a user is currently viewing the events page, when he or she clicks to view an event then the web page will load a new page with a more detailed version of that event. 5

7 User Story #5 As a user, I would like to view a feed with posts by all other members of the currently viewed membership tier on web. 1. Implement functionality for creating posts on back end 6 hrs Spencer 2. Implement ability to create posts on web client 6 hrs Ben 3. Implement functionality for getting post data for multiple posts on back end 5 hrs Spencer 4. Implement UI for feed on web client 8 hrs Ben Acceptance Criteria: Given that the functionality to view the feed has been implemented correctly, when a user views their feed then they will only be able to view posts by other members of the same tier. Given that the functionality to create and view posts has been implemented correctly, when a user views their feed then they will see a text box to create a post and submit it. Given that a user has written a post, then when he or she clicks submit it will be added to the database so that it is viewable by other users of the same tier. Given that a user is currently viewing their feed, when he or she scrolls down close enough to the bottom, then the feed will automatically be populated with new posts so that the feed always scrolls continuously. 6

8 User Story #6 As a user, I would like to see profiles of different users with information such as occupation, location, range of net worth, and pictures on web. 1. Implement ability to access another user s profile by clicking on his/her name in the feed on web client 2 hrs Miranda 2. Implement profile view on web client 6 hrs Miranda 3. Implement ability to get data for single profile on back end 3 hrs Spencer Acceptance Criteria: Given that the ability to see profiles of different users has been implemented correctly, when a user clicks on the name of another user, then he or she can view the other user s profile. Given that the ability to see profiles of different users has been implemented correctly, when a user is viewing another user s profile then all of their profile information will be displayed on the page. Given that the ability to view profile pictures has been implemented correctly, when a user is viewing another user s profile then he or she will be able to see the current profile picture of that user. 7

9 Remaining Backlog Functional Requirements 1. As a user, I would like to create and update a profile on ios. a. Implement ability to create accounts on ios front end b. Implement ability to log in and maintain a session on ios client c. Implement ability to update profile on ios client 2. As a user, I would like to be able to reset my password on ios. 3. As a user, I would like to view, cancel, or upgrade my membership tier(s) on ios. 4. As a user, I would like to create and discover events on ios. 5. As a user, I would like to view a feed with posts by all other members of the currently viewed membership tier on ios. 6. As a user, I would like to see profiles of different users with information such as occupation, location, range of net worth, and pictures on ios. 7. As a user, I would like to be able to switch between feeds for each membership tier to which I have access. 8. As a user, I would like to view, share, like and comment on posts by all members in the currently viewed membership tier. 9. As a user, I would like to view, share, like and comment on the photos. 10. As a user, I would like to be able to discover other users based on advanced search terms such as income level, occupation, and location 11. As a user, I would like to sync my account across different devices/platforms. 12. As a user, I would like to be able to communicate with other users in my membership tier(s) with one-on-one messages. 13. As a user, I would like to be receive push notifications to my phone when users interact with my content. 14. As a user, I would like to see a list of my unseen notifications. 15. As an administrator, I would like to be able to create and delete users. 16. As a user, I would like to be able to create, discover, and join groups within my membership tier(s) that will each have their own feeds. 17. As a user, I would like to see the post of the day with the highest number of interactions pinned to the top of my feed. 18. As a user, I would like to see who in my membership tier(s) has a birthday today. 19. As a user, I would like to be able to store payment information for my subscription. 20. As a user, I would like to be able to RSVP to an event. 8

10 Non-Functional Requirements 1. As a user, I would like to access this product on the web and iphone. 2. As a user, I would like to have fast response times. 3. As a user, I would like to have an efficient use of bandwidth. 4. As a user, I would like the app to use as little device memory as possible. 5. As a sysadmin, I would like to the site be able to handle at least 10,000 users at once. 6. As a developer, I would like to easily run a local development backend. 7. As a developer, I would like to have a staging API server and a production API server. 8. As a developer, I would like to be able to run the backend server on a linux VM. 9. As a developer, I would like to have both a test database and a production database. 10. As a developer, I would like to be able to run the entire stack on OS X. 11. As a developer, I would like to be able to easily connect the ios app with each API server. 12. As a developer, I would like to be able to easily connect the web app with each API server. 13. As a developer, I would like to have step by step documentation for setting up a local development environment. 14. As a developer, I would like to have step by step documentation for publishing the API to staging and production instances. 15. As a developer, I would like to have step by step documentation for building and testing the ios app on personal devices. 9

Product Backlog Document Template and Example

Product Backlog Document Template and Example Product Backlog Document Template and Example Introduction 1. Client Information (Name(s), Business, Location, contact information) 2. Team Information Team Member Names (contact information) 3. Project

More information

Employee Access Manual

Employee Access Manual Is there a Help Manual for Employee Self-Service Users? Welcome to BambooHR! We are excited that you will be using BambooHR to keep track of and manage your employee information. Depending on the customized

More information

Dispatchr: Project Requirements Document By: Team Savage

Dispatchr: Project Requirements Document By: Team Savage Dispatchr: Project Requirements Document By: Team Savage Members: Alok Gupta (Lead) Jordan Nguyen (Scribe) Sal Olivares Spencer Prescott Brian Yan Mentors: Lu Jin Daniel Vicory Instructors: Chandra Krintz

More information

Renewing Your Membership

Renewing Your Membership Renewing Your Membership The membership renewal process for your annual AAPC membership dues will be processed different than in years past, as it is now processed completely online. Starting 21 days before

More information

Members App User Guide

Members App User Guide Members App User Guide 1. Personal Details: User can see and edit his/her own personal details from the app. 2. Contact details: User can see and edit his/her contact details from the app like Email id,

More information

Edyth Bush Institute for Philanthropy & Nonprofit Leadership, Rollins College 2

Edyth Bush Institute for Philanthropy & Nonprofit Leadership, Rollins College 2 Edyth Bush Institute for Philanthropy & Nonprofit Leadership, Rollins College 2 ABOUT YOUR PROFILE... 4 ABOUT GROUPS... 4 ABOUT NETWORKS... 4 ABOUT FILES & LINKS... 4 ABOUT MESSAGES... 4 ABOUT CONNECTIONS...

More information

SelfServe WebTIME. Employee User Manual

SelfServe WebTIME. Employee User Manual SelfServe WebTIME SelfServe is your one stop portal Employee related activities. From logging hours, updating contact information, keeping track of upcoming assignments to reprinting copies of your Check

More information

Popmoney FAQs. What is Popmoney?

Popmoney FAQs. What is Popmoney? Popmoney FAQs What is Popmoney? Popmoney is an innovative personal payment service that eliminates the hassles of checks and cash. Now, sending money is as easy as emailing and texting. And, you don't

More information

Samples of Features and Feature Stories CSc 190

Samples of Features and Feature Stories CSc 190 Samples of Features and Feature Stories CSc 190 The following un-prioritized Product Backlog contains the user stories for the thirteen Features that were written to describe the initial functionality

More information

Office Hours: Monday thru Friday 8:00 am 5:00 pm General Inquiries: (903)

Office Hours: Monday thru Friday 8:00 am 5:00 pm General Inquiries: (903) TABLE OF CONTENTS Select the appropriate link below for the action you wish to perform. 1. LOG IN 2. FORGOT PASSWORD 3. HOME PAGE 4. VIEW PAYMENT/CHARGE HISTORY 5. VIEW CONSUMPTION HISTORY 6. CURRENT STATEMENT

More information

Odyssey File & Serve Firm Administrator User Guide Release 3.16

Odyssey File & Serve Firm Administrator User Guide Release 3.16 Odyssey File & Serve Firm Administrator User Guide Release 3.16 OFS-FS-220-3911 v.1 May 2017 COPYRIGHT AND CONFIDENTIALITY Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials

More information

Cobalt Membership Dynamics Portal Trial

Cobalt Membership Dynamics Portal Trial Cobalt Membership Dynamics Portal Trial Welcome to Cobalt's Membership Dynamics Portal Preview! On this site you'll get a preview of Cobalt's Membership Dynamics product and the customer facing components

More information

SBI Mingle Mobile App User Manual

SBI Mingle Mobile App User Manual SBI Mingle Mobile App User Manual 1. Registration i. SBI Facebook User Registration SBI customer who has a facebook account need to follow the below steps for Registration process Download SBI Mingle application

More information

efiletexas.gov Review Queue User Guide Release

efiletexas.gov Review Queue User Guide Release efiletexas.gov Review Queue User Guide Release 2017.1 EFS-TF-200-4075 v.1 October 2017 Copyright and Confidentiality Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials is

More information

iphone Backup 1 P a g e

iphone Backup 1 P a g e iphone Backup 1 Page Backing up the iphone You have two options when it comes to backing up iphones. 1) Back up using the icloud service, this will allow you to have 5 GB worth of data to be backed up

More information

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide Nelnet Enterprise Student Account Online Billing and Payment System Undergraduate Student User Guide Student Access You may access Nelnet Enterprise by logging on to your Secure Hollins HIS account at

More information

MyTennis Start Up Manual

MyTennis Start Up Manual MyTennis Start Up Manual (Version 2 11 November 2015) The following instructional fact sheets aim to provide MyTennis Administrators with support and assistance to start to effectively use the new MyTennis

More information

EMS WEB APP Configuration Guide

EMS WEB APP Configuration Guide EMS WEB APP Configuration Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App

More information

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services.

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services. TM Acuity 504 User Guide Administrators 504 Coordinators Teachers MSB Customer Care 800.810.4220 support@ Copyright 2014 MSB All rights reserved 1 Copyright MSB 2014 Table of Contents MSB Mission Statement...

More information

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

Mobile App User Guide

Mobile App User Guide Download the Mobile App iphone and ipad To find our Freedom Credit Union Mobile App just scan the appropriate QR code to the right with your Apple device: iphone Download Or you can find it through the

More information

.WELCOME TO OFFICE DEPOT ONLINE

.WELCOME TO OFFICE DEPOT ONLINE .WELCOME TO OFFICE DEPOT ONLINE This user guide is designed to show you how to use the Office Depot Online to its full potential. Its aim is to give you detailed instructions from logging in, to placing

More information

efiletexas.gov Individual Filer User Guide Release

efiletexas.gov Individual Filer User Guide Release efiletexas.gov Individual Filer User Guide Release 2017.1 EFS-TF-200-4071 v.1 October 2017 Copyright and Confidentiality Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials

More information

Hi this is Anna Jarrett, I am here to present today s Digital Cookie online training.

Hi this is Anna Jarrett, I am here to present today s Digital Cookie online training. Hi this is Anna Jarrett, I am here to present today s Digital Cookie online training. You will notice on the top right on most slides I have a page number referencing the Cookie Manual that you will receive

More information

Contact: Wealth Passport Help Center

Contact: Wealth Passport Help Center Wealth Passport Mobile Version 1.0 Getting Started Guide Contact: Wealth Passport Help Center 888-635-5350 1 DOWNLOADING THE WEALTH PASSPORT APP iphone Download 1. Open the Apple App Store app on your

More information

TOOL TRACKING SYSTEM MOBILE APP USER MANUAL

TOOL TRACKING SYSTEM MOBILE APP USER MANUAL TOOL TRACKING SYSTEM MOBILE APP USER MANUAL TTS MOBILE APP USER MANUAL TABLE OF CONTENTS TTS App User Manual... 2 Table of Contents... 2 TTS Mobile Phone Application... 3 Live vs. Batch mode... 3 Batch

More information

Table of Contents. Owner Dashboard 5

Table of Contents. Owner Dashboard 5 Community Solar Portal Community Solar, also known as Aggregated Net Metering, allows customers to use the output of offsite generation to reduce billed usage at their homes or businesses. Participating

More information

Once you sign up for a CampDoc.com account, you will be able to register your camper, select a session and upload your camper s medical information.

Once you sign up for a CampDoc.com account, you will be able to register your camper, select a session and upload your camper s medical information. You can now register for VMDC 2018 through our Online Portal! VMDC Camp is thrilled to announce a partnership with as part of our continuing efforts to provide the best possible service to our campers

More information

Odyssey File & Serve. Firm Administrator User Guide Release 3.14

Odyssey File & Serve. Firm Administrator User Guide Release 3.14 Odyssey File & Serve Firm Administrator User Guide Release 3.14 OFS-FS-220-3680 v.1 April 2016 COPYRIGHT AND CONFIDENTIALITY Copyright 2016 Tyler Technologies, Inc. All rights reserved. Use of these materials

More information

Business Online Banking User Guide

Business Online Banking User Guide Business Online Banking User Guide Table of Contents Contents Overview... 2 Logging In... 2 Additional Login Information... 5 Home/Dashboard... 6 Top Line Tool Bar... 6 Bulletins... 7 Dashboard... 8 Accounts...

More information

From the main page click the Create Account button.

From the main page click the Create Account button. This guide provides detailed instructions for setting up a secure account to access your personal information through HR/Payroll Connection. Beginning Tuesday, January 31, your secure account must be set

More information

Supervisor s Guide. supervisor s guide (continued) Welcome to NBT Online Banker for Business! Supervisor Functions NBT ONLINE BANKER FOR BUSINESS

Supervisor s Guide. supervisor s guide (continued) Welcome to NBT Online Banker for Business! Supervisor Functions NBT ONLINE BANKER FOR BUSINESS supervisor s guide () NBT ONLINE BANKER FOR BUSINESS Supervisor s Guide Welcome to NBT Online Banker for Business! This Supervisor s Guide was created to provide your organization s designated Online Supervisor

More information

NEW ONLINE MEMBERSHIP FEATURES

NEW ONLINE MEMBERSHIP FEATURES 2018 UPDATE NEW ONLINE MEMBERSHIP FEATURES 1 setting up your logins step 1: how to access club information The most up-to-date club information can be accessed anytime through your exclusive Member Site

More information

Instructions for Non-Profit License Renewals. e-file

Instructions for Non-Profit License Renewals. e-file Instructions for Non-Profit License Renewals e-file Login to your Bingo Raffle Summary page to begin the process Login To login, you will need your Master ID and Password. If you have forgotten your password,

More information

Registration Guide to the Customer Portal

Registration Guide to the Customer Portal Registration Guide to the Customer Portal Masterpiece Clients Before registering on the Customer Portal, you will need your current 7, 8, or 10 digit policy number, your 15 digit billing account number

More information

Odyssey File & Serve. Firm Administrator User Guide Release 3.10

Odyssey File & Serve. Firm Administrator User Guide Release 3.10 Odyssey File & Serve Firm Administrator User Guide Release 3.10 OFS-FS-220-3324 v.1 April 2015 Copyright and Confidentiality Copyright 2015 Tyler Technologies, Inc. All rights reserved. All documentation,

More information

TABLE OF CONTENTS. Select the appropriate link below for the action you wish to perform. Log In. Forgot Password. First Time Registration

TABLE OF CONTENTS. Select the appropriate link below for the action you wish to perform. Log In. Forgot Password. First Time Registration TABLE OF CONTENTS Select the appropriate link below for the action you wish to perform. Log In Forgot Password First Time Registration Change Password Make a One-Time Payment Home Page Show Payment History

More information

Parent Web Portal User Guide

Parent Web Portal User Guide Parent Web Portal User Guide Parent Web Portal User Guide Contents Getting Started... 1 Log In to Your Account... 1 Reset Your Password... 1 Log Out... 1 Change Your Password... 1 Technical Support...

More information

Faculty Portal. Logging In:

Faculty Portal. Logging In: Faculty Portal Logging In: Access the portal via the web address provided by your institution. If your institution is using Active Directory to authenticate, you may not be required to log in at this page.

More information

CS142 - Web Applications

CS142 - Web Applications CS142 - Web Applications http://cs142.stanford.edu Mendel Rosenblum mendel@cs.stanford.edu 1 Today: CS142 FAQ What is this course about? How is my course grade determined? Who is teaching the course? How

More information

Quick Reference: My BackPack Password Management

Quick Reference: My BackPack Password Management Quick Reference: My BackPack Password Management My BackPack password management policies have changed significantly, to offer a more industry standard password management process. The new features have

More information

JHA Payment Solutions ipay Solutions. Business Bill Pay. Funds Verification CSL Client Reference Guide. September 2018

JHA Payment Solutions ipay Solutions. Business Bill Pay. Funds Verification CSL Client Reference Guide. September 2018 JHA Payment Solutions ... 1 Enrollment Process... 2 Home Page... 3 Message Center... 4 Attention Required... 4 Shortcut Method... 4 Scheduled... 4 History... 4 Since You Last Logged In... 4 Payees Tab...

More information

Table of Contents Table of Contents... 1 App Set-Up... 2 Login... 2 Conference Schedule... 3 Connect Using the App... 4 Activity Feed...

Table of Contents Table of Contents... 1 App Set-Up... 2 Login... 2 Conference Schedule... 3 Connect Using the App... 4 Activity Feed... The ACGME 2019 Conference Mobile App Available for iphone, Android, and the web Table of Contents Table of Contents... 1 App Set-Up... 2 Login... 2 Conference Schedule... 3 Connect Using the App... 4 Activity

More information

ButterflyMX Property Management Training Guide. The smart intercom solution

ButterflyMX Property Management Training Guide. The smart intercom solution T Property Management Training Guide The smart intercom solution PAGE 1 Your Admin Account When added as a property admin on the account you will receive a registration email with a link to activate your

More information

Registration Guide to the Customer Portal

Registration Guide to the Customer Portal Registration Guide to the Customer Portal Masterpiece Clients Before registering on the Customer Portal, you will need your current 7, 8, or 10 digit policy number, your 15 digit billing account number

More information

Guide for GLP CPD Providers

Guide for GLP CPD Providers Guide for GLP CPD Providers Introduction Getting started Logging in and requesting a new password Providers area Provider information My profile My courses Submit a course Managing your course Making changes

More information

SAP Concur's mobile app iphone

SAP Concur's mobile app iphone Introduction to... SAP Concur's mobile app iphone Version 9.57 June 27, 2018 Applies to these SAP Concur solutions: Expense in Travel & Expense Travel Travel in Travel & Expense Invoice Request You can

More information

Owner/Manager Webinar. Client Guide

Owner/Manager Webinar. Client Guide Owner/Manager Webinar Client Guide 1 Table of Contents Login...3 Staff Management....3 Updating Username/password...3 Adding Staff members....4 Removing Staff members 6 Permissions...7 Staff Dashboard

More information

TABLE OF CONTENTS. Select the appropriate link below for the action you wish to perform. Log In. Forgot Password. Registering for Additional Services

TABLE OF CONTENTS. Select the appropriate link below for the action you wish to perform. Log In. Forgot Password. Registering for Additional Services TABLE OF CONTENTS Select the appropriate link below for the action you wish to perform. Log In Forgot Password Registering for Additional Services Change Password Make a One-Time Payment Home Page Show

More information

Making you aware. CS577a 17Fall Team 04

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

More information

Changing Account Basics in Cisco Unified MeetingPlace

Changing Account Basics in Cisco Unified MeetingPlace Changing Account Basics in Cisco Unified MeetingPlace Release: 7.0 Revision Date: May 24, 2010 12:49 pm The Account Basics page displays information about your user account. Most of the information was

More information

CareCarma. It Starts With Family

CareCarma. It Starts With Family CareCarma It Starts With Family 3. INTRODUCTION 3. How can CareCarma Help You? 3. CareCarma Home Page 4. CareCarma CareCircle 4. CareCarma CareCircle Tools 5. Work on Different Plattforms 6. GETTING STARTED

More information

Marketing Guide. Detailed Overview of The Reports in The Envision Software

Marketing Guide. Detailed Overview of The Reports in The Envision Software Marketing Guide Detailed Overview of The Reports in The Envision Software I Marketing in Envision Cloud Table of Contents Part I Introduction 1 Part II Creating Client Filters 1 1 Client Options Tab...

More information

ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND

ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND Agenda Welcome & Introduction to ArcGIS Enterprise Portal for ArcGIS - Basic Configuration - Advanced Configuration - Deploying Apps

More information

Publisher Onboarding Kit

Publisher Onboarding Kit Publisher Onboarding Kit Smart content. Smart business. Publishing, Supporting & Selling HotDocs Market Templates A HotDocs Market publisher s guide for loading templates, answering customer questions

More information

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 71

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 71 Table of Contents Launch into the Card Link Online Web Application... 4 Roles for User Management... 5 UFA Credit Account Application... 9 Credit Application Options... 10 Accessing Card Link Online Launch

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

ChamberMaster/MemberZone Solution Overview April 13, 2018

ChamberMaster/MemberZone Solution Overview April 13, 2018 ChamberMaster/MemberZone Solution Overview April 13, 2018 Agenda Our session includes... Basics of using ChamberMaster/MemberZone Where to get Help Highlights of Modules 2 Overview ChamberMaster/MemberZone

More information

SAP Concur's mobile app iphone

SAP Concur's mobile app iphone Introduction to... SAP Concur's mobile app iphone Version 9.64 December 26, 2018 Applies to these SAP Concur solutions: Expense in Travel & Expense Travel Travel in Travel & Expense Invoice Request You

More information

Mobile - Managing the Mobile App. Mobile - Getting Started

Mobile - Managing the Mobile App. Mobile - Getting Started Mobile - Managing the Mobile App Mobile - Getting Started 1 Overview 2 Content 3 FAQs 4 Best Practices 5 Downloadable Guide Overview The Clubessential Member App was built with your Membership in mind.

More information

Mobile Banking FAQs. Frequently Asked Questions. Contact Us. Security. Signing In

Mobile Banking FAQs. Frequently Asked Questions. Contact Us. Security. Signing In Effective May 24, 2016 Contact Us Who do I call for help? For help with Online or Mobile Banking, please call 888-217-1265 (Consumer) or 877-650-0095 (Business). If you are having technical issues with

More information

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 77

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 77 Table of Contents Launch into the Card Link Online Web Application... 4 Roles for User Management... 5 UFA Credit Account Application... 9 Credit Application Options... 10 Accessing Card Link Online Launch

More information

The Authorized Contact User Guide

The Authorized Contact User Guide The Authorized Contact User Guide Produced by APP Design 1/3/2012 Table of Contents Gaining Access... 3 Logging In... 3 Main Menu... 4 Components of Authorized Contact Feature... 5 Home Page... 5 Group

More information

Whitnall Youth Baseball / Fastpitch Website User Guide.

Whitnall Youth Baseball / Fastpitch Website User Guide. Whitnall Youth Baseball / Fastpitch Website User Guide http://www.whitnallyouthbaseball.com Table of Contents Page First Time Log In 3 Editing your account 8 Updating Player s Picture 12 Viewing your schedule

More information

Managing the Mobile App

Managing the Mobile App Managing the Mobile App 2017 - Fall Edition User Guide - Table of Contents Overview Use Case Implementing the App Initial App Download Apple App Store Google Play Initial App Login Initial Permissions

More information

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide Sourcing Supplier Maintenance and Company Administration Buyer User Guide Version 6.1 Ion Wave Technologies, Inc. 2002-2008 Table of Contents Table of Contents...2 Welcome to Supplier Maintenance and Company

More information

Office Hours: Monday thru Friday 8:00 am 5:00 pm General Inquiries: ext. 10

Office Hours: Monday thru Friday 8:00 am 5:00 pm General Inquiries: ext. 10 TABLE OF CONTENTS Select the appropriate link below for the action you wish to perform. 1. LOG IN 2. FORGOT PASSWORD 3. MANAGE YOUR ACCOUNT 4. CHANGE PASSWORD 5. MAKE A ONE-TIME PAYMENT 6. HOME PAGE 7.

More information

Login. Forgotten Username & Forgotten Password. Game Schedule. HorizonWebRef.com Instructions ALL USERS

Login. Forgotten Username & Forgotten Password. Game Schedule. HorizonWebRef.com Instructions ALL USERS Login Go to the login URL: http://my.horizonwebref.com At the center of the screen you will see the login prompts. Enter User Name & Password Click Login ***If this is your FIRST TIME in the system, you

More information

TABLE OF CONTENTS. Select the appropriate link below for the action you wish to perform. Log In. Forgot Password. Registering for Additional Services

TABLE OF CONTENTS. Select the appropriate link below for the action you wish to perform. Log In. Forgot Password. Registering for Additional Services TABLE OF CONTENTS Select the appropriate link below for the action you wish to perform. Log In Forgot Password Registering for Additional Services Change Password Make a One-Time Payment Home Page Show

More information

Scheduling WebEx Meetings with Microsoft Outlook

Scheduling WebEx Meetings with Microsoft Outlook Scheduling WebEx Meetings with Microsoft Outlook About WebEx Integration to Outlook, page 1 Scheduling a WebEx Meeting from Microsoft Outlook, page 2 Starting a Scheduled Meeting from Microsoft Outlook,

More information

ADAMS. USER GUIDE FOR NATIONAL CRICKET FEDERATIONS (NCFs)

ADAMS. USER GUIDE FOR NATIONAL CRICKET FEDERATIONS (NCFs) ADAMS USER GUIDE FOR NATIONAL CRICKET FEDERATIONS (NCFs) https://adams.wada-ama.org/adams/ TABLE OF CONTENTS Getting Started on ADAMS... 3 Logging In... 3 Forgotten your username and password... 5 ICC

More information

Club Automation: Online Portal

Club Automation: Online Portal Cedardale Health & Fitness 931 Boston Road Haverhill, MA Cedardale Andover 307 Lowell Street Andover, MA Club Automation: Online Portal (661) 257-0044 Welcome to your new Cedardale Health & Fitness online

More information

Business Mobile Banking Quick Reference Guide

Business Mobile Banking Quick Reference Guide Business Mobile Banking Quick Reference Guide American Business Bank Business Mobile Banking Overview Our Business Mobile Banking provides the ability to access business accounts and perform a variety

More information

The SAP Concur mobile app iphone

The SAP Concur mobile app iphone Introduction to... The SAP Concur mobile app iphone Version 9.66 March 22, 2019 Applies to these SAP Concur solutions: Expense in Travel & Expense Travel Travel in Travel & Expense Invoice Request You

More information

Wild Apricot Website User s Guide.

Wild Apricot Website User s Guide. Wild Apricot Website User s Guide webmaster@pittsburghsocietyofartists.com Table of Contents Welcome to Wild Apricot... 2 Public View... 3 Directory... 3 Directory List... 3 Member Profile Details... 3

More information

Open-Xchange Server Service Pack 1 (SP1)

Open-Xchange Server Service Pack 1 (SP1) Open-Xchange Facts Paper Open-Xchange Server Service Pack 1 (SP1) Features and Benefits v1.31 Copyright 2006, Open-Xchange Inc. 1. Open-Xchange Server 5 - Feature Upgrade March 2006 Open-Xchange is announcing

More information

Provident s New Core Banking System. Presented by: John Haggarty, VP Marketing

Provident s New Core Banking System. Presented by: John Haggarty, VP Marketing Provident s New Core Banking System Presented by: John Haggarty, VP Marketing How to Participate Today Open and close your panel Dial: 312-878-0211 Access Code: 495-306-142 Audio PIN: 34 View, Select,

More information

Online Services User Guide

Online Services User Guide Online Services User Guide Welcome to Online & Mobile Banking! Whether you re online or using a mobile device, manage your money whenever and wherever it s convenient for you. Access Visit BankMidwest.com

More information

Wells Fargo Merchant Services. Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2

Wells Fargo Merchant Services. Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2 Wells Fargo Merchant Services Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2 Table of Contents Overview...3 Key Features...3 Download Wells Fargo...4 Mobile Merchant...4 Demo Mode...4

More information

Business Online Banking. Conversion Guide IMPORTANT INFORMATION ABOUT YOUR NEW BUSINESS ONLINE BANKING SERVICES. Version103117

Business Online Banking. Conversion Guide IMPORTANT INFORMATION ABOUT YOUR NEW BUSINESS ONLINE BANKING SERVICES. Version103117 Business Online Banking Conversion Guide IMPORTANT INFORMATION ABOUT YOUR NEW BUSINESS ONLINE BANKING SERVICES Version103117 Business Online Banking Conversion Information This guide provides an overview

More information

MYCIBSE USER GUIDE. Contents

MYCIBSE USER GUIDE. Contents MYCIBSE USER GUIDE CIBSE upgraded its IT systems on 26th July 2016 to improve core customer functions and increase efficiency and effectiveness. As part of this upgrade members and customers that were

More information

WEB TIME SUPERVISOR GUIDE

WEB TIME SUPERVISOR GUIDE Revised 02/23/2018 WEB TIME SUPERVISOR GUIDE CLIENT RESOURCE PAYLOCITY.COM TABLE OF CONTENTS Web Time... 3 Home... 15 Employees... 28 Reports... 130 Web Kiosk Setup... 132 Glossary... 156 Index... 158

More information

Mobile Banking App User s Guide

Mobile Banking App User s Guide Mobile Banking App User s Guide Enrollment Enroll Using Online Banking 1. Log in to your Online Banking account at easternmichiganbank.com. 2. Go to Options > Mobile Settings > Web Mobile Settings. 3.

More information

My Group Account. Managing Your LegalShield Group Account Online

My Group Account. Managing Your LegalShield Group Account Online My Group Account Managing Your LegalShield Group Account Online Welcome to My Group Account Login to My Group Account at: https://w3.legalshield.com/grpbilling My Group Account: Current Features Account

More information

PT Management Webinar. Client Guide

PT Management Webinar. Client Guide PT Management Webinar Client Guide 1 Table of Contents 1. Login..3 2. Setting Availability 3 3. Fitness Consultation 8 3.1. Scheduling Fitness Consultation..8 3.2. Marking an FC as confirmed 11 3.3. Marking

More information

Additional Functions User Guide

Additional Functions User Guide Additional Functions User Guide Date: April, 2016 Lenovo Warranty Claims User Guide 1 Index Overview... 3 User Preparation... 3 Log In... 3 Password Formats... 4 Welcome Page... 4 Warranty Lookup... 5

More information

Fridays, Saturdays, and Sundays March 2 May 6 (none on Easter, April 1) Saturday times are 9 12:50 p.m., 1 4:50 p.m., 5 9 p.m.

Fridays, Saturdays, and Sundays March 2 May 6 (none on Easter, April 1) Saturday times are 9 12:50 p.m., 1 4:50 p.m., 5 9 p.m. Dick s Sporting Goods, Tom Thumb/Albertsons, and Lowe s Sign-ups Dick s Sporting Goods Dates and Times: Fridays, Saturdays, and Sundays March 2 May 6 (none on Easter, April 1) Friday times are 4 8 p.m.

More information

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center)

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) System Phone Number 578-6618 Help Desk Phone Number 631-4868 (6:00 a.m. 4:30 p.m.) Write your Access number here Write

More information

NET SUPPLY VENDOR PORTAL

NET SUPPLY VENDOR PORTAL NET SUPPLY VENDOR PORTAL Implementation Guide NET SUPPLY Implementation Guide Miroglio Page 1 of 21 CONTENTS PREFACE... 3 ABOUT THE FUNCTION KEYS... 4 CHAPTER 1 SYSTEM ACCESS... 5 1.1 Login... 5 1.2 Change

More information

Banking System Upgrade - Frequently Asked Questions (FAQs)

Banking System Upgrade - Frequently Asked Questions (FAQs) Banking System Upgrade - Frequently Asked Questions (FAQs) What does banking system upgrade mean and why do we need to upgrade our banking system? A banking system upgrade means we are changing the technology

More information

MyRackspace Customer Portal Permissions Guide

MyRackspace Customer Portal Permissions Guide MyRackspace Customer Portal Permissions Guide Table of Contents Why do I need to set up permissions? 1 How do I manage permissions? 1 How do permissions impact the user experience for tickets? 2 Opting

More information

Frequently Asked Questions About Columbia Connect

Frequently Asked Questions About Columbia Connect First Time Login How do I login? You will access Columbia Connect from the online banking login box at www.columbiabank.com. Ensure personal is selected in the online banking login box. Enter your current

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 35.0, Winter 16 @salesforcedocs Last updated: October 27, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Mobile Banking App Guide (ios and Android Apps) Mobile Banking App Guide (ios and Android)

Mobile Banking App Guide (ios and Android Apps) Mobile Banking App Guide (ios and Android) Mobile Banking App Guide (ios and Android) Page 1 A safe and efficient way of accessing your People s Choice Credit Union accounts, paying bills Contents. 1. Mobile Banking using the People s Choice iphone

More information

Login Information. Security Requirements

Login Information. Security Requirements Girl Scouts of Connecticut 2018-2019 Troop ebudde Instructions Through Initial Order Taking Period Initial Order Entry Deadline: February 8, 2019 at 11:59 p.m. Welcome to ebudde! New and returning users

More information

Honors Assignment 3; Multiplatform Mobile App Development with Web Technologies, Coursera; Instructor: Jogesh K. Muppala

Honors Assignment 3; Multiplatform Mobile App Development with Web Technologies, Coursera; Instructor: Jogesh K. Muppala Final Report, RepairIT Shop Repair Manager NativeScript App R. Brian Redd, May 30, 2018 Honors Assignment 3; Multiplatform Mobile App Development with Web Technologies, Coursera; Instructor: Jogesh K.

More information

INFORMED VISIBILITY. Mail Tracking & Reporting Actions for Transitioning to a Secure Transfer Method

INFORMED VISIBILITY. Mail Tracking & Reporting Actions for Transitioning to a Secure Transfer Method INFORMED VISIBILITY Mail Tracking & Reporting Actions for Transitioning to a Secure Transfer Method January 16, 2018 Discontinued Support for Non-Secure FTP After January 31, 2018, Informed Visibility

More information

QUICK GUIDE. Introducing Oasys

QUICK GUIDE. Introducing Oasys QUICK GUIDE Introducing Oasys Introduction to Oasys This quick guide is designed to give an overview of Oasys platform administration. It has been structured around the tabs used to navigate around the

More information

User Manual HPCSA Registration Renewal

User Manual HPCSA Registration Renewal - 1 - User Manual HPCSA Registration Renewal Created by - 2 - TABLE OF CONTENTS 1. INTRODUCTION p3 2. LOGIN p3 2.1 REGISTER p4 2.2 FORGOT PASSWORD p7 3. PERSONAL DETAILS p8 3.1 PROFILE PHOTO p8 3.2 PERSONAL

More information

Business Treasury Management Services. Important Information About Your New Treasury Management Services

Business Treasury Management Services. Important Information About Your New Treasury Management Services Business Treasury Management Services Important Information About Your New Treasury Management Services Member FDIC Equal Housing Lender Welcome To Citizens Business Bank At Citizens Business Bank, we

More information