Logically Determine Which Celery Tasks To Call - SMS #119
Labels
Dev Reviewed
Reviewed by Tech Lead
Notify
Board trigger
PM Reviewed
Reviewed by Product Manager
QA Reviewed
Reviewed by Quality Assurance
Ready for Refinement
User Story - Business Need
va-enp-api will be able to handle all validation, but lookup VA Profile ID, gathering contact information, and actually sending the notification are all tasks that Celery will still do at first. This method identifies which tasks need to be called and logs them. A future ticket will implement the SQS send_message functionality.
User Story(ies)
As a VA Notify dev
I want to know what tasks a notification still needs to accomplish
So that we can prepare to send them to the appropriate tasks
Additional Info and Resources
These are the three applicable methods:
Acceptance Criteria
deliver_sms
taskQA Considerations
Potential Dependencies
Out of Scope
A separate ticket will implement the ETL methods necessary to actually put the desired tasks into SQS.
The text was updated successfully, but these errors were encountered: