-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:tempalates functionality WIP #19096
base: main
Are you sure you want to change the base?
Conversation
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (02/04/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add ready-for-e2e label" took an action on this PR • (02/07/25)1 label was added to this PR based on Keith Williams's automation. |
E2E results are ready! |
You must have Developer access to commit code to cal on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be in the core app? can we not host this in website or somewhere else?
it’s calling the prisms schema that’s located in the web app. not sure if
we can do that through the website. it was giving me errors on deployment
when trying. do you have another approach in mind?
…On Mon, Feb 10, 2025 at 7:31 AM Peer Richelsen ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
On apps/web/lib/templates/workflows.ts
<#19096 (comment)>:
should this be in the core app? can we not host this in website or
somewhere else?
—
Reply to this email directly, view it on GitHub
<#19096 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBP7RABVBWXN4IFY4OHIUUT2PCLYVAVCNFSM6AAAAABWO5IX22VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDMMBVGYYTSOBTGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What does this PR do?
This is the api call for templates feature we are building on the website. using a json file and connecting to some website code we allow users to copy pre filled templates so they can build routing forms, event types, and workflows quickly.
https://www.loom.com/share/73203081ba2849f69d81cd1916903786
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
you should be able to see a copied template