Commit Graph

107 Commits

Author SHA1 Message Date
Mikayla Dobson
f09227210c Merge branch 'master' of https://github.com/innocuous-symmetry/e-commerce
updates to scss imports
2022-10-07 17:34:57 -05:00
Mikayla Dobson
4665001611 updated css imports 2022-10-07 17:27:15 -05:00
Mikayla Dobson
7e39873b2e converted new client styles to scss 2022-10-07 17:26:10 -05:00
Mikayla Dobson
2d8304dd26 user info stored in state; to do, handle refresh/redirect on state change, after login/logout 2022-10-07 17:24:54 -05:00
Mikayla Dobson
8de4af52ea login workflow and local session storage appears successful. to do, place auth functions into module 2022-10-07 16:03:07 -05:00
Mikayla Dobson
1749d87343 context appears to function at global state level 2022-10-07 15:49:32 -05:00
Mikayla Dobson
f5ada00e57 refactoring supabase context 2022-10-07 15:38:56 -05:00
Mikayla Dobson
ab475001e7 in progress: establishing auth context in new client side app 2022-10-03 11:58:31 -05:00
Mikayla Dobson
89806f8713 implemented a user auth workflow with supabase 2022-10-03 10:15:54 -05:00
Mikayla Dobson
bd7705c159 instantiated new client directory. updated api string in client app 2022-10-02 12:55:13 -05:00
Mikayla Dobson
afb9b7d452 instantiated new client directory. updated api url for client side app 2022-10-02 12:54:32 -05:00
Mikayla Dobson
6873bab352 readme, changes to api structure 2022-10-02 10:13:31 -05:00
Mikayla Dobson
7b3063f43b database seed now integrates with supabase, python scripts replaced with node 2022-10-02 10:03:32 -05:00
Mikayla Dobson
a1322ec0c6 implementing supabase. troubleshooting database creation 2022-10-01 12:56:03 -05:00
Mikayla Dobson
7f71624bee preparing to deploy api test version to heroku 2022-10-01 11:28:13 -05:00
Mikayla Dobson
da4fed8e1e login now checks against db and attaches user data to req.user 2022-09-28 17:16:51 -05:00
Mikayla Dobson
404bc27c57 updates to product listings 2022-09-28 10:48:38 -05:00
Mikayla Dobson
9c80989860 updates to cart section of api 2022-09-27 17:23:39 -05:00
Mikayla Dobson
d99cf5bb8a implements a category route 2022-09-27 17:08:59 -05:00
Mikayla Dobson
388f3a5ba9 implemented product lookup by name 2022-09-27 16:54:32 -05:00
Mikayla Dobson
efa74d1c16 implemented region search by name 2022-09-27 16:51:16 -05:00
Mikayla Dobson
d020fa8af4 implemented region route in api 2022-09-27 14:04:56 -05:00
Mikayla Dobson
3f7bf1a75a more work on swagger spec 2022-09-27 13:47:46 -05:00
Mikayla Dobson
35abe0fcb1 more updates to swagger docs 2022-09-27 10:55:00 -05:00
Mikayla Dobson
1fac52c4a1 swagger configuration 2022-09-26 19:32:43 -05:00
Mikayla Dobson
45be163dcd restored basic functionality of user auth workflow 2022-09-26 17:44:43 -05:00
Mikayla Dobson
a4c03b19d4 some api calls functioning as intended 2022-09-26 16:24:35 -05:00
Mikayla Dobson
27348527a5 updates to passport config, changes to routers 2022-09-26 16:18:01 -05:00
Mikayla Dobson
f4a7ced887 continuing to connect models and services 2022-09-26 15:49:36 -05:00
Mikayla Dobson
cff08d91d6 in progress: connecting new service providers to express api 2022-09-23 17:34:59 -05:00
Mikayla Dobson
0b09152de4 more detail into models and services 2022-09-23 12:51:51 -05:00
Mikayla Dobson
c9c1de3521 skeletons for models and services 2022-09-23 12:25:56 -05:00
Mikayla Dobson
6b4c3658d9 insert file contents refactored to take in variable number of columns 2022-09-23 12:12:33 -05:00
Mikayla Dobson
42fc75c006 cleanup, refactoring/sep of concerns 2022-09-23 11:18:24 -05:00
Mikayla Dobson
eb18065135 database insertions function properly from python script 2022-09-22 20:14:13 -05:00
Mikayla Dobson
2e8a811659 in progress: python scripting for database population and management 2022-09-22 18:19:59 -05:00
Mikayla Dobson
bf15b8871d some additional changes to database schema 2022-09-22 15:33:59 -05:00
Mikayla Dobson
4a0ef72736 readme 2022-09-22 13:27:42 -05:00
Mikayla Dobson
75ebb5e43d backend overhaul 2022-09-22 13:14:43 -05:00
Mikayla Dobson
905b3266a3 building out admin portal 2022-09-21 16:59:05 -05:00
Mikayla Dobson
fbaca9b97d support for database seed 2022-09-21 16:17:40 -05:00
Mikayla Dobson
2e4124965c updated dependencies 2022-09-21 14:58:13 -05:00
Mikayla Dobson
3d43d95674 to do: session verification middleware 2022-07-17 11:59:32 -05:00
Mikayla Dobson
af3ea629d6 troubleshooting login route; passport local strategy 2022-07-17 11:32:51 -05:00
Mikayla Dobson
31446f3cd0 may need to backtrack? 2022-07-07 14:10:00 -05:00
Mikayla Dobson
a8a7daeddb rework of cart component 2022-07-07 12:58:27 -05:00
Mikayla Dobson
ec8a070e1f debugging 2022-07-07 12:00:21 -05:00
Mikayla Dobson
49ad9223fa to do: cookie persistence on refresh 2022-07-05 19:44:05 -05:00
Mikayla Dobson
8029bf34f4 passport auth integrated to login route 2022-07-05 19:34:39 -05:00
Mikayla Dobson
4b4c7a7bb0 login route functions as before 2022-07-05 19:12:14 -05:00