620 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
e3e9e60b25 fix(api): handle profile filters/breakdowns better 2025-06-11 22:31:27 +02:00
Carl-Gerhard Lindesvärd
82239a7d9a improve(dashboard): the flow of creating a project 2025-06-11 22:31:27 +02:00
Carl-Gerhard Lindesvärd
5445d6309e test: add vitest
* feature(root): add vitest and some basic tests

* fix(test): after rebase + added referrars test and more sites

* fix(test): test broken after rebase

* fix(test): provide db url to make prisma happy

* fix tests
2025-06-06 19:14:18 +02:00
Carl-Gerhard Lindesvärd
34414e1d3e feat(geo): make geo a package instead of service (#161) 2025-06-06 05:56:54 +02:00
Carl-Gerhard Lindesvärd
f59bcfba3c improve(dashboard): better event selector and other improvements 2025-06-05 11:28:06 +02:00
Carl-Gerhard Lindesvärd
5b1e94e9ad fix(api): filter empty values when using sum and average, added min and max 2025-06-04 12:45:26 +02:00
Carl-Gerhard Lindesvärd
92210c1b3f fix(api): broken overview when filter path 2025-06-04 11:32:48 +02:00
Carl-Gerhard Lindesvärd
0d58a5bf0c improve(queue): how we handle incoming events and session ends 2025-06-03 21:19:01 +02:00
Carl-Gerhard Lindesvärd
39775142e2 fix(api): ensure we get correct date format 2025-05-27 09:32:45 +02:00
Carl-Gerhard Lindesvärd
680727355b feature(dashboard,api): add timezone support
* feat(dashboard): add support for today, yesterday etc (timezones)

* fix(db): escape js dates

* fix(dashboard): ensure we support default timezone

* final fixes

* remove complete series and add sql with fill instead
2025-05-23 11:26:44 +02:00
Carl-Gerhard Lindesvärd
ce184b157f fix(api): filter events by profileId for export route 2025-05-21 20:52:26 +02:00
Carl-Gerhard Lindesvärd
af7146f555 fix(dashboard): add weekly interval #154 2025-05-14 22:28:14 +02:00
Carl-Gerhard Lindesvärd
ab2f711880 fix(dashboard): fix previous data for time series 2025-05-13 23:10:08 +02:00
Carl-Gerhard Lindesvärd
2cd358e1bb improve(dashboard): better event details 2025-05-13 23:09:37 +02:00
Carl-Gerhard Lindesvärd
dd39ff70a9 feature(dashboard): customize event columns 2025-05-09 21:00:27 +02:00
Carl-Gerhard Lindesvärd
584a6d21f1 fix(dashboard): minor adjustments here and there 2025-05-09 21:00:27 +02:00
Pablo Lopez
4adebf40ac added missing TrackProperties import on web and updated OpenPanelMethods to fix type errors (#149) 2025-05-08 21:20:22 +02:00
Carl-Gerhard Lindesvärd
2d8f6f36f6 sdk(astro,nextjs): add astro sdk and ensure window.op always first on nextjs 2025-05-06 22:18:21 +02:00
Carl-Gerhard Lindesvärd
d0e90dfa79 improve(dashboard): make pages page better (ux and features) 2025-04-17 09:27:50 +02:00
Carl-Gerhard Lindesvärd
89ab8d08de improve(api): increase limit 1000, allow both projectId and project_id 2025-04-16 21:40:22 +02:00
Carl-Gerhard Lindesvärd
e2254e78a9 fix(dashboard): breakdowns on profile properties 2025-04-16 20:52:22 +02:00
Carl-Gerhard Lindesvärd
bfa1ee70e6 fix(dashboard): able to filter on event names 2025-04-16 11:36:54 +02:00
Carl-Gerhard Lindesvärd
be3c18b677 feature(dashboard): filter on profile properties and support drag n drop for events 2025-04-16 11:08:58 +02:00
Carl-Gerhard Lindesvärd
34769a5d58 feat(ai): add ai chat to dashboard 2025-04-15 14:30:21 +02:00
Carl-Gerhard Lindesvärd
c3199e12e3 fix(api): use left join on sessions when doing funnels 2025-04-07 23:03:54 +02:00
Carl-Gerhard Lindesvärd
c5d25779c6 fix(dashboard): broken funnels on profile_id 2025-04-02 11:21:51 +02:00
Carl-Gerhard Lindesvärd
a6762b90ca improve(payments): handling free products and subscriptions 2025-04-01 21:27:11 +02:00
Carl-Gerhard Lindesvärd
d38ccb4717 fix(worker): better deletion of project 2025-04-01 10:40:59 +02:00
Carl-Gerhard Lindesvärd
e58e898683 fix(db): read invites from primary instead of replica (avoid race condition) #134 2025-03-31 19:55:14 +02:00
Carl-Gerhard Lindesvärd
ec5207947b fix(dashboard): crashes when trial expired for some intervals 2025-03-30 22:59:49 +02:00
Carl-Gerhard Lindesvärd
a9c664dcfb feat(email): send trial ending soon mails 2025-03-30 20:58:17 +02:00
Carl-Gerhard Lindesvärd
0f0bb13107 fix(dashboard): restrict data if trial ended 2025-03-30 19:53:08 +02:00
Carl-Gerhard Lindesvärd
ecda9a7d1b fix(dashboard,api): show correct percentage on retention 2025-03-28 22:36:08 +01:00
Carl-Gerhard Lindesvärd
d4fcc82fc3 fix(ts) 2025-03-28 09:35:39 +01:00
Carl-Gerhard Lindesvärd
8a21fadc0d feature(dashboard): add conversion rate graph 2025-03-28 09:21:10 +01:00
Carl-Gerhard Lindesvärd
b77ee71445 fix(dashboard): cancel subscription before new checkout if free 2025-03-24 18:49:17 +01:00
Carl-Gerhard Lindesvärd
490d12b24d fix(dashboard): correct prices 2025-03-24 11:22:20 +01:00
Carl-Gerhard Lindesvärd
7ab869ff45 fix: remove free tier 2025-03-24 10:57:20 +01:00
Carl-Gerhard Lindesvärd
f313356096 fix(funnel): fallback to 0 if nan for funnel 2025-03-23 22:25:05 +01:00
Carl-Gerhard Lindesvärd
584c787799 fix(buffer): ensure we only set path and origin if its set and no previous value was set 2025-03-23 21:16:08 +01:00
Carl-Gerhard Lindesvärd
800a484ad4 improve(api): make retention fast again 2025-03-23 21:14:43 +01:00
Carl-Gerhard Lindesvärd
1257381bf2 feature(dashboard): improved funnels 2025-03-23 21:13:32 +01:00
Carl-Gerhard Lindesvärd
b59216fb7d fix(session): use correct batch size 2025-03-20 10:55:03 +01:00
Carl-Gerhard Lindesvärd
8d50213ed9 fix(session): negative duration #2 2025-03-20 10:38:41 +01:00
Carl-Gerhard Lindesvärd
cf01d7a545 fix(session): negative duration 2025-03-20 10:31:19 +01:00
Carl-Gerhard Lindesvärd
a1eb4a296f feature(dashboard): refactor overview
fix(lint)
2025-03-20 09:40:01 +01:00
Carl-Gerhard Lindesvärd
b035c0d586 fix(polar): filter out custom products 2025-03-19 09:36:07 +01:00
Carl-Gerhard Lindesvärd
08b07e42fb fix(buffer): do not update created_at for profiles since its our partition key 2025-03-06 11:07:09 +01:00
Carl-Gerhard Lindesvärd
cd519405d1 improve(buffer): remove check in buffer 2025-02-28 10:06:32 +01:00
Carl-Gerhard Lindesvärd
7750ca117f improve(api): update api to fastify v5 2025-02-28 09:19:27 +01:00