Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a mechanism to slow down/eliminate repeat requests #359

Open
allisonmuise opened this issue Jul 19, 2018 · 1 comment
Open

add a mechanism to slow down/eliminate repeat requests #359

allisonmuise opened this issue Jul 19, 2018 · 1 comment
Milestone

Comments

@allisonmuise
Copy link
Contributor

Visalia, CA

One of the team’s requests was to have it natively allow IP filtering of responses to limit duplicate responses. As you and I discussed, that just isn’t feasible for the majority of the use case of those using crowdsource reporter.

Upon following up with my team after the UC, the question was raised of what if the application natively could limit responses based upon a cookie and that you can’t report again until you either delete the cookie or the cookie expires?

Per conversation with Mike - investigate timeout/cookies as a configurable option that would disable to Submit button temporarily.

@allisonmuise allisonmuise added this to the AGOL 6.4 milestone Jul 19, 2018
@allisonmuise
Copy link
Contributor Author

from Mike:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies

Apparently, you can set a relative time for the expiration of permanent (i.e., lasting past refresh) cookies.

May have to deal with this:
In short the EU directive means that before somebody can store or retrieve any information from a computer, mobile phone or other device, the user must give informed consent to do so. Many websites have added banners (AKA "cookie banners") since then to inform the user about the use of cookies.
For more, see this Wikipedia section and consult state laws for the latest and most accurate information.

@allisonmuise allisonmuise modified the milestones: AGOL 6.4, Backlog Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant