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

Refactor WorkspaceDuplicateProvider to improve workspace duplication #2667

Closed
mbastian opened this issue Oct 21, 2022 · 0 comments
Closed

Refactor WorkspaceDuplicateProvider to improve workspace duplication #2667

mbastian opened this issue Oct 21, 2022 · 0 comments
Assignees
Labels
Wishlist New features (not a bug)
Milestone

Comments

@mbastian
Copy link
Member

In ProjectAPI we have an SPI WorkspaceDuplicateProvider. We don't consistently implement this SPI in various models. In addition, there is a much better solution as we have pretty good serialization coverage by now.

Definition of done

  • Deprecate the WorkspaceDuplicateProvider and remove all existing implementations
  • Rewrite duplicate feature using persistence providers (serialize workspace and deserialize into new workspace)
@mbastian mbastian added the Wishlist New features (not a bug) label Oct 21, 2022
@mbastian mbastian added this to the 0.10.0 milestone Oct 21, 2022
@mbastian mbastian self-assigned this Oct 21, 2022
@mbastian mbastian closed this as completed Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wishlist New features (not a bug)
Projects
None yet
Development

No branches or pull requests

1 participant