Closed jochenklar closed 5 months ago
This PR fixes the problem that the project is always saved on the POST request to the progress endpoint, regardless if the progress changed. This leads to a new updated timestamp in the Project model, even if people just click through the interview.
project
POST
progress
updated
Project
This PR fixes the problem that the
project
is always saved on thePOST
request to theprogress
endpoint, regardless if the progress changed. This leads to a newupdated
timestamp in theProject
model, even if people just click through the interview.