Skip to content

Commit 25443c8

Browse files
authored
Create README.md
1 parent f9bed92 commit 25443c8

File tree

1 file changed

+8
-0
lines changed
  • Server-Side Components/Business Rules/Automatically Throttle Incidents Raised by Same User Within Short Timeframe

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This business rule prevents users from submitting too many incidents in a short time, acting as a rate-limiting mechanism to reduce spam or misuse of the incident form.
2+
3+
What It Does:
4+
-Checks how many incidents the same caller has submitted in the last 10 minutes.
5+
-If the number of incidents is 3 or more, the rule:
6+
-Blocks the current incident from being submitted.
7+
-Displays an error message:
8+
"You have submitted too many incidents in a short time. Please wait before submitting more."

0 commit comments

Comments
 (0)