From c08abe79156b1b3b10e9cca7f2b59150eb93d057 Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:04:26 +0000 Subject: [PATCH] todos update --- public/listing.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/listing.php b/public/listing.php index abf77c9..72b744c 100644 --- a/public/listing.php +++ b/public/listing.php @@ -1,6 +1,5 @@ Product Page
'. populateContent() .'
'; @@ -79,4 +78,7 @@ function populateContent() { return $output; } -?> \ No newline at end of file +?> +//TODO: add functionality for bid form +//TODO: add functionality for review form +//TODO: add bid history \ No newline at end of file