Commit Graph

76 Commits

Author SHA1 Message Date
4c2e05f4ae Fix: Product, Product Category, Product Permutation, Supplier, Supplier Purchase Order, and Manufacturing Purchase Order architecture update for getting and saving data. 2024-11-02 15:49:40 +00:00
373ed9cebf Fix: Database connection recreated on Login and Logout callbacks to prevent error due to previous session closing. 2024-10-29 22:05:44 +00:00
03fc1bd421 Fix: User login and server console logging functionality. 2024-10-29 17:18:39 +00:00
80c98708da Fix: Server startup error due to configuration type not being assigned correctly. 2024-10-29 15:46:46 +00:00
593aa218ee Fix: Server startup error due to configuration type not being assigned correctly. 2024-10-29 15:41:43 +00:00
fcf14fdd83 Fix: app logging for Exception handling corrected for non-breaking 404 HTTPExceptions 2024-10-29 09:59:27 +00:00
0d2479d82e Fix: Console outputs suppressed when not in debug mode to fix server errors caused by unnecessary outputs. 2024-10-29 09:38:43 +00:00
8621027567 Merge pruning main branch changes. 2024-10-28 16:07:24 +00:00
b97cfe3527 Merge branch 'main' of https://github.com/Teddy-1024/parts_website 2024-10-28 16:05:09 +00:00
02a8f93f44 Merge changes on main branch with local version 2024-10-28 16:04:38 +00:00
Teddy-1024
eac211e342 Delete node_modules directory 2024-10-28 15:26:22 +00:00
Teddy-1024
a1b420b9e6 Delete .VSCodeCounter directory 2024-10-28 15:19:55 +00:00
Teddy-1024
c4fe91f680 Delete tmp directory 2024-10-28 15:19:44 +00:00
Teddy-1024
dfc794a568 Delete env_web directory 2024-10-28 15:18:27 +00:00
Teddy-1024
ed4975aa48 Delete env_test directory 2024-10-28 15:18:08 +00:00
5ed9102b81 fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements 2024-10-28 15:04:43 +00:00
070bf7ebd5 Fix: Public pages not loading due to missing store JavaScript variables for store pages in router. 2024-10-25 17:51:00 +01:00
8c7f6f2494 Merge: Server merge with latest version of main branch 2024-10-25 17:39:47 +01:00
ea5b8e8ca1 feat: Shop Supplier Purchase Order get, filter, and add new. 2024-10-25 16:42:13 +01:00
002551c0a9 feat(JavaScript): Updated architecture for TableBasePage object with static row ID attribute attached for adding ID against each row added to DOM 2024-10-18 22:25:07 +01:00
8fcfcf0ef4 feat(MySQL): Tables, Triggers, and Get Many and Save Stored Procedures for Suppliers, Supplier Purchase Orders (+ items), and Manufacturing Purchase Orders (+ items) 2024-10-15 16:40:35 +01:00
15d9a3a76f fix: Updated Store for Product Categories, Products, and Product Permutations pages for tweaked architecture for controllers, datastores, and python data objects. 2024-10-14 11:42:51 +01:00
f6a6966ce4 feat(UI): Stock Items page added with getting, filtering, and saving data. 2024-10-13 19:40:25 +01:00
Teddy-1024
818d049702 Delete bot_web directory 2024-10-06 14:16:02 +01:00
Teddy-1024
52bd77962e Delete bot_env directory 2024-10-06 14:15:43 +01:00
Teddy-1024
2146e9eebf Merge pull request #1 from Teddy-1024/UI_v2a
UI v2a
2024-10-06 14:04:34 +01:00
651a404ba3 feat(web): Store Product UI created and hooked up for viewing, editing, and saving. 2024-10-05 21:16:42 +01:00
9c2cfac948 feat(MySQL): Get Many stored procedures created for product variations with variation types and product prices with discounts and delivery options. 2024-10-05 13:20:00 +01:00
005a377ff9 refactor(SQL): Staging tables and Calc stored procedures used for modular stored procedure archicture for scalability. Implemented for Product Catalogue. \n BREAKING CHANGE: BIT argument a_debug added to all but basic stored procedures for analysis of performance and results. 2024-10-02 15:59:53 +01:00
cf78e4b3bc 1. View, filter, and save Product Permutation. \n 2. Synchronised with Product Category page and all common functionality moved into base and base table css, js, and python files. 2024-09-24 23:25:52 +01:00
d37f632c92 Login bug fix for OOP and module bundling architecture complete. 2024-09-17 17:21:01 +01:00
47e149c88f 1. Bug fix for login button navigation. 2024-09-17 17:07:33 +01:00
7668c35354 1. New Router and Base Page Class architecture to avoid circular references and conform to module bundler requirements. \n 2. Relative path bug fix for lib/validation.js file to work using module bundler. 2024-09-17 17:00:18 +01:00
d858f47ef5 Module bundling improved to reduce number of requests to 1 JavaScript and 1 CSS file per webpage excl. external resources such as Recaptcha 2024-09-13 23:26:37 +01:00
0c88f161c3 1. Module bundling added to reduce server calls as each file was taking ~440 ms to load on public server.\n2. JavaScript lib files refactored with OOP for use with module bundling. 2024-09-10 19:43:02 +01:00
aac01e687f Bug fix for invalid CSS and JavaScript file references for pages 2024-09-10 16:44:14 +01:00
7a2d3d22b7 Bug fix for missing buttons due to outdated reference to shared layout file button components which moved to components/common/buttons/_buttons_save_cancel.html 2024-09-10 16:35:10 +01:00
c29e6f62ac Bug fix for invalid reference to shared layout that has become shared template file. 2024-09-10 16:27:15 +01:00
de869eb216 Bug fix for f-strings containing unintended closing quotes 2024-09-10 16:20:10 +01:00
58c6cea844 1. Logging functionality added for internal server errors to aid diagnosis of live website bugs. 2024-09-10 12:41:37 +01:00
2d55fe6239 1. Refactoring form objects and database objects to use inheritance and abstract base class for consistency and reduced redundancy.\n2. Contact us page button links updated to resolve error of missing link causing page refresh instead of expected functionality. 2024-09-10 12:09:50 +01:00
b3e801e1ec Complete system for getting + saving Product Categories with new database, server, and client architecture. 2024-09-01 21:57:46 +01:00
ba50aec9c9 1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database. 2024-08-30 23:27:28 +01:00
9de1ccce16 1. Logout callback fix.\n 2. Store permutations report improvement for demo. 2024-08-07 09:01:33 +01:00
Teddy-1024
f81abed86e Delete env_test directory 2024-08-07 08:58:08 +01:00
Teddy-1024
e097640b2a Delete env_web directory 2024-08-07 08:57:50 +01:00
cb5169f763 1. User account page error fix 2024-08-04 22:16:47 +01:00
243ab4b9a7 1. Improved error reporting for user login callback method. 2024-08-04 21:50:04 +01:00
83cdb54a4b 1. User account page name fixed for name not found error 2024-08-04 21:40:04 +01:00
514289bc21 1. User login and barebones account section added. 2024-08-04 21:32:42 +01:00