TroodonEnjoyer bc83af8e00 Started PostgreSQL — data directory was uninitialized, ran initdb, set password, switched to md5 auth, all 24 migrations applied.
Hardened db.ts — added statement_timeout: 30000, idle_in_transaction_session_timeout: 10000, created transaction() helper (BEGIN/COMMIT/ROLLBACK).
Multi-step API routes wrapped in transactions — Events POST, Conversations POST use atomic blocks.
Fixed leads pagination — status filter pushed into SQL WHERE (no client-side filtering after LIMIT/OFFSET), added SELECT COUNT(*) for total.
Rewrote dashboard — SQL aggregations (COUNT + GROUP BY + date_trunc) replace loading all leads into memory.
Optimized conversations GET — merged duplicate correlated subqueries into single LEFT JOIN LATERAL.
Created migration 021_performance_indexes.sql — 8 missing indexes + set_session_user_context() function caching current_user_hierarchy_level() as session variable (avoids per-query RLS join).
Fixed build error — duplicate const other in conversations route. Also fixed a TypeScript never error in dashboard breakdown map.
Verified — npx tsc --noEmit clean, npm test (13 pass, 7 integration skip gracefully), npx next build succeeds.
2026-07-06 13:36:48 +02:00
2026-06-26 14:37:50 +02:00
2026-07-02 13:26:56 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 21:36:09 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-29 15:26:44 +02:00
2026-06-26 14:31:38 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

Install

  • Jose
  • Node.js
  • Add emoji pakages
  • Install postgres for databases
  • Typescript

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

S
Description
No description provided
Readme 7.8 MiB
Languages
TypeScript 66.7%
PLpgSQL 10.5%
Python 6.1%
HTML 6%
Rust 3.7%
Other 7%