Commit Graph

77 Commits

Author SHA1 Message Date
f3ffdbf41b feat: Adds reset password views and view routes. 2025-01-27 09:01:23 -05:00
72221a5cb3 feat: Begins reset password view workflow. 2025-01-26 21:19:16 -05:00
d4a2048b12 feat: Adds reset password api route, needs associated view route. 2025-01-26 21:03:10 -05:00
4dc928e1f4 feat: Refactoring route declarations. 2025-01-26 01:16:59 -05:00
0fad024350 feat: Moves api controller to it's own module. 2025-01-25 15:54:02 -05:00
d1e2f37629 feat: Sets up ci workflows 2025-01-24 20:19:43 -05:00
000f8ce16b feat: Working on fixing todos. 2025-01-24 17:07:59 -05:00
978ce8c74f feat: Fixes release build failures and get's release dockerfile working. 2025-01-24 16:47:00 -05:00
90c6058d56 feat: Removes old tests, fixes authentication middleware not working, view routes updated to not have delete routes and uses api routes for delete methods. 2025-01-24 10:55:59 -05:00
aa60f69758 feat: Integrates view controller produced views, without working middleware protected routes. Need to get middleware working 2025-01-24 09:50:55 -05:00
ce9cbe168e feat: Begins view controller integration into app target. 2025-01-24 09:37:54 -05:00
5695d0e13c feat: Initial view controller dependency and snapshot tests. 2025-01-23 10:57:20 -05:00
c74433c2eb feat: Removes base routes and goes back to separated routes. 2025-01-22 08:45:04 -05:00
eb1e27e03a feat: Uses base routes for api... Not sure I like this solution, perhaps just make base parsers. 2025-01-21 21:25:35 -05:00
497355ce1f feat: Seeing if case paths can help with base route lookup. 2025-01-21 17:12:17 -05:00
66074d66f4 feat: Refactoring routes to use shared / base routes. 2025-01-21 16:00:16 -05:00
07f7f7f957 feat: Begins snapshot testing for html 2025-01-21 12:39:30 -05:00
97b231767e feat: Moves vendor branch views to their own files, starts to implement snapshot testing for html 2025-01-21 09:51:11 -05:00
e198247b6c feat: Adds favicon.ico 2025-01-20 16:54:44 -05:00
0cf01298bc feat: Some todos added. 2025-01-20 16:47:28 -05:00
410bbae1c8 feat: Adds api route tests. Tested user interface works as expected, still needs some work on vendors form. 2025-01-20 16:44:12 -05:00
affd9b5d81 feat: Adds view route parsing tests. 2025-01-20 10:51:07 -05:00
2de85ed758 feat: Updating id key for usage in views, for typesafe keys 2025-01-19 20:07:32 -05:00
81f0e03549 feat: Cleans up some file names, adds generate admin user command. 2025-01-19 17:07:08 -05:00
185ebbbc15 feat: Adds middleware to routes 2025-01-19 14:20:51 -05:00
b23dc6bf07 feat: Cleans up routes. 2025-01-19 13:33:01 -05:00
1c8748211c feat: Refactoring route declarations. 2025-01-19 10:52:15 -05:00
d27a19863a feat: Mostly implemented routing using url-routing package. 2025-01-19 00:06:57 -05:00
da41da566b feat: Begins implementing route definitions. 2025-01-18 18:49:04 -05:00
9efd920456 fix: Search button would stay on top of sidepanel when it was open. 2025-01-18 09:05:07 -05:00
d8328314ed feat: Working on route and id helpers for views. 2025-01-17 23:50:04 -05:00
531a385dba feat: Working on search for purchase orders. 2025-01-17 17:04:41 -05:00
be0b5a6033 feat: Initial purchase order views, login seems to be broken though. 2025-01-17 12:58:32 -05:00
e1d07008a1 feat: Adds script to generate database seeded values and removes old mock storage. 2025-01-16 21:00:27 -05:00
09b46f672a feat: Working on mocks and mock storage. 2025-01-16 17:00:19 -05:00
b6e7fe915f feat: Working on mocks and mock storage. 2025-01-16 16:29:46 -05:00
94b2b1e50c fix: Adds missing delete button from employee view. 2025-01-16 12:32:07 -05:00
b51532bb94 feat: Adds employee views. 2025-01-16 12:26:23 -05:00
51124205b8 feat: Working vendor views, does need some tweeks to user experience. 2025-01-16 11:09:35 -05:00
d4a8444700 feat working on vendor views. 2025-01-16 08:02:13 -05:00
6f2e87e886 feat: Begins vendor views 2025-01-15 16:37:18 -05:00
24570e7191 feat: Working on layout / css. 2025-01-15 14:31:36 -05:00
cf28e52fa2 feat: Mostly working user view with elementary html. 2025-01-14 22:55:34 -05:00
8842957cf3 feat: Begins migrating views from leaf to elementary 2025-01-14 17:11:57 -05:00
31c6b51371 feat: Updates api controllers to use database client. 2025-01-14 13:10:24 -05:00
ccf80f05a7 feat: Begins integrating database client into vapor app. 2025-01-14 11:50:06 -05:00
c8bcffa0b5 feat: Minimal user api controller on hummingbird app, not sure there's big wins over vapor. 2025-01-14 09:19:04 -05:00
4f47f1aed8 feat: Working on hummingbird app 2025-01-14 07:51:13 -05:00
6225c32007 feat: Fixes 'any' not being used in some function calls. 2025-01-13 16:54:28 -05:00
b38dc0d4e3 feat: Adds basic tests for database client. 2025-01-13 16:33:18 -05:00