DYN-9702 templates to home screen#16932
Conversation
- initial changes to the Dynamo backend to consume and show Dynamo Template files on HomePage - created StartPage container for Template files - added backend infrastructure to send Template files data to frontend on load
Add NewWorkspaceWithTemplate method to HomePage that creates a new workspace and inserts a template file, enabling the sidebar to open templates in a new editable workspace.
…m/Chloepeg/Dynamo into DYN-9702-templates-to-home-screen
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9702
|
How are the file names displayed? Is it just the name of the file now? |
|
@Chloepeg can you rebase this PR from master to get the new Template Filenames for these mockups? |
Yes, for the Homepage, the templates are shown using the filename, so Create a Graph.dyn displays as "Create a Graph", this is automatic from the filename. For the side panel, The names displayed are still template 1 and template 2 but the code matches them to the actual files by filename, I've updated the matching logic to work with the new filenames. DynamoDS/DynamoHome#66 |
- initial changes to the Dynamo backend to consume and show Dynamo Template files on HomePage - created StartPage container for Template files - added backend infrastructure to send Template files data to frontend on load
Add NewWorkspaceWithTemplate method to HomePage that creates a new workspace and inserts a template file, enabling the sidebar to open templates in a new editable workspace.
Add root folder bundle file to embedded resources
…m/Chloepeg/Dynamo into DYN-9702-templates-to-home-screen
Adds the missing TemplateFiles property to StartPageViewModel
Fixes build error
…workspace" This reverts commit e8ecae4.
|




Purpose
This PR addresses DYN-9702 https://jira.autodesk.com/browse/DYN-9702
The changes in the code aim to add backend support for Dynamo template files on the HomePage, enabling templates to be opened in a new editable workspace
Changes :
Declarations
Check these if you believe they are true
Release Notes
Added backend support for for 9702- template-file-support in DynamoHome repo, enabling templates to be opened in a new editable workspace.
Reviewers
@zeusongit
@DynamoDS/eidos
FYIs
@dnenov
@johnpierson