Commit Graph

59 Commits

Author SHA1 Message Date
Scott Idem
24807db81c Moving things to use the common_route_params. Rewriting most of things order and order_cart related! Updating address and contact related. General code clean up. 2022-01-18 18:49:23 -05:00
Scott Idem
6b21a33625 Moving things to use the common_route_params and unified functions for SQL enable and SQL LIMIT OFFSET 2022-01-17 18:57:31 -05:00
Scott Idem
9efaa2bf61 Work on API CRUD, person, membership 2022-01-14 17:45:34 -05:00
Scott Idem
771778669e Work on membership and related 2022-01-12 18:58:07 -05:00
Scott Idem
8953fc32d8 Code clean up. Membership tables, views, routes, methods, and models renamed. 2022-01-11 14:12:51 -05:00
Scott Idem
5489b80ff0 Code clean up. Bug fixes for person, user, contact, and address methods. Fix bug for get_account_id_w_for_type_id() 2022-01-07 13:35:44 -05:00
Scott Idem
a2de9572ba Work on simplifying functions. ID lookups are better. Person and User related is being worked on. 2022-01-06 11:33:36 -05:00
Scott Idem
3cfc8a69dc Work on membership related 2022-01-04 19:01:02 -05:00
Scott Idem
0866fbbed6 Clean up 2021-12-29 19:42:27 -05:00
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