aboutsummaryrefslogtreecommitdiffstats
path: root/backend (unfollow)
Commit message (Collapse)AuthorLines
2020-12-17Update backend/models/form_response.pyGravatar Hassan Abouelela-1/+1
Co-authored-by: ks129 <[email protected]>
2020-12-17Fixes DB Timestamp on ReturnGravatar Hassan Abouelela-11/+21
As pointed out by @ks129, fetching the responses would cause an error in the timestamp, as the validation was returning the current time at fetching, instead of the stored value. Signed-off-by: Hassan Abouelela <[email protected]>
2020-12-17Adds Timestamp FieldGravatar Hassan Abouelela-1/+7
Adds timestamp field to user form responses on generation. Signed-off-by: Hassan Abouelela <[email protected]>