challenge-api icon indicating copy to clipboard operation
challenge-api copied to clipboard

Issue with phases

Open ThomasKranitsas opened this issue 4 years ago • 0 comments

In PUT/PATCH, we expect the phaseId to be passed… which means, there’s no way to add more phases to a challenge. You can only update the existing ones.

So, you can’t add multiple iterative review phases for example.

We need to add support for both phaseId and id. If the id is provided, the existing phase will be updated. If the phaseId is provided, a new phase will be created

ThomasKranitsas avatar Sep 24 '20 22:09 ThomasKranitsas