Hello, I was asked the below in my tech screen for Thumbtack. I failed and would very much like to know how to solve it.
# Add a task: each has a description, a due time and an associated callback URL
# Manually mark a task as done
# Get a list of all the pending tasks
# When a task’s due time is reached, the callback URL should be called, (without waiting for a response), and the task marked as done