Bubba Lyrics A Data Driven Music Website

Slides:



Advertisements
Similar presentations
Presentation Prepared For:. Secure user Login provides access to specific ship-to addresses, customer catalog, order processing rules, and other account-based.
Advertisements

A sample Service Oriented Architecture for Integrating Government Lines of Business.
Tavern Review Website As Presented By Team Yale. Requirements Goal – Create a website that appeals to a college-aged crowd, but also useful for any Chicagoan.
Parzoof A social networking website for students.
Tavern Review Website As Presented By Team Yale. Requirements Goal – Create a website that appeals to a college-aged crowd, but also useful for any Chicagoan.
Progress Report 11/1/01 Matt Bridges. Overview Data collection and analysis tool for web site traffic Lets website administrators know who is on their.
Direct Congress Milestone II Dan Skorupski. Tools Django ("jang oh"): Web application framework lxml: libxml2 bindings for XML/HTML parsing Python: Programming.
Project Presentation. Outline 1.Application features 2.Application interfaces 3.Technology and API 4.Improvement over iShare 5.Challenges 6.Future work.
MusicLink Web Hosted Streaming Music Service Tristan Harward, Prescott Nasser Sherman Lee, Christopher Fan.
User Centered Design The Process Information Business – UCD Robert Press (718)
Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?
W EB M USIC P LAYER Eriel Thomas Josh May Nick Upton Ray Smith Vjekoslav Brajkovic.
Content Management Systems A content management system is software that loads on your web host’s server and manages all content on your web site dynamically.
MyIPFWAdvisor Project Status Presentation, 2 April 2012.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
Cory Fowler SyntaxC4-MSFT.
GoodsWayGoodsWay Capstone Project Team information Goodsway.
UNIT 12 SERVER SIDE OF A WEBSITE Cambridge Technicals.
TestFiles Life Cycle Architecture Chris Byszeski Ooi Hsu Han Amir Kouretchian Sachin Pradhan Quang Tran Peter Turschmid Nick Walker.
Shay Sheinfeld, Erez Kastel, Inbal Dolev Google Workshop 2008 Presenting:
ICT Standards and Guidelines The Structure of the Project Akram Najjar CNSI – Senior Consultant Director of InfoConsult.
CAHDRE Mentor / Mentee and Project Database Mathew Bergt University of Alaska Anchorage.
Project Dragon Small Business Website Content Management System.
Distributed Software Development QR Marks The Spot Beta Prototype Vadym Khatsanovskyy, Nicolas Jacquemoud.
1 JISC IE Metadata Schema Registry Technical Update 23 November 2004 Dave Beckett.
Project Methodology May 2, System Development Life Cycle Overview.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Profiles and Active Directory Overview User profiles –Import from Active Directory –Creating.
Power to the People IU Bloomington Libraries’ Content Management System Doug Ryner, Tadas Paegle, Julie Hardesty.
Module 8 : Configuration II Jong S. Bok
SPAM Student Payroll And Management. SPAM Overview " Project Plans " Student functions " Administrator functions " Detailed Design " Technical Specifications.
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
TM Gain Exposure through Viral Marketing. Blueprint Selling Solutions Music Protection Our Network Featured Ads How You get Paid? Brand Integrity Summary.
Brittney Erler Business 111 Spring Like iTunes, Pandora, and your favorite social media site merged into one. Listen to full songs, on demand, over.
Web Security Lesson Summary ●Overview of Web and security vulnerabilities ●Cross Site Scripting ●Cross Site Request Forgery ●SQL Injection.
GymRatTrax Middle Update Presentation Group #8 Wesley Ford Justin Krynicki Christopher Stone Aly Wright.
Condor Technology Solutions, Inc. Grace Performance Chemicals HRIS Intranet Project.
The basics of knowing the difference CLIENT VS. SERVER.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
What Is CY Portal Presenters: Jeffrey M. Arko – Project Manager Victoria Wilson – Graphic Designer Oguz Olcay – User Interface Developer.
Airport Ride Service LCO Project Proposal. AGENDA Operational Concepts System Requirements System and Software Architecture Lifecycle Plan Feasibility.
ECpE Student Database Team 21 Adviser: Tien Nguyen ECpE and Tony Moore.
Capstone Project FPT University VIETNAM TRAVEL SHARING NETWORK Supervisor: Mr. Nguyen Van Hien Team member: Dao Dang Dan Tran Van Su Nguyen Van Nam Nguyen.
INFM 700 Project 3 (Aqua) - Akashdeep Ray - Arnaud Lawson - Neha AR - Vidisha Vedvyas.
#SummitNow Dynamic Data List Driven Constraints in Share November 14 th, 2013 Tony Parzgnat – Technology Services Group.
Transportation Agenda 19. Transportation Your Role: Designer Designers organize SharePoint content and determine how to display that content Typical tasks.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
Prodi Teknik Informatika , Fakultas Imu Komputer
Personal Website Final Project
SCEC Drupal Website Development Overview and Status
DotNetNuke® Web Application Framework
Why API?.
What is a Blog? short for Weblog journal on a website
Content Management System
Jerrell Jackson
Ways to Secure CMS Websites. The most widely used Content Management Systems are Wordpress, Joomla and Drupal as per statistics. The highest CMS platforms.
CSE 403 Project SDS Presentation
Login & administration page
Building my on-line store
Multimedia Database Virginia Polytechnic Institute and State University Blacksburg, VA CS 4624 Multimedia, Hypertext and Information Access Client.
Web Systems Development (CSC-215)
TaxSlayer Multi-Factor Authentication
Suggestions for Week 2.
CS122B: Projects in Databases and Web Applications Spring 2018
Playing the Web William White, Yahoo! Media Innovation Group
Consent in action Consent management in practice
SENIOR PROJECT WEBSITE
HCI Project.
Background We would like to combine existing User guide and Admin guide currently in PDF form into a single HTML master site This master HTML site will.
Music Playlist Creation in Real-Time
Presentation transcript:

Bubba Lyrics A Data Driven Music Website Michael Dobachesky – Role: Backend Thomas Cass – Role: Frontend

Study API Documentation Deployed Project on ICT Server Project Timeline DB Design & Tech Spec Advance UI Proposal Study API Documentation Deployed Project on ICT Server Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Prototype Develop API Functionality Prepare To Present Begin Implementation Various Improvement

Database Organization

New Functionality – Spotify Web API Secure login into Spotify account using Spotify or Facebook credentials. Dynamically load and play mp3 of song on lyric page. Add or Update songs and playlists on your Spotify account through Bubba Lyrics website.

New Functionality – Profile Page Personal user profile page. With permission given by the user, data is pulled from the users Spotify/Facebook account to populate their Bubba Lyrics profile page. Create and manage Spotify playlists through the Profile page.

New Functionality – UI Changes Added more content that dynamically displays on artist page. Implemented clean new UI. Content Management System (CMS) to dynamically change site content without touching the code.

Technical Design - MVC

Obstacles Overcome Use of multiple API’s manipulate data from multiple sources. User login/authentication. Use of MVC design pattern to organize project. Use of multiple technologies that all work together to produce final result. Repurpose the database because of the main site moving toward being primarily API driven.

Summary