| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 937 人关注过本帖
标题:大家HELP HELP我吧
只看楼主 加入收藏
lyym88
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-1-17
收藏
 问题点数:0 回复次数:0 
大家HELP HELP我吧
CP5310 Assignment
Web Programming



Overview

This programming assignment is to let you to have hands-on experience to build commerical web sites using various technologies and protocols. This assignment is worth 20 marks.

You are required to build a web site based on 3-tier architecture for a hypothetical company selling products to customers. The business model is B2C (business to customer) providing shop-front to customers in the form of company homepage of portal. The followings are the tools required for building the web site:

  • Database: MySQL
  • Server-side programming: PHP
  • Client-side programming: JavaScript, HTML

The following functions have to be included in the web site:

  1. Customer registration and log-on in order to place order in the company.
    • generate unique customer ID for each new customer
    • check if customer already exists
    • store new registered customer info into database: customer ID, registration date and necessary personal details
    • only registered customer with correct username/password can place order
  2. Allow existing customer to change personal details.
  3. Display the customer last-visit time and last-order summary info using cookie technology.
  4. Browsing of product catalogue: product code, product description, unit price, ... .
  5. Place order in a shopping cart.
    • during product browsing from one web page to another, the order details for each product selected by customers have to be stored temporarily--try the usage of session variables
    • an order is created once the customer confirmed to purchase the selected products
    • an order can have multiple products
    • generate unique order ID for each new order
  6. Reject customer order if the quantity in stock is not enough. Display error messages to customer.
  7. Display invoice and store order information in database when order is accepted.
    • the invoice is a reference for the transaction between customer and company
    • order info:order ID, order time, customer ID, product codes (multiple products allowed), quantity, price, shipping address, contact person, contact phone number
  8. Perform necessary data validation for user input.
  9. Company staff log-on to list received orders. Orders can be searched by order ID, or by specifying a date interval to give a summary list of orders. Further click on order ID will give order details.

Marking Criteria

  1. [1 marks] creation of database with appropriate tables, attributes and constraints
  2. [1 marks] HTML forms for customer registration and log-on
  3. [2 marks] client-side scripting and data validation for customer registration, log-on and personal details update
  4. [2 marks] server-side scripting and processing for customer registration, log-on and personal details update
  5. [2 marks] use cookies to display customer last-visit time and last-order summary info
  6. [1 marks] HTML and procesing for product browsing
  7. [1 marks] data validation and processing for customer to place order in shopping cart
  8. [2 marks] implementation of shopping cart
  9. [3 marks] server-side scripting and database processing when order is received
  10. [1 marks] produce invoice
  11. [2 marks] list order by order ID and by date
  12. [2 marks] display order details when order ID is clicked

What to Hand In

The deliverables are:
  • script file for creation of database and tables
  • all php and html files
Note that demonstration may be required. Arrangement with lecturers/tutors will be announced.
搜索更多相关主题的帖子: HELP web assignment PRE 
2006-02-02 22:34
快速回复:大家HELP HELP我吧
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.018438 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved