cal.pub0.org/packages/app-store/routing-forms
Hariom Balhara b8b6c48d7d
Improvements: Prefill Routing Forms and connect prefilling with Booking Form (#8780)
* Support prefilling routing form and prefilling Booking form through routing form

* Use Option Value as is instead of lowercasing

* Fix prefill validation issue

* Add prefill tests

* Fix Routing Form tests

* Small fix
2023-05-17 08:47:48 +00:00
..
api
components Improvements: Prefill Routing Forms and connect prefilling with Booking Form (#8780) 2023-05-17 08:47:48 +00:00
emails
lib
pages Improvements: Prefill Routing Forms and connect prefilling with Booking Form (#8780) 2023-05-17 08:47:48 +00:00
playwright/tests Improvements: Prefill Routing Forms and connect prefilling with Booking Form (#8780) 2023-05-17 08:47:48 +00:00
static Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
test/lib
trpc Fix/ Routing Form Routes (#8827) 2023-05-12 12:01:05 +00:00
types
DESCRIPTION.md chore/AppStore: Remove deprecated imageSrc and make the paths relative in logo (#8479) 2023-04-26 12:03:34 +01:00
README.md
config.json chore/AppStore: Remove deprecated imageSrc and make the paths relative in logo (#8479) 2023-04-26 12:03:34 +01:00
env.d.ts
index.ts
jsonLogicToPrisma.ts
package.json
trpc-router.ts perf: tRPC procedures and middleware refactor (#8419) 2023-05-09 19:27:05 +00:00
zod.ts

README.md

Routing Forms App

How to run Tests

yarn e2e:app-store runs all Apps' tests. You can use describe.only() to run Routing Forms tests only.

Make sure that the app is running already with NEXT_PUBLIC_IS_E2E=1 so that the app is installable