cal.pub0.org/apps/web
Carina Wollendorfer 0aca769d06
Allow editing workflow templates (#8028)
* add event end time as variable

* add timezone as new variable

* add first version of template prefill

* set template body when template is updated

* set reminder template body and subject when creating workflow

* set email subject when changes templates

* save emailBody and emailsubject for all templates + fix duplicate template text

* add more flexibility for templates

* remove console.log

* fix {ORAGANIZER} and {ATTENDEE} variable

* make sure to always send reminder body and not default template

* fix import

* remove email body text and match variables in templates

* handle translations of formatted variables

* fix email reminder template

* add cancel and reschedule link as variable

* add cancel and reschedule link for scheduled emails/sms

* make sure empty empty body and subject are set for reminder template

* add info message for testing workflow

* fix typo

* add sms template

* add migration to remove reminderBody and emailSubject

* add branding

* code clean up

* add hide branding everywhere

* fix sms reminder template

* set sms reminder template if sms body is empty

* fix custom inputs variables everywhere

* fix variable translations + other small fixes

* fix some type errors

* fix more type errors

* fix everything missing around cron job scheduling

* make sure to always use custom template for sms messages

* fix type error

* code clean up

* rename link to url

* Add debug logs

* Update handleNewBooking.ts

* Add debug logs

* removed unneded responses

* fix booking questions + UI improvements

* remove html email body when changing to sms action

* code clean up + comments

* code clean up

* code clean up

* remove comment

* more clear info message for timezone variable

---------

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-04-18 11:08:09 +01:00
..
components Fix: dark mode issues (#8348) 2023-04-18 09:12:12 +00:00
docs
fonts feat: use `@next/font` for font loading (#6346) 2023-02-17 18:53:17 +01:00
lib perf: remove sentry (#8334) 2023-04-17 22:22:44 +00:00
pages fix: signup form submiting after api error (#8298) 2023-04-18 01:58:54 +00:00
playwright Managed event-types (#6876) 2023-04-12 23:10:23 -03:00
public Allow editing workflow templates (#8028) 2023-04-18 11:08:09 +01:00
scripts
server/lib Removes the getUser logic from createContext, instead use isAuthed (#7902) 2023-03-23 19:46:33 +01:00
styles fix: varients to layer (#8171) 2023-04-16 22:22:10 +00:00
test Feature: Reserve slots currently being booked (#6909) 2023-04-13 19:55:26 +00:00
.eslintignore Upgrades yarn v1 to v3. Improves CI times by 2x (#7738) 2023-03-15 15:01:04 -07:00
.gitignore perf: remove sentry (#8334) 2023-04-17 22:22:44 +00:00
.nvmrc chore: bump node version to v18 (#7310) 2023-03-15 20:15:16 +00:00
.prettierignore Upgrades yarn v1 to v3. Improves CI times by 2x (#7738) 2023-03-15 15:01:04 -07:00
calendso.yaml Removing unneeded endpoint (#8280) 2023-04-14 20:27:37 +00:00
middleware.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
next-i18next.config.js
next.config.js perf: remove sentry (#8334) 2023-04-17 22:22:44 +00:00
package.json perf: remove sentry (#8334) 2023-04-17 22:22:44 +00:00
postcss.config.js
project.toml
tailwind.config.js /insights (#6511) 2023-03-23 22:10:01 +00:00
tsconfig.json