Database driven web application

Assignment Help Web Project
Reference no: EM13909733

1. IMPORTANT NOTE

This assignment is an individual project. The work you submit must be your own. It is fine for you to ask a lecturer or fellow student for assistance with the project, but the actual work created and submitted must be your own. Plagiarism and academic dishonesty can lead to failure of the module and other penalties outlined in the Institute's rules and regulations.2. Overview of this project

The project is to design, create, evaluate and present/defend a database driven PHP web site, to demonstrate what you have learnt from the module topics.

• So remember, this website is your ‘vehicle' to demonstrate the range of what you know about HTML and CSS, PHP and MySQL etc.

In your video defense/presentation you will be required to demonstrate and defend your general understanding of server-side technologies, your methods, choices and design, and the quality of your final website. You may also be asked to defend/present your work in person if there is some query about your project/grade.

The deliverables you have to produce are:
• A website design document
• The final web site software files
o including associated MySQL database creation text file
• An academic style "paper" describing the methods and results and conclusions from the evaluation of your prototpe website
• A video demo/defence presentationarguing the quality of your website and how it demonstrates the features from the module and the requirements requested

How you will be assessed:
• The quality of your design document
• The quality of your web site software
o Does it all work?
o Is it easy to use by someone who visits it the first time?
o Does it have a professional look & feel of an e-commerce website?
o Does it demonstrate achievement of technically challenging features (e.g. in addition to the examples provided, or using examples in interesting and novel ways)
• The closeness of the match between your design and your final website
• The quality of the arguments you make in your demo/defence session and video
• The quality of the arguments you make in your evaluation academic paper

3. The "client" & "brief"
The "client": The (fictional) organisation: "DPD - Dublin PHP Development"
• A software development company with the following entities:
o A set of staff users (at least 3)
o A set of admin users (at least 2)
o A set of past projects (public) (at least 3)
o A set of current projects (private) (at least 3)
o Allocation of staff hours against projects
• See the appendix for more details about the data items for each type of entity
The "brief": Your client has asked you to create a database-driven website with the following functionality:

1. A set of PUBLIC pages (no login required)
a. General information pages
• home page, contact details
b. Past Software Project pages
• These will be dynamically generated from the database and user actions/text
o search by keyword (in title / client)
o order by date (ascending / descending)
c. Staff Profile pages
• These will be dynamically generated from the database and user actions/text
o search by keyword (in name / job title)

2. A set of SECURE staff pages (DPD staff member must login before access)
a. Allocation of 35 working hours for current week
i. how many hours allocated to current projects, or to holiday or to illness
ii. The staff member should be able to add / remove / change the quantity of hours for each current project / holiday / illness
iii. The timesheet page should indicate if there are too many / too few hours logged

3. A set of SECURE admin pages (ADMIN user must login before access)
a. These secure pages are for the company's web administrators to add/remove/edit details aboutthe staff members (CRUD - create-read-update-delete)

4. About Media files & usability
Please observe the following about the use of media in your website:
• Only use images
o No audio, no videos, no Flash, no Silverlight
- no marks will be gained by the use of such technologies
• Use only HTML, CSS, JavaScript, PHP and MySQL
o If you believe you need to use any other technologies, please discuss their use with the lecturer before going ahead, since such work may not be counted towards any final project grade
• less is more ...
o a simple but effective website will score better than a hard to understand / messy complicated website - so keep a non-technical website visitor in mind at all times ...

The website should meet the following Technical requirements:
• General requirement:
o You should attempt to demonstrate most of the topics/features from the module.
• the website should contain around10-20pages in total (including admin CRUD pages)
o a good rule of thumb is for each page to do one thing well, whether that be to present a particular item to the viewer, or to present a list of item titles (that are links to pages for each item) etc.
• Good quality HMTL
o Every HTML page should be well-formed HTML 5 & validate at the W3C
o The <head> should include web page titles & keyword meta data
o range of HTML features from such as image hyperlinks, tables, lists, comments
o some example of HTML 5 form validation
• CSS
o All web site pages should reference a single external style sheet "style.css"
- So that changing this single file will result in changing the style of the whole site
- When your project is marked the marker will replace your "style.css" with a test style sheet and will expect to see every page of your web site change accordingly ...
- So no inline or embedded styles please ...
o use of <div> and <span>
o use of ids and classes names
o demonstration of page layout, illustrating multi-colunm layouts with flex-boxes
o MySQL "db" folder
o There should be a sub-folder in your website folder called "db" that contains a text file "db.sql" that will create all the tables and test data needed to setup the MySQL database your web application uses
- This file should be created using the MySQL ‘export' command
o Standard users to aid testing of your project
o please connect to your database (e.g. via INCLUDE_dbConnect) with the following MySQL user:
- username: matt
- password: smith
o please define at least 2 admin user for your system as follows:
- username: admin matt
- password: admin smith
o PHP
o There should be good use of layout and comments so that your PHP files are easy to understand
o Your PHP files should follow a consistent NAMING convention
o you may wish to simplify the complexity of page content through the careful use of includes and page forwarding
o MVC - Model - View - Controller architecture
- Ideally using Twig, but certainly separating view from logic, and illustrating the use of re-usable database functions in a separate ‘model.php' file

The website should meet the following Functional and Usability requirements:
• user knows on every page which WEBSITEthey are visiting
• user knows on every page which PAGEthey are viewing in the web site
o NOTE this needs to be conveyed to the user by more than making them read heading/text on each page: e.g. navigation bar item for current page highlighted in some way
• user can easily navigate around the web site
o e.g. navigation bar always visible
• on every page the user has links to the home page and other important pages on the web site
o i.e. the user should NEVER have to use the browser ‘back' button
• All pages on the website have consistent look and feel, e.g.
o structural layout (number of columns, width of page elements etc.)
o visual presentation (use of colour, fonts, font sizes)
o the nav-bar should not ‘jump' around when the user visits different pages
• login information
o the user knows at all times if they are logged in (and with what username)
o if logged in, the user can on every page choose to LOG OUT
o if not logged in, theuser can on every page choose to LOG IN
• error messages
o if an error occurs, the user should be sent to a user-friendly error page
- stating (in simple wording) what the error was
o if attempting to access a page for which they are not authorized, such access should be prevented, and the user should receive a polite and meaningful message to that effect
• form values

o the user should be prevented from entering invalid details (e.g. they should not be invited to type in the ID of a record to edit - they should be presented with clickable text/menu items that only offer valid values)

Defense movie requirements

In addition to any on-campus demonstration, explanation and defense of your website in person, you are required to submit a video ‘screencast' with voice-over recording, in which you demonstrate the website, and explain and argue its quality and how well it has met the project requirements. The video should include both:

• seeing you navigate to different pages in the role of the two types of user (customer and administrator), and to interact with the site (changing cart contents, CRUD edits to DB etc.)

• and also show (and verbally describe) the viewing of page source code, and talking about the technical aspects of various PHP source code etc.

The maximum duration of your movie should be 5 minutes (the free Jing software limitation). Within this time you should demonstrate navigation around your website, while speaking about the quality aspects of the site and how your work meets the various project requirements.Part 1 - Website DESIGN

1 Overview of project design requirements

The project design is a document that should record and describe the design decisions you have made, concerning the 3-tiers of your database driven web application:
- Tier 1: User interface
o i.e. what will the web pages look like to the user

- Tier 2: System Logic
o i.e. what the different parts of the system should do

- Tier 3: Database model
o the data storing the current "state" of the system at any point in time

NOTE
The components of your website design are based on software engineering principles relating to the importance of designing (and improving the design) of software systems, before beginning to invest time into program implementation. Thinking carefully about your system design, and the relationships and sequence of different pages and data, will reduce the likelyhood of problems during development, and improve the structure and quality of your final system.

You are recommended to design in a simple and straightforward way, and to incrementally develop your design and system code. So start with the straightforward pages and comonents, and then design each remaining component step-by-step.

2 Project Design: (Tier 0) system overview

You should provide an overview of the contents of the system you have designed. This is a straightforward list (file name and 1-line summary) forALLthe different files the final system will contain, categorised into the web pages (public and secure), and other files (images, css, etc.), with a suitable folder hierarchy.

website/
(public pages - no login required)
index.php // home page logic
about.php // about page logic
dvdList.php // logic to to retrieve DVD list from DB and get ready to display
error.php // report errors to user
secure_login.php // login form logic (check if already logged-in)

view/ index.php // HMTL and echos for home page
about.php // HMTL and echos for about page
login.php // HMTL and echos for logic form page
etc. there will be a ‘view' page for each page that outputs HTML ...

INCLUDE_html_header.php // HTML header for every page
INCLUDE_html_nav.php // HTML for the navbar of every page
INCLUDE_default_nav_styles.php // PHP default (empty) CSS styles for nav items
(there may be some INCLUDE files for code header/footer HTML duplicated for every page in the website)

admin/ (secure pages - login via username / password required)
secure_processLogin.php // process attempt to login as admin
secure_processLogout.php // process logout action
admin_home.php // logic for admin home page
admin_editDVD.php // logic for admin edit DVD form page
admin_processEditDVD.php // logic to process attempt to modify DVD record
admin_addDVD.php // logic for create new DVD form page
admin_processAddDVD.php // logic to process new DVD record details

view/
admin_home.php // HTML and echos for admin home page
admin_INCLUDE_html_nav.php // HTML nav bar to include for all admin pages
admin_editDVD.php // HTML and echos for DVD edit form
etc.

include/
model.php // database model functions

css/
basic.css

images/
project1.jpgetc.
company_logo.png

3 Project Design: Tier 1 - User Interface Design (set of HTML pages& CSS)

Since all interaction with your system will be via HTML web pages, you need to design each of the pages the user will see. Create each of the web pages as an XHTML file.

NOTE: Every page should be a PHP page, even if it only contains HTML.

Static pages (e.g. the Home Page, the About Us page) can be created just as they will appear in the final system.

Dynamic pages (e.g. database generated Product List pages, Error pages displaying different messages) can be created with sample content "hard coded" into them. For example for a product list page simply create an HTML page containing the text and images for at least 2 products.

NOTE:
• Every FORM must specify whichPHP page form data to be sent to by a correctly defined "action" attribute
• Every page should display as the user will finally see them, so shopping cart pages, Admin pages listing products etc. must all have hard-coded example data, so you demonstrate you have DESIGNED the ‘view' for all of these pages in your website
• LOGIC pages do NOT DISPLAY TO THE USER, so these do not need to be coded up in your User Interface design (but will be described in your LOGIC design)
o Although you might want to just have each logic page ‘include()' your HTML page, so that your interface
o So that your can progressively enhanace your UI design files to slowly become your final website files

4 Project Design: Tier 2 - System Logic Design

The system logic for your web application consists of the different pieces of computerprogramming. These include:
- program code in PHP files
- any PHP object-oriented classes you may implement
o NOTE: There is no requirement to use PHP classes for this project, however, if you have learned about classes in PHP you may find they simplify your coding...)
o An example PHP class is included in the sample eVote-DVD-secure website ...

Each of these files will be listed in your system summary. Your system logic design is a straightforward description of what program code will do in each file that contains some programming. The system logic descriptions will become the COMMENTS of your code

For PHP pages please describe the sequence of the HTML/code actions and any HTML (although ideally all the HTML will be output via the corresponding ‘view' files). You may wish to go into detail about important variables and functions as well (e.g. the use of values stored in superglobals like $_SESSION).

You need to describe the HTML/code actions for each page that will contain some PHP/JavaScript programming.

An example of the logic design for a page is as follows:
- dvdList.php
o try/catch for database work
- create statement object for sending SQL messages
- define SQL query
- send query and get reference to sequence of records resulting from query execution
- loop to display details of each record in ResultSet
• retrieve fields from current record
• convert voteAverage to an integer with a "%" sign
• get image file name corresponding to number of stars
• (some HTML - to displaytable row for each DVD record)
o catch and process any exceptions
o
o set varaibles for page title and nav current page style
o include HTML view files

NOTE - if you are creating LOGIC-only pages, they will contain no HTML, since they will do their logic and then forward/redirect to the appropriate page based on the outcome of the logic.

5 Project Design: Tier 3 - Database Design

The database design for your system is a standard database description:
- Entity-Relationship diagram
- A description of each table
o Name of table
o A sentence or two summarising what the table is to store
o A list of the table attributes (defining which attributes are primary and/or foreign keys)
o At least 2 rows of sample data for each table
- A description of each relationship between tables

An example of a table description for the "DVD" table from the eVote_DVD_secure application follows.

- Table name:
o DVD
- Table summary:
o Each record records the details for a DVD product
- Attributes
o id (PK) - integer
- unique ID for each DVD record (auto increment)
o title - string length 20
- title of DVD
o category (FK) - stringlength 20
- type of DVD (horror, sci-fi etc.) - must be one of values from table DVD_CATEGORY
o price - real (2 decimal places)
- price of DVD
o voteAverage - real (2 decimal places)
- average vote value, a percentage 0.00 - 1.00
o numVotes - integer
- total number of votes to date
- Sample data
o Id=7, title=Help, category=horror, price=9.99, voteAverage=0.55, numVotes=24
o Id=10, title=Titanic, category=romance, price=12.99, voteAverage=0.88, numVotes=123

Reference no: EM13909733

Questions Cloud

The production department in a process manufacturing system : The production department in a process manufacturing system completed 80,000 units of product and transferred them to finished goods during a recent period. Of these units, 24,000 were in process at the beginning of the period.
What is expecte number of user able to continue using system : What is the probability that a particular user, say user 1, is able to continue using the system? What is the expected number of users able to continue using the system?
Calculate the monthly return for each stock or etf : Calculate the monthly return for each stock or ETF. For stocks and the ETF, do this the normal way, but make sure you are moving the correct way through time! For the T-Bill, the rate you download is the annualized percentage return.
Plasminogen for directional subcloning : Design PCR primers to amplify Kringles 2-4 of human plasminogen for directional subcloning into PBluescript. Show the exact sequence where the PCR product is directionally ligated (2 restriction enzymes) into the vector ( don't show all the interv..
Database driven web application : The project is to design, create, evaluate and present/defend a database driven PHP web site, to demonstrate what you have learnt from the module topics.
Prove the given theorem using one-sided chebyshev inequality : For all zero-mean rv s X with variance σ 2 other than the special case in (a), show that Pr{X ≥ σ } 0.5.Hint: Use the one-sided Chebyshev inequality of Exercise 1.32.
The following flowchart shows the august production : The following flowchart shows the August production activity of the Spalding Company.
Test the raw milk coming from provider : In schedule you must test the raw milk coming from provider B this incoming week. Your intention is to test the quality of the raw milk. Part of the company standard is to reject raw milk with total bacterial counts over 6 x 104 CFU/ml.
Data management and business intelligence : (search term business casetemplate) to explain the justification for implementing a database management systemto improve business intelligence within the company.Within your business case, begin by explaining business intelligence. Then explain data ..

Reviews

Write a Review

Web Project Questions & Answers

  How digital media has transformed and organization advertise

Discuss how Digital Media has transformed how organizations advertise and market their products and services. Include a historical (before and after digital media). Support your discussion with reliable sources.

  Explain information technology-related concept

The topic for the Final Project can be any Information technology-related concept. Instructor's approval was required before proceeding with the research

  How the company uses the site to communicate

How the company uses the site to communicate with its customers. Your assignment is to write a one-page summary evaluating the company website, and be sure to address the following:

  Discuss advantages and benefits of open source software

Discuss the advantages and benefits and disadvantages of open source software for developers and users. Present any research findings that attempt to compare the quality of commercial proprietary code with open-source code.

  Ccreate a web page for a company of your choice

Create a Cascading Style Sheet (.css) that applies a minimum of background color and font and Create one (1) Web page and a heading tag that overrides the Cascading Style Sheet (.css) font settings and makes the font of the heading different from t..

  Create the banner to say creating dynamic car objects

You will use the DynamicDogObject's HTML/JS/CSS files as templates - in order to create a set of new DynamicCarObject's HTML/JS/CSS files. Create the Banner to say "Creating Dynamic Car Objects"

  Create wireframes web site design

Also create three Wireframes [storyboards] for your web site design (Home Page and two others). These are rough designs to show placement of navigation, text and other elements on each of the pages. These pages should indicate hierarchy in the pag..

  Create a one-page professional-looking personal website

Create a one-page professional-looking personal website using only HTML and CSS. You may build your site on any topic of your choosing.

  Creat and test an html documents that has at least half page

Creat and test an html documents that has at least a half page of text and a small box of text embedded on the left margin with main text flowing around the small box.

  Explain how changes are documented and submitted

Explain how changes are documented and submitted in the change control management plan keeping in mind the factors such as roles and responsibilities related to the project

  Examples of poor typography

Browse the Website for examples of poor typography. Write a short design critique of why the type is confusing or misleading to the user. Make a document with screen shots from the Website page to accompany your critique.

  Build the web site for flyhigh

Build the web site for FlyHigh including the following content: Specific trip information travelers need to plan their ( costs, accommodations, options , and so on) and Information international customers will need ( passports , visas, vaccination..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd