-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Import Project from zip
As a developer
I would be able to import a project into the workspace from a zip file
So that I can edit the existing code
Validation Criteria
- I can select a local or remote zip file that contains the project code
- I'm presented with a workspace containing the project code
Tasks
- Add screen for selecting a local zip file
- Add screen for entering remote zip file URL
- REST API for downloading the zip
- REST API for extracting the zip
- REST API for
git init