Highlights
Planning & Development Considerations
Planning the site.
• Plan a site overall in the first place is a crucial step to construct a site. Understand the client’s needs and plan accordingly. For example, planning a design theme for the site with variations of the theme that may be used for sub sections is a recommendation.
Develop using the appropriate tools.
• HTML 5 for static content.
• CSS for formatting.
• JavaScript, Ajax and jQuery for client-side interactivity.
• PHP for dynamic content and server-side interactivity.
• MySQL for data storage and retrieval.
Apply consistent structure.
The files needed for the web site will be included in a single folder (directory) - the name of this folder is the same as your alacritas username. The files must be organized into sensibly chosen sub-folders (i.e. sub-folder for CSS or sub-folder for images, etc.).
All semantic structure of the website is controlled by “HTML”. Pay close attention to the elements that you use - make sure that you use the most appropriate element for the kind of text you are marking up.
All layout and other details of the appearance of the website are controlled by valid CSS (Cascading Style Sheets) rules. You place the overall CSS rules in an external style sheet.
All client side behavior of the website (the response to mouse clicking or keyboard reaction) are controlled by valid JavaScript / Ajax / jQuery.
All data is stored in the MySQL database.
Description of Task
HOME PAGE
This is the starting / entry point to the café menu system which will have:
• links to each of the café menus.
• A link to a registration page.
• login/logout section.
For Assignment 1 the login/logout section does not need to authenticate a user (i.e. no database access is required)
REGISTRATION PAGE
This is where new users can register to use the system. Further details are in the Details section above.
Proper input validation must be applied at this point including:
• double entry password check
• password is:
o 6 to 12 characters in length
o Contains at least 1 lower case letter, 1 uppercase letter, 1 number and one of the
following special characters ~ ! # $
Café staff and managers do not register, they are added to the system by the director. Once added to the system, café staff can also use the menu system to order food and beverages. For Part 1 the registration page does not need to store the registration data (i.e. no database access is required).
CAFÉ MENU PAGE
It will display:
• The opening and closing times of the café,
• the list of food and beverage items available at that café,
• their cost and an initial associated order quantity of 0 (zero).
If a user is not logged in, they can only view the menu items. The comment and quantity fields for each item cannot be viewed, and an order cannot be submitted.
If a user is logged in, they can view a menu and change any items quantity and submit it as an order.
For Part 1 the café menu page does not need to store a submitted order (i.e. no database access is required).
MASTER FOOD & BEVERAGE LIST PAGE
This is where the director creates, edits or removes items in the list of food and beverages that will be available for selection by the café managers to use in their menus.
The director also allocates the purchase price for each item and sets the date that the menu applies to.
For Part 1 the master food and beverage list page does not need to store any changes to the list or the items in it (i.e. no database access is required).© Copyright 2026 My Uni Papers – Student Hustle Made Hassle Free. All rights reserved.