Commit Graph

50 Commits

Author SHA1 Message Date
Scott Idem
39db1999fb Code clean up. Working on returning proper 404 vs 400 responses if the results are empty and nothing went wrong. 2021-12-13 18:55:31 -05:00
Scott Idem
2ef53d7a51 Code clean up and made sql_select function return an actual empty list if requested as_list but no results. 2021-12-13 16:19:23 -05:00
Scott Idem
59e96d7d3c Work on event meeting list end point, methods, and models 2021-12-13 15:12:54 -05:00
Scott Idem
2c0af0a321 Added person lookup by email and other minor changes. 2021-12-01 18:19:36 -05:00
Scott Idem
6bf0831566 Working on IDAA data imports 2021-10-04 18:41:13 -04:00
Scott Idem
c77e066f9e Code clean up. Better debugging 2021-09-29 16:16:04 -04:00
Scott Idem
be788fc5e6 Code clean up. Better debugging. Work on event session, presentation, and presenter. 2021-09-29 14:18:34 -04:00
Scott Idem
a625d33995 General code clean up for SQL functions and related. 2021-09-07 14:22:57 -04:00
Scott Idem
af0da563f1 Cleaned up and easier debugging for SQL statements. A lot less redundant information. 2021-09-07 14:01:40 -04:00
Scott Idem
a508307df3 Working on contact create update v4 2021-08-25 17:57:51 -04:00
Scott Idem
bbf5d3e2bc General code clean up. 2021-08-23 13:00:04 -04:00
Scott Idem
683597e2bf General code clean up. 2021-08-23 12:54:27 -04:00
Scott Idem
d1c7a88c64 Working on data importing. Mainly for IDAA membership. 2021-08-18 18:25:22 -04:00
Scott Idem
8fd8b89ff4 Working on event registration. Why wont it load??? 2021-08-13 18:09:41 -04:00
Scott Idem
65b5e6ade6 Bug fix in order cart line model. Need to create another _Base for order_line and order_cart_line 2021-08-07 20:27:45 -04:00
Scott Idem
42242a6b35 Working on integration with Svelte and cont_edu 2021-08-03 17:56:16 -04:00
Scott Idem
ac21a67c8a Working on products and carts 2021-08-02 17:25:48 -04:00
Scott Idem
c639c2b0a0 Working on products and carts 2021-08-01 19:46:14 -04:00
Scott Idem
5e73c588a4 Working on continuing education certs 2021-07-28 14:13:51 -04:00
Scott Idem
ae1cd473ed Working on membership and related modules 2021-07-27 15:39:47 -04:00
Scott Idem
8f0024fa26 Working on journal related 2021-07-22 17:34:19 -04:00
Scott Idem
49805f48c9 A lot of changes related to person and membership 2021-07-09 17:34:02 -04:00
Scott Idem
830b9ee608 Clean up and I think I fixed a weird bug with Pydantic models and the list object type. It seems to try for a dict conversion first if Union[dict,list] is used. 2021-06-29 18:12:52 -04:00
Scott Idem
2d988fc405 Working on post and post_comment and event 2021-06-29 15:15:46 -04:00
Scott Idem
f55d9c2c62 Working on membership, person, and user 2021-06-25 18:49:08 -04:00
Scott Idem
6189ea154d Working on all module routes, methods, and models 2021-06-23 16:38:35 -04:00
Scott Idem
938aabb2a8 Working on all the routes, methods, and models. 2021-06-18 14:09:07 -04:00
Scott Idem
bb2f14b67c Changing hosted_file_link field names. 2021-06-18 09:58:31 -04:00
Scott Idem
0dc50e4509 Work on file uploads and listing event files. 2021-06-15 18:05:56 -04:00
Scott Idem
b8da9d99eb Work on better way to update objects. 2021-06-10 15:23:57 -04:00
Scott Idem
33ec6a4acb A lot of work on event related modules. Also a lot of clean up 2021-06-07 16:48:55 -04:00
Scott Idem
2788546cc8 A lot of work on event related modules 2021-06-04 17:10:09 -04:00
Scott Idem
b1effc128a Working on event related models and methods. Also, a lot of general clean up of everything. 2021-05-28 16:03:17 -04:00
Scott Idem
207ce8a960 A lot of general clean up of everything. 2021-05-28 04:01:42 -04:00
Scott Idem
443d2bab77 A lot of general clean up of everything. 2021-05-28 03:52:31 -04:00
Scott Idem
65fd3ebe28 Working on event_person and session proposals. Also general clean up of models and methods. 2021-05-27 16:29:27 -04:00
Scott Idem
8f6589cf1c Working on event_person and session proposals 2021-05-26 17:42:18 -04:00
Scott Idem
1d3045f946 Working on the cart and other related things 2021-05-12 16:49:53 -04:00
Scott Idem
ee863face2 Working on the cart and other related things 2021-05-12 15:25:59 -04:00
Scott Idem
9a46b755bf Working on the cart and other related things 2021-05-10 18:29:53 -04:00
Scott Idem
affec1bf37 Working on user module 2021-03-19 16:34:38 +00:00
Scott Idem
7682c7d080 Working on user module 2021-03-18 22:34:35 +00:00
Scott Idem
dc68970809 General clean up 2021-03-17 21:23:06 +00:00
Scott Idem
bccb8370af Working finally getting this to interact with the actual front end. 2021-03-15 20:08:28 +00:00
Scott Idem
46c562871f Working finally getting this to interact with the actual front end. 2021-03-11 18:19:25 -05:00
Scott Idem
e30b5a9092 Working on general POST and PATCH template functions. 2021-03-09 16:00:33 -05:00
Scott Idem
291dfc8896 Working on general PATCH template function. 2021-03-09 15:27:17 -05:00
Scott Idem
bc22a8c9d8 Improved SQL results to dict and list of dicts. Should be noticably more efficient under load. 2021-03-09 11:24:04 -05:00
Scott Idem
3d5fafc4bf Working on the basic SQL select API CRUD and lots of models 2021-03-08 15:53:39 -05:00
Scott Idem
28cf7ecf11 Finally updating this... 2021-03-05 17:27:16 -05:00