flake8
passed.
JSHint
passed.
Review Request #9934 — Created May 14, 2018 and submitted
This introduces
BaseConsentTracker.get_pending_consent_requirements()
,
which returns a list of allConsentRequirement
s that the user hasn't
decided upon yet. This can be used to list those requirements to the
user or to quickly check if new consent is needed before redirecting the
user to an appropriate consent form.
Unit tests passed.
Tested with another change and verified that I got the correct set of
consent requirements back.