This repository was archived by the owner on Mar 8, 2024. It is now read-only.
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
Errors in Project creation result in "undeletable" projects #5
Closed
Description
The initial state of projects is "INIT_UPLOAD". This state is used to distinguish between sample projects in preparation and normal once. Depending on the state the continue project button is shown or not. Usually, this works without a problem however in rare occurrences (and depending on the position of the error in the upload process) the same state is still active for a normal project.
This results in "undeletable" projects.
The best solution I can think of is to use a dedicated state for sample projects in preparation and in turn, use that state to display the continue button.