mozilla / aestimia

[Archived] Assessment tool
4 stars 10 forks source link

Add an endpoint to the API to allow clients to notify the system that reviews have been seen #90

Closed andrewhayward closed 10 years ago

andrewhayward commented 10 years ago

As per #85, we need to add an endpoint to the API to allow clients to notify the system that reviews have been seen. This should be somewhat secure, to prevent unwanted updates. Putting it behind the standard authentication should be sufficient, for example posting {reviewId: <ID>} to /api/submissions/:submissionId.

This would update the seen attribute of the relevant review (as per #87 and #88).

andrewhayward commented 10 years ago

Resolved by #92