|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
6225c32007
|
feat: Fixes 'any' not being used in some function calls.
|
2025-01-13 16:54:28 -05:00 |
|
|
|
1ce369e156
|
feat: working on detail views.
|
2025-01-12 17:42:06 -05:00 |
|
|
|
0e31d2c30c
|
feat: Moves database dependency directory.
|
2025-01-11 00:26:08 -05:00 |
|
|
|
9994644d21
|
feat: Some updates to employee views.
|
2025-01-10 23:32:36 -05:00 |
|
|
|
69351d0a0b
|
feat: Implements common database interactions as dependencies.
|
2025-01-10 22:37:59 -05:00 |
|
|
|
6f206bbd82
|
feat: Begins implementing dependencies as db controllers.
|
2025-01-10 21:33:17 -05:00 |
|
|
|
59b6d46606
|
feat: Begins po detail.
|
2025-01-10 17:13:43 -05:00 |
|
|
|
455287fe1c
|
feat: Reorganizes files.
|
2025-01-10 14:03:52 -05:00 |
|
|
|
280bc31a03
|
feat: Updates views to use new api controllers and db items.
|
2025-01-10 14:00:33 -05:00 |
|
|
|
88ee71cb68
|
feat: Begins breaking out database interfaces and api controllers into seperate items.
|
2025-01-10 13:31:56 -05:00 |
|
|
|
3f30327fd8
|
feat: Adds purchase-order form only renders a new row rather than whole table.
|
2025-01-09 22:34:49 -05:00 |
|
|
|
c4410706fd
|
feat: Removes some logging that was used to debug.
|
2025-01-09 16:45:09 -05:00 |
|
|
|
bf71b725f6
|
feat: Working purchase order table and form.
|
2025-01-09 16:23:42 -05:00 |
|
|
|
e414afd95b
|
feat: Reorganizing views
|
2025-01-08 18:10:26 -05:00 |
|
|
|
f5dbd7e121
|
feat: Begins vendor views, working form, and table. Styles need some updates.
|
2025-01-08 17:01:33 -05:00 |
|
|
|
2b6e92a5c6
|
feat: Begins a generic htmx form context and template, integrates user form, begins views for vendor and purchase orders.
|
2025-01-08 14:02:50 -05:00 |
|
|
|
3557227430
|
feat: Starting users view controller.
|
2025-01-08 08:02:29 -05:00 |
|
|
|
e86e5facc6
|
feat: Adds route query parameter to home, htmx updates url, and working next parameter for login
|
2025-01-07 20:39:12 -05:00 |
|
|
|
6eb723a7cf
|
feat: Moves employee views to their own controller, updates css, and employee table view.
|
2025-01-07 17:07:37 -05:00 |
|
|
|
08a0a8e1a3
|
feat: Adds employee form and table view, begins user form and table view.
|
2025-01-07 14:05:40 -05:00 |
|
|
|
35ca73e1b4
|
feat: Begins views, login is currently not working.
|
2025-01-06 17:28:43 -05:00 |
|
|
|
5efed277a1
|
feat: Initial working api routes.
|
2025-01-06 14:53:14 -05:00 |
|
|
|
2d7a613f44
|
Generate Vapor project.
|
2025-01-06 08:23:36 -05:00 |
|