Weekly Report Format UPDATED
Weekly Report Format UPDATED
Week Ending: 01
I. Overview:
II. Achievements:
1. Requirement Analysis:
o Analyzed the project brief to identify the essential functionalities, such as
merchant and customer management, category-based browsing, and a
standardized checkout process.
o Documented additional features like dashboards, service reviews, and order
management.
2. Tool Selection and Setup:
o Selected HTML, CSS, JavaScript, PHP, and MySQL as the tech stack for the
project.
o Installed XAMPP for local server setup and database management.
3. Website Structure Planning:
o Outlined the navigation flow, including merchant sign-up, customer sign-up,
service pages, category browsing, and checkout.
o Designed a basic database schema for merchants, services, orders, and reviews
using MySQL.
4. UI/UX Wireframing:
o Created basic wireframes for core pages such as merchant profiles, category
pages, and the checkout process.
III. Challenges:
1. Begin Development:
o Start implementing the merchant and customer sign-up and login
functionalities using PHP and MySQL.
o Develop a basic front-end for merchant profiles and service pages using
HTML and CSS.
2. Database Integration:
o Create tables for merchants, services, and customer orders in MySQL and test
connections using PHP.
3. Research Payment Gateway:
o Explore options for payment gateway integration to implement a secure and
seamless checkout process.