-
Notifications
You must be signed in to change notification settings - Fork 34
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
Setup queue for request form submissions that have passed validation #120
Comments
66 tasks
Functional Review
|
Developer Review
|
Merged into |
44 tasks
I successfully submitted a FOIA request and confirmed that the request arrived with a status Queued for submission. I confirmed the submission ID and content in the backstage. (I opened a separate UAT ticket, #471, regarding the request form.) |
mattdanger
pushed a commit
to forumone/foia.gov
that referenced
this issue
Aug 8, 2023
FOIA22-52: Card Alt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a FOIA API product owner, in order to ensure FOIA requests that need to be sent out to agency components are processed and preserved in a robust fashion, I need a queue that holds completed request form submission to be sent out.
This queue will allow the system to process requests in a more robust and efficient manner. Queue processing will take place in #122
Acceptance criteria
DatabaseQueue
foia_webform_webform_insert
implementation infoia_webform.module
to add this handler to new webforms instead of thefoia_email
handler (we will leverage thefoia_email
handler when performing queue processing)UAT
Test: Submit a FOIA Request
Applicable roles: admin, agency administrator
The text was updated successfully, but these errors were encountered: