Internet Application Development
Lab 03 - Amazon: Global E-Commerce
← Back to Dashboard
Problem Statement
Consider the database development project developed during the previous semester. A complete database design and development was carried out in the previous semester project as detailed in your project report.
You are required to develop web interfaces on paper and then develop HTML prototypes for various functionalities of your database project. Next task is to transform paper-based and HTML-based prototype interfaces into full-scale working web forms for realization of various functionalities of your project. Ideally, you are required to develop all web forms for implementing various project functionalities.
There is a need to implement a web-based solution for the above-mentioned database. The web-based solution must incorporate various functionalities of your project:
- Registration of Student/Patient/Passenger/Customer, or whatever is applicable in your project.
- Search facilities including partial matches.
- Any other project-specific functionalities.
- Role-based access control.
- Payment system (if required).
Tasks:
- As a first step design above mentioned (1) to (5) user interfaces using paper and pencil.
- Next write appropriate html for creating (1) to (5) user interface prototypes.
- Create links for navigation among above pages.
- Design a menu using list and styles.
- Add help pages for user guidance.
- Either use table for layout or may opt for flow based layout.
- Test user interface prototypes in browser.
- Experiment with style sheets.
Note: You are strictly advised to refrain from using any AI tool during lab work. (0 score will be given for any such effort). Just follow codes as listed in book or as demonstrated in class from time to time.
← Back to Dashboard