-
Notifications
You must be signed in to change notification settings - Fork 209
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
[EPIC: FOUR-18012] Screen Templates V2 Implementation #7333
Conversation
Add 'Templates' Button to Screen Builder Navigation Menu
Add Screen Templates Section in Screen Builder
QA server K8S was successfully deployed https://ci-b9936acc59.engk8s.processmaker.net |
Add data-cy attribute to templates button for testing
Remove fetching of data from core
QA server K8S was successfully deployed https://ci-b9936acc59.engk8s.processmaker.net |
FOUR-18315 | Include Tests For Accurate Filtering and Display of Templates
FOUR-19136 | CSS Updates for Screen Templates Panel
QA server K8S was successfully deployed https://ci-b9936acc59.engk8s.processmaker.net |
FOUR-18326 | Implement Layout Application Logic
QA server K8S was successfully deployed https://ci-b9936acc59.engk8s.processmaker.net |
QA server K8S was successfully deployed https://ci-b9936acc59.engk8s.processmaker.net |
QA server K8S was successfully deployed https://ci-b9936acc59.engk8s.processmaker.net |
This PR introduces all updates for the Screen Templates v2 feature, allowing users to apply a template to an existing screen in the Screen Builder. This includes the addition of new routes, UI updates, and logic for applying templates to existing screens.
Changes:
/apply
Route:/apply
API route for applying a selected template to an existing screen in Screen Builder.screen.vue
component to include a new section in the left panel displaying 'My Templates' and 'Shared Templates.'ScreenTemplateHelper
class to support the application of templates to existing screens without overwriting them.Related PRs & Tickets
FOUR-18012
Screen Builder PR
ci:next
ci:screen-builder:epic/FOUR-18012
ci:deploy