Commit Graph

20 Commits

Author SHA1 Message Date
Keith Solomon cfba9672ef feature: Add basic template and wire up single domain list 2025-05-27 19:05:06 -05:00
Keith Solomon 1c6e96e94c feature: Incorporate new sites routes, add dummy favicon to stop 404 errors 2025-05-27 18:51:15 -05:00
Aarish e0daee72da Redirect to home on successfully ading a new site 2025-05-25 18:24:42 -05:00
Keith Solomon 4020b33293 Refactor routes and views for improved clarity and functionality
- Commented out console log in the home route to reduce clutter in logs.
- Updated formatting and consistency in the sites route, including removing unused domain fetching functionality.
- Added form action to the add-form view for submitting new sites, ensuring the input field is properly named for backend processing.
2025-05-25 17:53:13 -05:00
Keith Solomon 88a6969f2f Merge branch 'feature/integrate-playwright' into feature/dashboard 2025-05-25 17:40:08 -05:00
Aarish f86bfee3f3 Updat name - getByDomainName() returns an array 2025-05-25 17:14:26 -05:00
Aarish 57c393d939 Add a method to fetch by domain 2025-05-25 17:11:34 -05:00
Aarish f28328dcc4 Remove name from insert method - this is removed from db schema 2025-05-25 17:06:37 -05:00
Aarish b9967a8e66 handle errors thrown by model incase there is any error while fetching the site 2025-05-25 16:58:34 -05:00
Keith Solomon 4ba36081d2 feature: Wire up sites API listing, move add form to separate file 2025-05-25 14:51:37 -05:00
Aarish c364e31ee3 handle exceptions while adding the site 2025-05-24 18:37:54 -05:00
Aarish f9710d4387 Fix insert request 2025-05-24 18:16:45 -05:00
Aarish 712df1d8a0 example for querying sites stored in db 2025-05-24 17:43:45 -05:00
Aarish 660c520561 Merge branch 'feature/integrate-playwright' 2025-05-24 17:33:39 -05:00
Aarish 5e7f97f2fb add export and fix async functions 2025-05-24 00:05:24 -05:00
Aarish c1eabb9dac Build sites resource routes 2025-05-23 23:50:27 -05:00
Keith Solomon 54de77e544 merma
feature: Switch to twig for template engine
2025-05-23 06:41:48 -05:00
Aarish b194ff6924 Update api route timeout, this is resource intensive task, find a better way to handle this 2025-05-23 00:42:22 -05:00
Aarish a624b4c8a2 build api endpoints /api 2025-05-22 22:50:19 -05:00
Keith Solomon 5e327b9b59 feature: Set up Express Generator skeleton 2025-05-22 18:16:11 -05:00