Skip to content
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

POC merge layout hooks #48

Conversation

vferraro-scottlogic
Copy link

@vferraro-scottlogic vferraro-scottlogic commented Sep 20, 2023

POC for refactoring layout hooks.
POC only. Not for merging

@vferraro-scottlogic vferraro-scottlogic self-assigned this Sep 20, 2023
@vferraro-scottlogic vferraro-scottlogic linked an issue Sep 20, 2023 that may be closed by this pull request
// Persist layouts
const generatedId = persistenceManager.saveLayout(metadata, json);
const generatedId = persistenceManager.saveLayout(metadata, tempLayout);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could tempLayout be thought of as the current layout?

@cfisher-scottlogic cfisher-scottlogic deleted the POC-merge-layout-hooks branch October 16, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Layout Hooks
2 participants