Builder - Category CRUD functionalities\
1:17 Add Test Food And Setup Admin Table
13:47 Menu Builder Url And View Setup
20:01 Menu Builder Category Frontend Part1
37:50 Menu Builder Fooditem Front End
57:53 Add Category Crud
1:20:39 Add Category Handle Error
1:27:02 Edit Category Crud
1:38:18 Delete Category Food
1:44:28 Git Push
Builder - Food Items CRUD functionalities\
1:45:27 Add Food Crud
2:07:40 Edit Food Crud
2:20:58 Delete Food Crud
2:29:14 Url Path Adjustment And Availablity Badge
2:33:43 Handle Empty Value Errors
2:49:45 Mofidy The Form To Show Category Belongs To Loggedin Vendors
2:55:27 Edit Food Category For Loggedin Vendors
2:56:35 Git Push
Implementation\
2:57:39 Show Vendors On Homepage
3:12:25 Marketplace Button And Url Setup
3:20:06 Marketplace Html And View
3:32:57 Edit Vendor Model And Add Slug Field
3:44:25 Vendor Detail Page Setup
3:59:12 Display Fooditems By Category Using Prefetch Related
functionalities with AJAX request\
4:14:17 Create Cart Model
4:20:09 Add To Cart Url Setup
4:30:17 Add To Cart Sending Ajax Request
4:39:00 Add To Cart View Functionality Edited
4:53:13 Cart Counter Context Processor
5:03:35 Place The Quantiry On Each Food Item
5:14:22 Update The Cart Counter And Item Qty Realtime
5:25:23 Fix Google Maps Script Issue
5:26:56 Decrease Cart Feature Edited
5:42:55 Implement Sweetalert And Handle Messages
functionalities with frontend\
5:55:01 Cart Url Setup
6:01:15 Cart Page Content Setup
6:12:12 Cart Items In The Cart
6:20:39 Fix Cart Item Quantity
6:21:17 Delete Cart Item
6:35:17 Remove Cart Item Without Reloading The Page
6:41:06 Check If Cart Is Empty
6:46:28 Handle Decrease Cart Use Cases
6:56:22 Show Vendor Name Badge And Add Order By Clause
7:01:12 Get Cart Amounts Function To Get The Subtotal And Grand Total
7:09:02 Update Subtotal Tax Grandtotal Without Refreshing The Page
7:21:40 Git Push
Search & Smart search functionalities\
7:22:36 Search Functionality Setup Search Bar
7:44:54 Get Query Parameters From The Get Request
7:51:55 Add Some Restaurants And Fooditems--Attach Checklist
8:05:35 Basic Search For Restaurants
8:12:46 Smart Search For Restaurants By Fooditem Name
based search functionalities with nearby restaurants\
8:24:40 Location based Search Requirements
8:26:03 Geodjango Overview
8:29:04 Install Postgis And Gdal
8:38:13 Create Location Point And See Geometry Viewer
8:54:46 Location Based Search For Restaurants
9:04:11 Find The Nearby Restaurants
9:16:12 Git Push
user’s current location & show nearby restaurant on homepage\
9:17:23 Get Current Latitude Longitude
9:28:08 Send Ajax Request To Get Current Address
9:41:05 Show Nearby Restaurants On Homepage
9:53:10 Set The Location In Session Variable
10:04:51 Git Push
Business hours module with AJAX\
10:05:54 Opening Hours Overview
10:08:24 Opening Hour Model
10:28:46 Opening Hours Url And Sidebar
10:34:06 Opening Hours Form
10:48:48 Add Hour Url And Function
10:57:51 Minor Adjustment To The Add Hour Form
11:04:03 Send Ajax Request To Add Hour Function
11:16:54 Add Hour To Database And Jsonresponse
11:39:41 Handling Integrity Error
11:46:20 Remove Opening Hour Feature