CSE 403 Project SDS Presentation

Slides:



Advertisements
Similar presentations
PHP and CSS to control web apps styles. CSS is used to style today’s web applications.
Advertisements

The Smarter Balanced Assessment Consortium Getting Started in the Digital Library.
FIspace Security Components FIspace Security Components NetFutures 2015 FIspace project Javier Romero Negrín Javier Hitado Simarro ATOS Serdar Arslan KoçSistem.
Your online classroom. Powerhouse Campus o Custom Class dashboards o Links with Moodle, Studywiz, Bb, ClickView & all web apps o Links your school library.
Bonrix Track & Trace System A GPS Based Vehicle Tracing System (SMS, GPRS/3G, Offline) Bonrix Software Systems Ahmedabad (INDIA) Website:
Chapter Accreditation Online System Usage Tutorial Department of Member Relations & Grants National Children’s Alliance.
NEW PRODUCT INTRODUCTION: SalesLink TOUCH April 2015.
Website Tutorial. Administration  Log on by clicking Login on the footer of almost any page  Your Username is.
Inti Online Login Page (Lecturer/Student/Administrator View)
Impact Activities LOG View over some option for the capture of Impact activities.
Environmental Studies Department – Internship Web Site Instructions Dean Berman 5/21/2005.
In addition to Word, Excel, PowerPoint, and Access, Microsoft Office® 2013 includes additional applications, including Outlook, OneNote, and Office Web.
How to develop your website Chapter Websites Denise R. E. Copeland
Easy Chair Online Conference Submission, Tracking and Distribution Process: Getting Started + Information for Reviewers AMS World Marketing Congress /
Learning.com for New Users. This presentation will help educators… Login to Edit your Learning.com educator account Access resources.
 Creating your personal website and online portfolio.
Global Teacher Blogs. Blogs – (Web log) a blog is a web site that is usually used as an individual journal and is publicly accessible. (
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
From the home page go to the Podcast Publisher box since you will be the publisher of the podcast. That’s the darker green one on the top left. Click.
 Online document storage and file sharing.  Access files from anywhere, store them free, and securely share them.  Great back up plan for storing those.
FriendFinder Location-aware social networking on mobile phones.
FriendFinder Location-aware social networking on mobile phones.
Login Page Type User name Type password Click Signin For password recovery click here Visit softech.com.
Administrator Data Entry Training for Maintenance (Mx) LOSA and Ramp LOSA Database Software 11/26/2016.
Our relationship is changing + Gaggle Next UI: support documents.
Visit amzsoftech.com Click Here. Type the User name Type the password Click Login First time user Click Sign Up.
Working with the interface and interacting with the iPad app.
Scheduler CSE 403 Project SDS Presentation. What is our project? We are building a web application to manage user’s time online User comes to our webpage.
 JCPS Network Credentials  JCPS  Smart Saving with SkyDrive Pro  Infinite Campus Portal  iPad Accounts.
Yahoo Help Phone Number Get Instant Help.
Lindsey Velez, Director of Instructional Technology Single Sign-On One Click.
BIG MEDIUM A Quick Guide for Web Edits and Additions A Quick Guide for Web Edits and Additions
Schoolwires How to modify your classroom webpage.
TREVOR BOARDMAN, TRISTAN HUMMEL, JOSEPH KADRICH, ERIC ROBY.
Employee / Employer Self Service  An Introduction to Premier ESS.
Online Submission and Management Information -- Authors
BY: SALMAN 1.
Your Gifts, Our Mission.
Pearson Writer.
Supervisor : Trần Vinh Thu
BY: SALMAN.
Journal of Mountain Science
**Please view the instructional guide as a slideshow**
Go to Covington County Schools Webpage Click on Forms and Links
Create zooming presentations
Signing up or logging in to your user account:
Yahoo Support Ireland Toll-Free Number:
Fix The logging Issue Onto Apple 4 th Generation device for HBO GO Smart Tv Help Line Toll Free ( )
Gmail Settings
Employee Tracking app Mr. Yogesh Pant Chief Executive Officer MTOAG Moving Technology On A Go.
Pearson Writer.
© 2016 Blackboard Inc. All rights reserved..
In order to get a complete experience of the Microsoft’s productivity suite, one must sign up for a Microsoft My Account. With Office My Account, you can.
Web Development & Design Foundations with H T M L 5
Portman Livewire User Guide.
**Note: slide 10 explains how to access online textbook information
Review: Applying Computer Basics
Creating and activating your account
How to Download the Firefly Student App to your device
1. Login to the site.
Guide to Editors (ED) Journal of Mountain Science (JMS)
LMS – SIBAU (Student LMS Guide)
Passion and Civility Debate Scheduler
Technical Integration Guide
Hero for Students and Parents: Creating and activating your account
Training 101 : Accessing iBoomerang Tools
1- Open Cambridge LMS page:
Slides prepared by Sarah Benis Scheier-Dolberg
Administrator’s Manual
Presentation transcript:

CSE 403 Project SDS Presentation Scheduler CSE 403 Project SDS Presentation

What is our project? We are building a web application to manage user’s time online User comes to our webpage. Logs in; inputs various tasks, necessary information associated with each task and we provide them with a schedule The key features include: User will be able to create an account Scheduler allows user to enter fixed and flexible tasks User can prioritize tasks We provide various calendar view options We allow integration with google apps

The design Here is the class diagram We are dividing our project into following components Server side development Client side development Features and UI designing Integration and Testing We have assigned leads for each component. Who will explain developments on their side in the following slides.

Server side development Work on class diagrams, sequence diagrams Set up and implement database to store user’s credentials and task information Login, Sign up, Add task, Edit task etc. Write an algorithm that takes input and produces the schedule Integrate client, database and the algorithm Testing So far we have finished working on the class diagrams and sequence diagrams. Currently we are working on setting up the database with minimum functionality of login and sign up.

Class diagram Since the diagram is pretty hard to see I am also attaching the image of the diagram along with the .violet file.

Client side development Design the features and functionality of the web pages Implement web pages – content and style Home page Forgot password page Password reset page Scheduler page Privacy, FAQ, About us Implement client-server interaction Testing pages So far we have designed and implemented home page, forgot password page and password reset page. Next we will be working on the scheduler page.

Home page