Loading...
PUT /videos/count/{video-id}
returns 200 when OK
GET /videos/stats/{video-id}
returns
{
video_id,
views_count,
last_view
}
Table WatchCount
What are some future improvements you would make? How would you mitigate the failure scenario(s) you described above?