Senior Project, Spring 2018 To-do List Optimizer 1.0 Problem Solution

Slides:



Advertisements
Similar presentations
UBIQUITY V3 An extensible platform for creating dynamic, customized, and geocentric native mobile applications.
Advertisements

New Release Announcements and Product Roadmap Chris DiPierro, Director of Software Development April 9-11, 2014
© 2014 Cognizant 4 th March 2015 MBaaS: Mobile Backend as a Service Pablo Gutiérrez / Senior Mobility developer.
Bringing it all Together Sierra as Library Services Platform Today and Tomorrow Next Generation Library Services Platform Steven Nielsen Vice President-
Enterprise Mobility ‘Mobile First’ strategy for your Business
Finding Nearby Wireless Hotspots CSE 403 LCA Presentation Team Members: Chris Scoville Tessa MacDuff Matt Mohebbi Aiman Erbad Khalil El Haitami.
Project Rickshaw SEARCH - FIND - GO. Project Rickshaw TEAM MEMBERS KEVIN AUGUSTINO – MATT FOX – DAVID MOORE SPONSORS KARASU TECHNOLOGIES - ERIK PAUL -
Home Automation Console Publish/Subscribe Server for interoperability and reduction of complexity at end devices.
What’s New in Sage SalesLogix V Release Overview Sage SalesLogix v7.5.2 focuses on: −User Enhancements streamline the user experience furthering.
Development of the iPad Application “Sound Reading” Ryan DuToit, Bennett Hansen, Dr. Timothy Urness *Department of Mathematics and Computer Science, College.
COMP 410 & Sky.NET May 2 nd, What is COMP 410? Forming an independent company The customer The planning Learning teamwork.
TriUlti Senior Project iFlowEdit HTML5 Canvas Workflow Diagram Editor Sponsored By iNNOVA IT Solution Inc.
Raspberry Pi: Automated Garden Monitoring System Stacy, Devin, Brandon.
Senior Project, 2015, Spring Senior Project Web Site –Version 5 Student: Jacek Kopczynski, Florida International University Mentor: Masoud Sadjadi, Florida.
The System Shall… Provide the ability to render 2D/3D graphics, these graphics will be represented by assets like models textures, and shaders. Manage.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
| | Top 4 Benefits of Hybrid Mobile Apps.
Senior Project, 2015, Spring Senior Project Website –Version 5 Student: Yamel Peraza, Florida International University Mentor: Masoud Sadjadi, Florida.
A Feature-Based of IT Automation using Developed By: & Advisor : Dr. S. Masoud Sadjadi School of Computing and Information Sciences Florida International.
Mobile Reach and Kinetic Data. Mobile Reach Enterprise Mobile Solutions Remedy / BMC partner since 2002 Improving efficiency and effectiveness of IT professionals.
The eCSG Mobile App Mario Torrisi INFN – Division of Catania 24 June 2013 Webinar on the eCSG 1.
Microsoft Dynamics CRM May 2015 Daniel Biener. Page 2 Introductions Who am I? Ask me anything. Who are you?
Mobile Application Solution
Multi-Device UI Development for Task-Continuous Cross-Channel Web Applications Enes Yigitbas, Thomas Kern, Patrick Urban, Stefan Sauer
OpenWells Cross-Platform Mobile Application
MiCollab 7.2 (MiTeam) Cliff Ellement/David Charles
UCF Parking Route and Heat Maps
Success Stories.
React Native: The Future of Hybrid App Development
GrubTruck (iOS Food Truck App)
Unified Butterfly Recorder 4: iOS
Opening slide.
Mobile Navigation Control for Planetary Web Portals Team Members: John Calilung, Miguel Martinez, Frank Navarrete, Kevin Parton, Max Ru, Catherine Suh.
Tracking and Booking Taxi
OpenWells Cross-Platform Mobile Application
Mobile Application Solution
Requirements & Verification
Senior Project, 2017, Fall SKOPE VR 1.0 Problem Solution
An educational system for medical billers in training
script/
Week 01 Comp 7780 – Class Overview.
UNH Programming Assistance Center Automation
UTour App Team Members - Krina Patel - Andrew Preciado
Senior Project, 2018, Spring To-do List Optimizer 1.0
Crowd Intelligence Grocery Shopping Mobile App
Continuous Automated Chatbot Testing
Crowd Intelligence Grocery Shopping Mobile App
Mobile-Controlled Lighting
MEAN stack L. Grewe.
ideas to mobile apps in record time,
Disable/Enable CD-ROM devices using Kaseya-Agent Procedures
Modern web applications
CLIENT ZipDial.
Senior Project Spring 2018 Virtual Roll Call 4.0 Problem Solution
CS122B: Projects in Databases and Web Applications Spring 2018
VIP Senior, 2018, Spring Smart Stormwater – Smart City System Problem
Azure Active Directory
VIP, 2018, Spring Smart Stormwater (Smart City System) 2.0 Problem
Spotter: A Campus Parking Solution
Food Inventory Tracker
Senior Project 2018, Spring Problem Solution Current System
System Design and Implementation
HOW HYBRID APPLICATION DEVELOPMENT IS BENEFICIAL FOR BUSINESS ?
Antibiotic Drug Prescription
The Future is Now with ASP.NET Core 3.0
CS122B: Projects in Databases and Web Applications Winter 2019
Delivery Management System. BrilliantWMS offers Online Delivery Tracking mobile apps. Delivery Management provides customer products at given time. We.
Mobile Logbooks -WhatsLogged-
Learn the ways for Garmin GPS update on your device
Presentation transcript:

Senior Project, Spring 2018 To-do List Optimizer 1.0 Problem Solution School of Computing & Information Sciences Senior Project, Spring 2018 To-do List Optimizer 1.0 Student: Salvador Ricardo, Florida International University Mentor: Monique Ross Professor: Masoud Sadjadi, Florida International University Problem Solution Current System Million of people use To-do apps to plan their day and GPS apps to arrive at their destination. But planning the most efficient route to complete those daily task is cumbersome and time consuming. App hopping and route planning make for an unproductive day. To save time and make the customer’s day more productive, To-Do List Optimizer integrates both the task management and GPS routing technology to create an immersive experience for the user where they can complete their tasks effectively and with ease. My contribution to this project was based on the backend server. I worked on creating the database and the API endpoints. This integration helped save the user’s data for analysis and multi-device syncing. While doing market research we didn't find currents applications in the market that offer seamless integration between an user task, and GPS routing To-Do List Optimizer is bringing together two productivity apps into one. 1 Current System Requirements Create Models for the Users, Places and their tasks. Create different database schemas. Create server where application would run. Populate databases with user information. Return detailed queries about users and their list. System Design The system architecture is implemented in a Model-View-Controller design to facilitate the development for mobile devices. Reminders Apple Maps To-Do List Optimizer Implementation System was implemented using the MERN Stack in order to create a native application for both iOS and Android. The application server was implemented in NodeJs and Express which makes calls to the Database where the user’s information is stored, allowing for easy sync between devices. The front end was implemented in React Native and JavaScript to a have a interactive UI which will update and render the right components when data changes. Object Design Summary Application integrates both task tracking and GPS Navigation technologies. Applications allows user to keep track of their tasks. Applications will route users to their destinations in the most optimized way. Application will sync between different devices. Verification Database API endpoint verification was done with Postman which allowed to test the Database schemas on a live server. Automation of the tests allowed for faster and more effective development. The material presented in this poster is based upon the work supported by Monique Ross I am thankful to the help that I received from my group members, Manuel Garcia and Daniel Gonzalez Acknowledgement