Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
cc332c3
fix(settings-sheet): strip time part from date when loading from BFF
important-new Jun 6, 2026
7161089
fix(team): read body.data.members not body.data for team list
important-new Jun 6, 2026
fa08973
feat(team): wire InviteSeatModal to Invite Member button
important-new Jun 6, 2026
36949ba
fix(bff): use valid pageSize=100 for template list in inspection-sett…
important-new Jun 6, 2026
51cbde6
feat(search): lazy-load template picker + server-side search for temp…
important-new Jun 6, 2026
8b21052
sync: merge upstream main (PR #127 squash — B-28/B-29/B-30 data-integ…
important-new Jun 7, 2026
6ed6bc4
sync: merge upstream main (PR #128 squash — stripe saas readiness + e…
important-new Jun 7, 2026
389010e
Merge branch 'InspectorHub:main' into main
important-new Jun 8, 2026
eba638a
Merge branch 'InspectorHub:main' into main
important-new Jun 8, 2026
609cb77
feat(automations): migration 0024 — conditions + channel + review_url…
important-new Jun 8, 2026
3140974
feat(automations): zod for conditions/channel/inspection.reminder + r…
important-new Jun 8, 2026
698789f
feat(automations): persist conditions (JSON) + channel through create…
important-new Jun 8, 2026
3179de7
feat(automations): evaluate conditions + review_url + sms at send tim…
important-new Jun 8, 2026
880e18d
feat(automations): inspection.reminder cron — enqueueReminders + sche…
important-new Jun 8, 2026
6436ba2
feat(automations): #122 follow-up + review-request seeds (review inac…
important-new Jun 8, 2026
073b4bc
feat(automations): #121 editor UI — When/Only-if/Do-this form, run lo…
important-new Jun 8, 2026
a1ee3c4
fix(agreements): enforce canonical UUID agreementId (revert #111 rela…
important-new Jun 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
302 changes: 226 additions & 76 deletions app/routes/settings-automations.tsx

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions migrations/0024_conscious_roughhouse.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE `automations` ADD `conditions` text;--> statement-breakpoint
ALTER TABLE `automations` ADD `channel` text DEFAULT 'email' NOT NULL;--> statement-breakpoint
ALTER TABLE `tenant_configs` ADD `review_url` text;
Loading
Loading