You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept a "weeks" parameter that indicates when individuals want to move from testing to enforce periods. This will merge our current system of having two "testing" periods-- one invisible and one visible (on the policy list), and ask people submitting via the form to commit to an "enforce" period in a finite period of time.
I'm in the process of splitting this up into PRs. Generally, I think this will be:
Small Validator refactor (Use go-y config object)
DB => DomainStore refactor (Stop using DB interface for everything-- break this chunk out)
Accept "weeks" variable in queue/ API
^ These have no dependencies and can each be merged individually! The final PR, however, depends on all three being merged:
Alter Queued Validator to promote/fail domains automagically
The text was updated successfully, but these errors were encountered:
Accept a "weeks" parameter that indicates when individuals want to move from testing to enforce periods. This will merge our current system of having two "testing" periods-- one invisible and one visible (on the policy list), and ask people submitting via the form to commit to an "enforce" period in a finite period of time.
I'm in the process of splitting this up into PRs. Generally, I think this will be:
queue/
API^ These have no dependencies and can each be merged individually! The final PR, however, depends on all three being merged:
The text was updated successfully, but these errors were encountered: