M3CS2536B P2 MuhammadAriffArsyadBinChaizul 2019415886 PDF
M3CS2536B P2 MuhammadAriffArsyadBinChaizul 2019415886 PDF
TITLE CAMPIOLOGY
: ___________________________________________________
TH
DATE OF SUBMISSION 25 JULY 2022
: ___________________________________________________
Example: M3CS246xx_P2_SitiNur_2021312312.pdf
and M3CS246xx_P2_SitiNur_2021312312.zip
WE CERTIFY THAT THIS ASSIGNMENT IS OUR OWN ORIGINAL WORK AND MATERIALS
HAVE NOT BEEN COPIED FROM ANY OTHER WORK (PUBLISHED OR OTHERWISE)
WITHOUT ACKNOWLEDGEMENT IN THE TEXT. WE ARE FULLY AWARE OF THE
PENALTY OF PLAGIARISM.
Note: Submit soft copy of final report in PDF and source code in ZIP file via Google Classroom.
Marks will be deducted if you do not follow the requirements.
2
CSC584 Enterprise Programming
Picture above shows the MVC Framework Design related to our business.
1. The controller will create, update and delete the database as the server sends the input given
from customers.
2. The model will store the data in the database which is PhpMyAdmin by starting ‘Apache’ and
‘SQL’ in ‘XAMPP’.
3. The JSP or DAO acts as the view template for the website designed and it can be read by
model(JavaBean).
5. Next, the localhost will display the output to the web browsers such as Google Chrome so
that users can view the website.
6. Finally, by using the GET/POST method, data will be transferred to the controller.
3
CSC584 Enterprise Programming
USER MANUAL
CAMPIOLOGY
4
CSC584 Enterprise Programming
In this page, user needs to choose the category before they register or log in. They need
to choose either they are staff or customer.
If they choose customer, they will go to the customer login page where they need to
email and password. To login the account, they need to click login button. If they do not
have any account, they need to create an account first by click Register button.
5
CSC584 Enterprise Programming
In this register page, a new customer needs to fill in the email, password, name,
and phone number to create an account. After complete fill up the form, they
need to click register button to complete the registration.
When customers successfully logged in, they can choose to book or view the
services, the pricing and logout button.
6
CSC584 Enterprise Programming
When the customer clicks the booking button, they need to fill in the booking form
by entering their name, phone number, email, date, time, and quantity for each
size of tent. When they complete fill the form, they need to click the submit button
to submit their booking.
6.0 Service page
7
CSC584 Enterprise Programming
As for “Our Services” page, this page will display all the services that provided for
the customers such as size of the tent and all the facilities provided.
For admin, they need to log in first by entering email and password. Then, click
login button to login.
8
CSC584 Enterprise Programming
After admin successfully logged in, they will enter to main page where admin can
choose to view booking list or logout from the website.
This page will display all the list of bookings that have been booked by the
customers. The admins are allowed to update or delete the bookings.
9
CSC584 Enterprise Programming
If the admin decided to update the booking, it will display the booking form and
the admin can update the data that need to be updated.
10
CSC584 Enterprise Programming
To delete the booking, admin need to click delete button, then it will delete the
booking of the customers.
11