















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Cloud Computing Cloud Computing
Typology: Lecture notes
1 / 23
This page cannot be seen from the preview
Don't miss anything!
















Qualification BTEC Level 5 HND Diploma in Computing Unit number and title Semi Project Submission date Date Received 1st submission Re-submission Date Date Received 2nd submission Student Name Bui Nguyen Ngoc Han Ngo Thi Khanh Chi Phan Van Hao Nguyen Lam Tung Student ID
Class Assessor name Ngo Thi Mai Loan Student declaration I certify that the assignment submission is entirely my own work and I fully understand the consequences of plagiarism. I understand that making a false declaration is a form of malpractice. Student’s signature
Grade
Grade: Assessor Signature: Date: Signature & Date:
Name Update User Description Allow the actor to edit User Actor Admin Activities Actor System Main flow: Edit user Main flow: Edit user Actor clicks on the Edit button on the role in User management page Actor updates a user and clicks on the Save button Switch to the Edit User page Confirm the update and return to the User Management Page Table 4 : Update User e. Delete User Name Update User Description Allow the actor to delete User Actor Admin Activities Actor System Main flow: Delete user Main flow: Delete user Actor clicks on the Delete button on the User in the User management page Actor clicks on Confirm button Ask the actor to confirm the delete action. Successfully delete the User and return to the User Management page. Table 5 : Delete User f. View User
Name View User Description Allow the actor to view User on the system Actor Admin Activities Actor System Main Flow: View User Main Flow: View User Actor clicks on User Management from the navigation bar Load User Information on the User management detail page Table 6 : View User g. Add Product Name Add Product Description Allow the actor to add Product Actor Admin Activities Actor System Main flow: Add Product Main flow: Add Product Actor clicks on Add new Product on the Product Management page Actor fills in all information and clicks on Add button Load Add new Product page Save the new Product to the database and return to the Product Management page Table 7 : Add Product
j. View Product Name View Product Description Allow the actor to view Product on the system Actor Admin Activities Actor System Main Flow: View Product Main Flow: View Product Actor clicks on Product Management from the navigation bar Load Product Information on the Product management detail page Table 10 : View Product k. Add Type (Category) Name Add Type Description Allow the actor to add Type (Category) Actor Admin Activities Actor System Main flow: Add Type (Category) Main flow: Add Type (Category) Actor clicks on Add new Category on the Category Management page Actor fills in all information and clicks on Add button Load Add new Category page Save the new user to the database and return to the Category Management page Table 11 : Add Type (Category)
l. Update Type (Category) Name Update Type Description Allow the actor to edit Type (Category) Actor Admin Activities Actor System Main flow: Edit Type (Category) Main flow: Edit Type (Category) Actor clicks on the Edit button on the role in Category management page Actor updates a user and clicks on the Save button Switch to the Edit Category page Confirm the update and return to the Category Management Page Table 12 : Update Type (Category) m. Delete Type (Category) Name Update Type Description Allow the actor to delete Type (Category) Actor Admin Activities Actor System Main flow: Delete Type (Category) Main flow: Delete Type (Category) Actor clicks on the Delete button on the Category in the Category management page Actor clicks on Confirm button Ask the actor to confirm the delete action. Successfully delete the Category and return to the Category Management page Table 13 : Delete Type (Category)
Figure 2 : ERD
update_by varchar(255) created_at timestamp updated_at timestamp Table 17 : ERD documentation - User c. Type Column Data Type Constraint typeid int(10) Primary key typename varchar(255) typedescription varchar(255) created_at timestamp updated_at timestamp Table 18 : ERD documentation - Type (Category) d. Brand Column Data Type Constraint brandid int(10) Primary key brandname varchar(255) brandimage varchar(255) status varchar(255) created_at timestamp updated_at timestamp Table 19 : ERD documentation - Brand
e. Order Column Data Type Constraint orderid int(10) Primary key orderdate varchar(255) status varchar(255) delivered varchar(255) delivereddate varchar(255) address varchar(255) discount varchar(255) phone varchar(255) message varchar(255) userid int(10) Forgein key created_at timestamp updated_at timestamp Table 20 : ERD documentation - Orrder
Figure 4 : Home page
Figure 5 : Wireframes register