Commit Graph

66 Commits

Author SHA1 Message Date
e0756e0967 Made progress on implementing some shops.
Performed some folder restructuring as well.
2021-07-24 00:03:32 -05:00
56544938ac Enabled EF Core lazy loading. 2021-07-24 00:03:31 -05:00
840b59fcba Fixed a silent login callback error and reworked project structure. 2021-07-24 00:03:31 -05:00
bad22090a3 Made foreign keys required causing cascade deletion.
Removed completed TODO comments.
2021-07-24 00:03:31 -05:00
7e8a398741 Renamed everything from MultiShop to Props. 2021-07-24 00:03:19 -05:00
cefd02f202 Worked on content for home page. 2021-07-12 20:00:17 -05:00
b62b85fccb Deleted unused file. 2021-07-12 19:56:46 -05:00
0e93992beb Changed main page vector graphic and trying new name. 2021-07-12 12:39:48 -05:00
c597d65256 Added sign up button and improved logout flow.
Also added proper link to profile management.
2021-07-12 03:10:00 -05:00
9e55b459fc Ported some code from Blazor version of project. 2021-07-12 03:10:00 -05:00
e953c52092 Updated scripts and registered tasks.
reset_db.py now has the updated path.

Added reset database to tasks.

watch_all.py has improved output.
2021-07-12 03:07:58 -05:00
8b29c6f999 Changed SCSS.
Changed color scheme.

Added comment.

Added some color to home page.

Changed home page text.
2021-07-11 02:55:12 -05:00
c1633b0b51 Changed file watching development setup.
No longer launches browser.

Added watch server task for API work.

watch_all.py only displays server output and client error output.
2021-07-11 02:38:18 -05:00
80978c652a Implemented new theme structure and began home page design. 2021-07-11 01:33:58 -05:00
fbcf6fe586 Created vector graphic and png for logo. 2021-07-11 01:33:28 -05:00
e43d1294c4 Reorganized folder structure. 2021-07-10 12:32:43 -05:00
4e12a4b7fc ASP.Net Core development mode no longer redirects to https.
Fixes hot module reloading through proxy.

Production mode still redirects to https.
2021-07-10 12:29:44 -05:00
3d3c43b944 Began transition to Vue3.
Implemented logging in and logging out.

Implemented authenticated http client.

Laid some groundwork for SCSS.
2021-07-10 12:29:34 -05:00
54b1565537 Added NodeJS package with WebPack for some assets.
Moved JS files to WebPack system.

Created python script to watch both WebPack and Dotnet files simultaneously
2021-06-06 17:46:01 -05:00
7e240bd584 Home page search transition improved. 2021-06-05 16:45:02 -05:00
21fe7845f8 Added dark mode for drag and drop list component. 2021-06-05 03:22:03 -05:00
c9d9d5bc62 Made progress on "dark mode" colours. 2021-06-05 03:05:53 -05:00
56e2b948ee Changed file name to match class name. 2021-06-05 03:03:54 -05:00
11fa15fe62 Implemented local setting persistence and fixed main page search bug. 2021-06-04 19:12:55 -05:00
04f6657ed3 Minor UI changes.
Authentication component spacing changed.

Configuration menu UI is collapsed by default now.
2021-06-02 15:14:38 -05:00
2fdcc486ce Deleted unused component. 2021-06-02 15:12:59 -05:00
3957d65370 Changed CascadingDependencies to be more modular. 2021-06-02 14:41:51 -05:00
d57a61d5ca Removed a generated todo in .gitignore. 2021-06-01 02:26:12 -05:00
78006f79d0 Improved main page. 2021-05-31 19:09:53 -05:00
065d786dd7 Updated ToggleableButton to support no additional attributes. 2021-05-31 19:09:11 -05:00
9e3de4b6dc Made SearchBar component independent of it's environment.
Also added additional attribute capability.
2021-05-31 19:08:22 -05:00
7d4be012cd Implemented application profile and dark mode.
Added a specific cascading dependencies component.

Added some content to main page.

Added configuration page and persistence for it.

Code restructured (moved some code into separate components).
2021-05-31 16:39:52 -05:00
b311206ff1 Moved implement and inject notation to partial class. 2021-05-26 17:48:22 -05:00
3c63ebc613 Moved search bar into separate component and fixed results display. 2021-05-26 17:48:17 -05:00
2d1f599bbf Decided to remove info page. 2021-05-26 16:55:40 -05:00
3611e4be34 Updated database reset script to work from any directory. 2021-05-26 16:54:16 -05:00
f459cbdfda Switched server and client logging to built in logging system. 2021-05-26 16:54:16 -05:00
862fbe15ed Reworked client assembly loading. 2021-05-26 16:54:00 -05:00
36ae3e5c99 Wrote script to completely regenerate database files. 2021-05-25 20:48:47 -05:00
235196f8e5 Added search and results profile persistence when logged in. 2021-05-25 18:09:06 -05:00
bbb2d4bd04 Moved some app settings to coded values.
Because these values shouldn't be changed for this appliction.
2021-05-25 18:08:14 -05:00
1fff881df4 Generated all remaining authentication pages.
removed a generated unused file.
2021-05-25 18:05:42 -05:00
0e3deafca0 Updated .gitignore to ignore database files. 2021-05-25 18:00:44 -05:00
c67db54eeb Updated vscode assets to launch server for hosted project. 2021-05-25 17:51:02 -05:00
3f1b7d9ac6 Added quotes in a debug message. 2021-05-24 03:32:24 -05:00
d6dbe55e46 Listing table now stays when organizing results.
Changed default results organization order.
2021-05-23 15:23:32 -05:00
549d9d7e99 Updated some UI.
Updated app loading UI.

Updated UI for various authentication states.

Updated authentication buttons in the client.
2021-05-23 14:40:28 -05:00
ac13a6352b Exposed public Web API settings, and began customizing authentication related UI.
Added controller in server for fetching public Web API settings and implemented changes in client to use said settings.

Used scaffolder to generate source code for authentication pages.

Added and customized authentication buttons in client.
2021-05-23 13:58:13 -05:00
1f519e60b1 Moved some css to component-specific css. 2021-05-22 19:04:27 -05:00
5f4429098d Removed template example classes. 2021-05-22 19:04:20 -05:00