Commit graph

10 commits

Author SHA1 Message Date
1b4ba2089a fix: format all code with black
and from now on should not deviate from that...
2025-08-31 13:05:00 -05:00
4ee5aa5372 feat: add app db schema extension, for CoreUser
need a way to map Wutta User to CORE Employee for auth purposes
2025-01-25 17:38:21 -06:00
1a9929c734 fix: add get_office_employee_url() method for corepos handler 2025-01-24 19:52:14 -06:00
e6921c8533 feat: add support for lane_op and lane_trans DB sessions, models 2025-01-24 19:52:12 -06:00
d1de2389a5 fix: add grid links for Members 2025-01-15 14:57:45 -06:00
9f779fe60f fix: add latest schema columns on app startup, unless not supported
this works around the issue where some CORE databases are too
old (etc.) and are missing some schema columns.  in such cases the
config for "latest columns" should be disabled; otherwise we add them
to schema on startup
2025-01-15 11:01:09 -06:00
Lance Edgar
05f428586b feat: add basic readonly web views for CORE members, products
also adds canonical web app db sessions for CORE

also adds some methods to corepos handler, to get model / make session
2025-01-12 20:04:19 -06:00
Lance Edgar
b134e340ff docs: update copyright to 2025
whoops missed that when starting project
2025-01-12 13:21:49 -06:00
Lance Edgar
d11e186df9 fix: add docs, tests; tweak some handler method signatures 2025-01-12 01:10:52 -06:00
Lance Edgar
034cf44a1e feat: initial release 2025-01-12 00:22:08 -06:00