Commit Graph

31 Commits

Author SHA1 Message Date
36bbd58e61 #11 Changed test data to include differing prices 2024-02-24 14:09:25 +00:00
7a9bc61d04 #11 REFACTOR: Moved all tests into test classes 2024-02-23 21:15:06 +00:00
68f738a241 #11 Fixed pep8 test failures 2024-02-23 18:33:19 +00:00
bcde471f33 #11 Starting on the creation of an end to end test environment 2024-02-23 18:25:05 +00:00
c04f3fa5f8 CHORE: Update run.bash to have the correct shebang 2024-02-18 20:13:25 +00:00
dba4cf01a3 CHORE: Created .env file to store environment vars 2024-02-18 19:22:35 +00:00
3dc7a1f861 #10 Added ability for users to be removed from the site. 2024-02-13 22:48:23 +00:00
0ace3273b4 #10 Started to create a table for administrating users 2024-02-13 11:59:14 +00:00
60cb8d7951 #5 Added more data to stats page and improved CSS 2024-02-09 22:01:25 +00:00
dd243e9c72 #5 Started wiring up endpoints do display user stats 2024-02-01 01:44:02 +00:00
e27ed02028 Added ability for stats to be tracked on products 2024-01-30 21:49:17 +00:00
ba42909459 Updated test products to give greater variety 2024-01-29 20:52:39 +00:00
5a20a8d7c0 Updated line endings to be in line with UNIX style 2024-01-28 11:59:04 +00:00
3eea1d946a Updated scripts to enable deploying prod server 2024-01-28 01:19:37 +00:00
0358670071 #4 #6 Completed functionlity to update products in place. Form still needs tidying up 2024-01-25 00:05:34 +00:00
44c1ee03ba Applied auto pep 8 changes 2024-01-21 22:06:06 +00:00
cd88926475 Completed functionality for user to Create products on the site 2024-01-21 21:33:55 +00:00
f5a8cdcfa2 Updated script files to run tests on load 2024-01-12 14:55:52 +00:00
75e7ad5994 Added product tests 2024-01-10 23:44:59 +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
20f28739a2 Added highlighting for selected category 2024-01-06 01:14:20 +00:00
868876b98e Added ability to fetch products from the database 2024-01-05 18:20:56 +00:00
f1065b8150 Updated docker and script files to make them more robust 2024-01-04 18:59:51 +00:00
e0b04d13f6 Created login functinality 2024-01-02 22:22:14 +00:00
b1a22cb7bd Created base database controller and user database controller to allow for initial database control 2024-01-01 20:19:57 +00:00
ef94773b8f Updated docker file to run new script file 2024-01-01 17:52:44 +00:00
59d379f657 Adapted database scripts to be run from the root directoryt 2024-01-01 16:25:58 +00:00
e04de06463 Created database creation scipts 2024-01-01 16:20:44 +00:00
ce24d792cf Created dockerfile for running WMGZON web application 2024-01-01 15:39:48 +00:00