Commit Graph

193 Commits

Author SHA1 Message Date
Matti Nannt 8ea6016cf5 Sync surveys and events with formbricks-js automatically (#537)
* add first part of sync service

* add actionClasses to js sync

* fix errors, add product to sync

* rewrite formbricks-js for new states and types

* fix tests

* fix build errors

* add cors

* fix cors errors and other bugs

* comment test in checks until working again
2023-07-13 00:49:58 +02:00
Dhruwang Jariwala cfedd0f4b8 Add 'pnpm go' command for better DX (#538)
* added go script

* let turbo manage go command

* delete unused READMEs and update contribution docs

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-07-12 21:19:03 +02:00
Johannes 83b94de977 Add Zapier Tutorial to Docs
Add Zapier Tutorial to Docs
2023-07-11 11:20:58 -05:00
Johannes 3a1a385b41 update API key page + changes 2023-07-11 18:18:31 +02:00
Johannes c99da3165b Improve UI/UX of Response Settings (#529) 2023-07-11 17:49:32 +02:00
Matthias Nannt c1b1fa61b6 add link & fix typos 2023-07-11 15:18:42 +02:00
Johannes 7333bb604d add zapier, add docs links opening in new tab 2023-07-11 14:09:23 +02:00
Piyush Gupta c8c84d0148 Add close on date functionality for surveys (#463)
* added date-picker

* added state and handlers for closeOnDate

* closeDate -> closeOnDate

* added endpoint for CRON to close surveys

* resolved migrations

* fixed datetime format

* removed warnings

* PR review changes

* resolved merge conflicts and package update

* add github workflow for cron

* change migration order

* change migration order

* add zod types for closeOnDate

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-07-11 12:47:35 +02:00
Johannes af1b29f8bc Improve QuestionID UX by updating onBlur (#523)
* change questionId on blur, fix placeholder

* fix build error

* fix UX issues
2023-07-11 12:29:50 +02:00
Matti Nannt 04ec0a6827 Extend Webhook with surveyIds filter (#512)
* add surveyIds filter to webhooks. Use triggers array instead of single trigger

* include webhook id in webhook payload

* run pnpm format
2023-07-10 16:24:03 +02:00
Johannes 40dfea070c fix lp & update blog 2023-07-07 13:54:16 +02:00
Johannes 81ea563dbc update lp, add blog post 2023-07-07 12:14:57 +02:00
Johannes 419b9d0b90 Add Link Prefilling, UserId Prefilling and Nextjs App Dir Setup to Docs (#480)
* fix EventClassesList table

* doc update

* update docs

* update nextjs docs

* update prefilling docs with url encoding

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-07-05 12:45:28 +02:00
Johannes d3724fa9fc remove GitHub Deal 2023-07-03 14:52:32 +02:00
Johannes a296caa3c0 fix cal, update github icon 2023-06-28 12:51:45 +02:00
Johannes 0187b0e61e update concierge page 2023-06-27 11:57:35 +02:00
Johannes 252859298b add concierge page 2023-06-27 11:24:35 +02:00
Matti Nannt 8486e516b6 Move Summary & responses page over to serverside data-retrieval (#433)
* use new services for server-side data retrieval in survey responses & summary

* fix build errors

* add notes to response schema

* add response notes

* fix type conflicts

* add tag functionality

* run pnpm format

* fix tag state not updating correctly
2023-06-25 17:26:17 +02:00
Johannes 5b34304cfc fix build error 2023-06-22 16:30:36 +02:00
Johannes e15309a080 remove careers page, update remaining CTAs 2023-06-22 16:04:07 +02:00
Matti Nannt c16708d12a Update webhook overview doc with more usage information (#366) 2023-06-13 12:16:26 +02:00
Matti Nannt 842cb34942 Add Webhooks (#364) 2023-06-13 11:22:46 +02:00
Matti Nannt 97263a66cc Add new client endpoints & webhook functionality (#355)
* add new zod schema for responses
* add new client endpoints for responses
* add services for responses and surveys
* add new responses model to webhooks & email

---------

Co-authored-by: Johannes <johannes@formbricks.com>
2023-06-12 19:51:13 +02:00
Johannes f0d321b073 add careers page, update OSS friends 2023-06-08 15:41:12 +02:00
Johannes 35fc7b2d25 reorder friends 2023-06-01 13:36:44 +02:00
Johannes 37a0914c5a Merge pull request #323 from kof/patch-1
Added Webstudio to oss-friends.tsx
2023-06-01 10:51:43 +02:00
Matti Nannt 0f6210c559 fix prisma commands with new json plugin (#328)
* add prisma migration, change prisma commands

* remove userAttributes from type definitions
2023-05-31 17:45:47 +02:00
Oleg Isonen 38f1803188 Update oss-friends.tsx
Added Webstudio
2023-05-30 21:13:16 +02:00
Johannes 5601f046d7 Add BoxyHQ to OSS Friends 2023-05-29 10:40:56 -05:00
DidierRLopes 2fbaeae9c0 Update oss-friends.tsx w OpenBB text 2023-05-27 14:30:47 -07:00
Matti Nannt 8e98003ea2 add hanko to oss friends (#308) 2023-05-26 09:15:08 +02:00
Johannes 5469ffb8d2 add oss-friends page 2023-05-25 17:33:18 +02:00
Johannes 41443267c9 Revamp survey settings (#287)
* improve survey settings flow

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-05-19 08:33:52 +02:00
Shubhdeep Chhabra 48f53a2120 localhost urls fixed in documentation (#286) 2023-05-16 09:48:51 +02:00
Johannes b5928e71e5 Add Best Practices to Landingpage (#281)
* Update landingpage
2023-05-12 14:25:17 +02:00
Matthias Nannt 68500de8bf update js package to 0.1.17 2023-05-10 13:35:03 +02:00
Matti Nannt 60f7103198 Revert & gradually use updated files (#280)
* revert to last working version

* add updated ui components

* update formbricks-com components

* apply prettier formatting

* update apps/web files
2023-05-10 00:20:43 +02:00
Matti Nannt 650b674e24 update all packages, fix typescript errors (#277)
* simplify ui package, update all packages

* fix typescript errors that occur during build
2023-05-09 13:18:07 +02:00
Matti Nannt a0acc945b2 update docs pages for deployment and contribution with more detailed setup instructions (#269) 2023-05-01 18:17:05 +02:00
Johannes b01d2409de add Best Practices to Docs(#255)
* add Docs Feedback to Docs
2023-04-27 09:53:20 +02:00
Matthias Nannt 9eb3f2e605 update GDPR page 2023-04-20 15:32:13 +02:00
Matthias Nannt e7e4406e91 fix formating issues in wording in privacy policy 2023-04-20 15:08:51 +02:00
Johannes 72c6ea6f39 Updated Landingpage (#242)
* add /demo to LP

* add best practices

* add clovyr logo to lp

* new animation, best pracitces, CTA tracking, etc.

* update animation
2023-04-18 17:52:55 +02:00
Matthias Nannt c118fbb0bd add contributing guide to docs, update readme with simple roadmap 2023-04-17 10:40:41 +02:00
Matthias Nannt 9e1a17a3ef fix build errors in formbricks-com 2023-04-14 15:53:00 +02:00
Matthias Nannt 5163f36e53 format files according to prettier config 2023-04-14 12:52:13 +02:00
Johannes 50435413c3 github sponsorship + blog 2023-04-13 18:04:13 +02:00
Johannes 3c31e5fe84 SEO listicle, all blog links in new tab 2023-04-12 23:48:03 +02:00
Johannes 1bb5fcfcb2 update SEO descriptions 2023-04-12 15:27:17 +02:00
Johannes 4ddb09cd39 Merge branch 'main' of github.com:formbricks/formbricks 2023-04-12 14:34:23 +02:00