This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Description
Currently, there's no hard limit to how many Link resource submission a given e-mail can do. This makes room for the possibility of a given email to spam our system with unnecessary and unwanted submissions.
We need to avoid that situation.
Definition of Done
Add a check upon a Link submission that uses the given user_email property and avoids that more than 5 unapproved Link resources are submitted, associated with that e-mail address.