Commit Graph

156 Commits

Author SHA1 Message Date
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
08479c1134 Removed the ability for duplicate accounts being able to be made 2024-01-05 14:11:46 +00:00
c6ef411930 Added alerts to login and signup pate 2024-01-05 13:56:46 +00:00
f1065b8150 Updated docker and script files to make them more robust 2024-01-04 18:59:51 +00:00
79231a1f0d Added missing comment 2024-01-02 22:26:03 +00:00
e0b04d13f6 Created login functinality 2024-01-02 22:22:14 +00:00
b26bd1a228 Signup page now populates database correctly 2024-01-01 23:13:09 +00:00
efdd918a9f Adjusted styling on signup form 2024-01-01 22:33:49 +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
fbe7219af2 Removed SQLite from docker compose as it is no longer required 2024-01-01 16:23:13 +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
f633660307 Created docker compose file with sqlite3 database container 2024-01-01 15:04:58 +00:00
07261acb25 Updated readme to style shell scripting 2023-12-31 19:10:36 +00:00
03c7fc6918 Created login and signup forms 2023-12-31 19:03:29 +00:00
2f63b6e89c Divided html into templates 2023-12-31 16:59:53 +00:00
54877495f0 Created a set of base models to begin fleshing out the data aspect of the application 2023-12-31 16:27:39 +00:00
213fc9c503 Turned index page into a template 2023-12-27 22:16:23 +00:00
1c5aa09668 Created base flask instance and moved static templates into correct location so they can be loaded using Jinja 2023-12-27 21:36:53 +00:00
f64c378248 Added number plate filter and adjusted navbar styling 2023-12-15 23:54:45 +00:00
cb89544a1e Adjusted styling on main page to make the product listings span to just below the bottom of the page 2023-12-15 22:53:41 +00:00
bc63f5138c Improved styling on navbar and product containers 2023-12-15 21:23:28 +00:00