hyades
hyades copied to clipboard
Maintain workflow for cloning project
Current Behavior
Currently, when a project is cloned (via endpoint /project/clone), state on its completion is not maintained which makes it hard to determine if its cloning is finished or not.
Proposed Behavior
Cloning a project is bigger task similar to bom-upload, and therefore it will be nice to have a state management for same.
Moreover, in response of cloning the project, no data including UUID of new cloned project is sent back. Need to further look into how we can at least communicate the cloned project details once its workflow is completed.
Checklist
- [X] I have read and understand the contributing guidelines
- [X] I have checked the existing issues for whether this enhancement was already requested