Website design and development assignment 2, Assignments of Web Design and Development

Pass score Assignment 2 Website design and development

Typology: Assignments

2021/2022

Uploaded on 09/18/2022

sangly1
sangly1 🇻🇳

5

(1)

5 documents

1 / 22

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Higher Nationals in Computing
UNIT 30
WEBSITE DESIGN & DEVELOPMENT
ASSIGNMENT 2
Learner’s name: Lý Phước Sang
Assessor name: Nam Lam
Class: GCS1002A
Learner’s ID: GCS210360
Subject’s ID: 1633
Assignment due: 6 September 2022
Assignment submitted:
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16

Partial preview of the text

Download Website design and development assignment 2 and more Assignments Web Design and Development in PDF only on Docsity!

Higher Nationals in Computing

UNIT 30

WEBSITE DESIGN & DEVELOPMENT

ASSIGNMENT 2

Learner’s name: Lý Phước Sang Assessor name: Nam Lam Class: GCS1002A Learner’s ID: GCS Subject’s ID: 1633 Assignment due: 6 September 2022 Assignment submitted:

Table of Contents

  • Chapter I: Design Plan
      1. Users’ Requirements
      1. Accessibility standards and guidelines..............................................................................................................
      1. Case diagram.....................................................................................................................................................
      1. Wireframes
      1. Sitemap
  • Chapter II: Implementation
      1. Source code of the website
      1. Final website
      1. Finished website comparison to the original design
  • Chapter III: Testing
  • References

 Summative Feedback:  Resubmission Feedback:

Grade: Assessor Signature: Date: Signature & Date:

Assignment Brief 2 (RQF)

Higher National Certificate/Diploma in Computing

Student Name/ID Number: Unit Number and Title: Unit 10: Website Design & Development Academic Year: 2021 – 2022 Unit Assessor: Hoang Nhu Vinh Assignment Title: Website Design and Implementation Issue Date: 01 April 2021 Submission Date: Internal Verifier Name: Date: Submission Format: Format:

  1. A report document including below sections o Section 1: A review of appreciate web design principles, standards and guidelines. o Section 2: Design document for online shopping website. o Section 3: Implementation of website design. o Section 4: Test plan and test evaluation.
  2. A compressed file that encapsulates all source code and particular necessary resources including files of images, style sheets, java script and other files to support to install multipage website such as sql script and installation guide. Submission  Students are compulsory to submit the assignment in due date and in a way requested by the Tutor.  The form of submission will be a soft copy posted on http://cms.greenwich.edu.vn/.  Remember to convert the word file into PDF file before the submission on CMS. Note:  The individual Assignment must be your own work, and not copied by or from another student.

Learning Outcomes and Assessment Criteria (Assignment 2 ): Learning Outcome Pass Merit Distinction LO (^3) P5 Create a design document for a branded, multipage website supported with medium fidelity wireframes and a full set of client and user requirements. P6 Use your design document with appropriate principles, standards and guidelines to produce a branded, multipage website supported with realistic content. M4 Compare and contrast the multipage website created to the design document. D2 Critically evaluate the design and development process against your design document and analyse any technical challenges. LO4 P7 Create a suitable Test Plan identifying key performance area and use it to review the functionality and performance of your website. User Experience (UX) and User Interface (UI). M5 Evaluate the Quality Assurance (QA) process and review how it was implemented during your design and development stages. D3 Critically evaluate the results of your Test Plan and include a review of the overall success of your multipage website; use this evaluation to explain any areas of success and provide justified recommendations for areas that require improvement.

Chapter I: Design Plan (P5)

1. Users’ Requirements

From the assignment scenario, I was tasked to design and create an interactive website with a simple yet dynamic website. So the customer will spend most of their time on the website for shopping and the company employees could create a product on a website, I needed to make a website that are capable of create and display the product so that employees could add products for sale and customers could see it.

2. Accessibility standards and guidelines

The web interfaces must be simple with as few click as possible, a home page that show the company name, with two interfaces that allow employees to add product, while customers can browse all the available product. The add product must record users input with id, name, description, and price. The customers only need to be able to view and get the product from the website.

3. Case diagram

To demonstrate how the website system will work, I’ll show a diagram to show the process of accessing the website. Figures 1: Website system diagram

Next, a login page for employees to sign in to manage the webpage. Figures 3: Login page wireframe Next, an add product option for employees to adding new product on the website so that customer could see it. It will require users to enter product id, name, price, and description to add a product into the database. Figures 4: Add product page wireframe

And finally, the view option for the users to see all the available product for sale in the webpage Figures 5: Display product page wireframe

5. Sitemap

A Sitemap is a list of pages of a web site within a domain, which shown the system link to the main page and sub-page. Figures 6: Sitemap

This is a view function code for user to search the product. Figures 8: Front page with display function This is the login form that user could login to the website. Figures 9: Login function

Last but not least, to make the menu interactable, we will need a script for the menu to finish the front page HTML. Figures 10: Menu script To make the website look more alive, we add a CSS file to add style the HTML page. Figures 11: Front page CSS

Figures 14: Add product PHP (2) Lastly, the view function PHP that display the product to the user Figures 15: Display product PHP

2. Final website

This is the home page of the website, it will automatically open when entering the page. Figures 16 : Home page When click the login button, the login page open up; User could login here. Figures 17: Login page

The website confirmed the creation of the product. Figures 20: Add product confirmation Next, at the view product page user can enter information of a product to view it. Figures 21: View product page

Website confirm the existence of the product in the database. Figures 22: View product confirmation

3. Finished website comparison to the original design

The website almost looked like the original plan, but with poorly display image, the PHP page need more work to make it more good looking, the overall web page look neatly but look empty for the most part. The website work smoothly without much issue and get the job done just like I expected.