Commit Graph

25 Commits

Author SHA1 Message Date
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
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
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
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
24570e7191 feat: Working on layout / css. 2025-01-15 14:31:36 -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
4f47f1aed8 feat: Working on hummingbird app 2025-01-14 07:51:13 -05:00
b38dc0d4e3 feat: Adds basic tests for database client. 2025-01-13 16:33:18 -05:00
217dc5fa56 feat: Begins breaking database out into it's own module, using dependencies 2025-01-13 14:39:37 -05:00
540b3e771a feat: Begins moving models into their own module. 2025-01-12 22:43:25 -05:00