-
Notifications
You must be signed in to change notification settings - Fork 2
[backend/frontend] Change expiry timestamp to end on a full day #132
Copy link
Copy link
Open
Labels
backendTasks concerning djangoTasks concerning djangoenhancementNew feature or requestNew feature or requestfrontendTasks concerning angularTasks concerning angular
Description
#125 currently implements the following behavior:
- default: expiry_timestamp = timestamp (now) + 10 days
- this would result in expiry_timestamps being at random times throughout the day (e.g. 12:35:12 - timestamp of sending the coding challenge to the applicant)
- maybe it would be a good idea to change that default behavior so that the expiry_timestamp is always at 23.59 on a given day of expiry.
- no matter when the challenge got sent to the applicant, that day would count as the first day. After that he/she still has 9 more days to start
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendTasks concerning djangoTasks concerning djangoenhancementNew feature or requestNew feature or requestfrontendTasks concerning angularTasks concerning angular