Commit Graph

79 Commits

Author SHA1 Message Date
0951bcc23e #4 #6 Base creation of a product viewing page with the ability to edit as a seller 2024-01-24 18:07:41 +00:00
95768f8a8c #6 Added Database functionality for user to click and load a single item 2024-01-23 17:53:00 +00:00
1f518ff56d Removed redirection code as not needed 2024-01-23 13:30:18 +00:00
e97631a6f4 Updated http response codes and corrected redirects 2024-01-23 09:48:59 +00:00
aaaf7e4829 Added page that shows a sellers own products 2024-01-22 17:53:56 +00:00
dc6a3b3581 Moved login checks out to utils 2024-01-22 17:35:49 +00:00
897d4ab9aa #1 Allow searches to be made from the main page 2024-01-22 10:49:08 +00:00
216d71c15d Continuing to add correct documentation to components within the application 2024-01-22 08:33:28 +00:00
066659c266 Added correct documentation on the product controller... rest to follow 2024-01-22 08:21:40 +00:00
17cb908753 Ensure env vars are set for test environment 2024-01-21 22:40:31 +00:00
bca3b0a663 Fixed all pep8 warnings 2024-01-21 22:22:29 +00:00
44c1ee03ba Applied auto pep 8 changes 2024-01-21 22:06:06 +00:00
f227727c74 Added pep8 style tests 2024-01-21 21:58:45 +00:00
cd88926475 Completed functionality for user to Create products on the site 2024-01-21 21:33:55 +00:00
3ce5d16651 #3 Added ability for images to be uploaded to the site 2024-01-19 16:35:23 +00:00
98a17bdc43 #3 Create product form made, data is processed on the backend. Image data not currently saved 2024-01-19 13:31:06 +00:00
b821050869 #3 Added basic create product page 2024-01-19 12:37:51 +00:00
b2e32d720c Overhauled the way in which user details are passed to the frontend 2024-01-19 11:57:53 +00:00
19165220fa #2 Added ability for user to login as seller and added test to verify functionality 2024-01-18 21:11:01 +00:00
e7ca108b7f #2 Added functionality for user to signup as a Seller 2024-01-18 20:24:49 +00:00
bd3481c2cc Made each product a link to its own product page 2024-01-18 19:40:02 +00:00
43b85c9b23 Prepared html template for vrn filtering 2024-01-15 22:26:10 +00:00
36a04d58e1 Products can now be searched using search term 2024-01-15 21:47:18 +00:00
40d7469321 Skip test as we expect it to fail 2024-01-15 18:34:06 +00:00
9856120860 Skip test as we expect it to fail 2024-01-15 18:33:01 +00:00
b879049021 Removed venv from pipeline script 2024-01-15 18:30:18 +00:00
ff5bfbfb1a Changed ci/cd to use acticate script in bin folder 2024-01-15 18:29:03 +00:00
bb883d6b55 Changed ci/cd to use acticate script in bin folder 2024-01-15 18:28:25 +00:00
fbcd62de28 Changed directory in ci/cd pipeline 2024-01-15 18:26:46 +00:00
03819ac529 Changed directory in ci/cd pipeline 2024-01-15 18:24:44 +00:00
bf368e6f27 Changed directory in ci/cd pipeline 2024-01-15 18:23:39 +00:00
7b12c29319 Resolved merge conflict 2024-01-15 17:45:47 +00:00
7f6d31a36f Install requirements in CI job 2024-01-13 14:25:58 +00:00
fb9fe54b9d Fixed pipeline file 2024-01-13 14:22:29 +00:00
dadba6c706 Create a gitlab CI pipeline 2024-01-13 14:20:13 +00:00
f5a8cdcfa2 Updated script files to run tests on load 2024-01-12 14:55:52 +00:00
6d91fe8095 Fixed signup crashing becuase of extra field specified in constructor 2024-01-10 23:50:04 +00:00
75e7ad5994 Added product tests 2024-01-10 23:44:59 +00:00
babc1d6471 Updated readme to include testing instructions 2024-01-09 22:31:23 +00:00
b7dd1b9ef0 Added Database tests 2024-01-09 22:20:32 +00:00
feaa253a01 Created better environment for testing 2024-01-09 20:53:55 +00:00
1df7ea856c Changed script to add products to different categories 2024-01-09 20:17:32 +00:00
e18412fea4 Moved some products to different categories to test views 2024-01-07 13:47:09 +00:00
20f28739a2 Added highlighting for selected category 2024-01-06 01:14:20 +00:00
a86edf01ad Removed additional alerts from the bottom of the signup page 2024-01-05 21:42:27 +00:00
8702aa86a5 Moved alerts to the bottom middle of every page 2024-01-05 21:40:32 +00:00
2cf3fc9fbf Improved styling on the main page 2024-01-05 21:16:02 +00:00
868876b98e Added ability to fetch products from the database 2024-01-05 18:20:56 +00:00
9fbdb9f3fb Updated readme 2024-01-05 14:39:54 +00:00
968c19e3cf Use flashing for sending errors to the front end 2024-01-05 14:25:34 +00:00