cal/packages/app-store/ee/routing-forms
darshan 74fe20802d
Ability to write placeholder in routing forms (#7054)
2023-02-13 18:43:24 +05:30
..
api App Store Templates (#5289) 2023-01-18 15:30:25 -07:00
components Ability to write placeholder in routing forms (#7054) 2023-02-13 18:43:24 +05:30
emails Send Email to Owner on Form Submission (#5261) 2022-11-03 20:10:03 +05:30
lib Fix/Next.js-13/Circular Dependency in Routing Forms (#6321) 2023-01-07 15:50:28 +00:00
pages Ability to write placeholder in routing forms (#7054) 2023-02-13 18:43:24 +05:30
playwright/tests generic <UpgradeScreen> component (#6594) 2023-01-23 10:58:41 +01:00
static Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
test/lib Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
types Fix/Next.js-13/Circular Dependency in Routing Forms (#6321) 2023-01-07 15:50:28 +00:00
_metadata.ts Admin apps UI (#5494) 2022-12-07 14:47:02 -07:00
config.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
env.d.ts Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
index.ts 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
jsonLogicToPrisma.ts Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
package.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
README.md Add routing-forms README (#6506) 2023-01-17 17:58:10 +01:00
trpc-router.ts Feature/Routing Forms: Add the concepts of reusable Router and Router Linked Fields. (#5566) 2023-01-04 13:30:46 +00:00
zod.ts Ability to write placeholder in routing forms (#7054) 2023-02-13 18:43:24 +05:30

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