Commit Graph

161 Commits

Author SHA1 Message Date
b49022f7f9 Cleaned up code 2024-02-06 20:11:04 +00:00
7ebeb10cda Changed urls to all use 'url_for' syntax 2024-02-06 19:30:08 +00:00
f254c011b6 #5 Latest views are now displayed on the stats page 2024-02-06 19:15:44 +00:00
3a08686fc3 #5 Created ability to generate views for a given product from the past X days 2024-02-05 23:19:39 +00:00
ee33965baf Started on making functional unit tests for endpoints 2024-02-05 19:19:29 +00:00
e45ec4b217 REFACTOR: Moved more functionality into database base type 2024-02-04 23:47:00 +00:00
8653d2caa9 #5 Added ability to correlate data into graph 2024-02-02 21:01:29 +00:00
80749daa01 #5 Added scripts to get charts in htrml file 2024-02-02 17:43:03 +00:00
8f0e995471 #5 Added ability to get a quick overview of all of the product stats on one page. 2024-02-02 16:42:19 +00:00
d09d597905 #5 Fixed pep8 test failure 2024-02-01 01:45:39 +00:00
dd243e9c72 #5 Started wiring up endpoints do display user stats 2024-02-01 01:44:02 +00:00
fee4a19e3f Added env vars to testing pipeline 2024-01-30 21:56:02 +00:00
2e20a22221 Removed comments from CI worflow 2024-01-30 21:50:56 +00:00
f8c6ff0e5d Update CI to show warnings 2024-01-30 21:50:35 +00:00
e27ed02028 Added ability for stats to be tracked on products 2024-01-30 21:49:17 +00:00
dfb33e195c Fixed image sizing and colouring 2024-01-30 19:41:58 +00:00
a11ac2547e Updated CSS to ensure images maintain aspect ratio 2024-01-30 19:35:18 +00:00
077ae93d89 CHORE: Updated tests to better check env vars 2024-01-30 19:30:02 +00:00
faad412809 Updated jinja templates and css to better enable product alteration 2024-01-30 19:05:09 +00:00
fa76e11f83 Changes all images to bmp and updated tests 2024-01-29 22:35:46 +00:00
d6d9a1479e Fixed tests 2024-01-29 22:17:54 +00:00
482b6a633b Added environ tests 2024-01-29 22:07:36 +00:00
e4de5667b4 Added base image photos 2024-01-29 20:58:17 +00:00
ba42909459 Updated test products to give greater variety 2024-01-29 20:52:39 +00:00
a40f99f832 Added .gitattributes file to ensure that bash file line endings stay correct 2024-01-29 20:12:20 +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
d80b07d43d #6 Updated Product views to better show information 2024-01-28 00:26:17 +00:00
595069772c Updated flash commands to allow for differently styled boxes 2024-01-27 22:08:15 +00:00
ce316eb9fd Stopped large content from overflowing the product card box 2024-01-25 21:06:53 +00:00
b9dc10c99b Added utils path to pep8 checks 2024-01-25 00:08:25 +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
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