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

On user sign up, create a job that will send to a env var configured location until successful, then wipe itself #187

Open
4 tasks
nucleogenesis opened this issue Sep 15, 2022 · 0 comments

Comments

@nucleogenesis
Copy link
Member

nucleogenesis commented Sep 15, 2022

Context

LE offered as part of the migration to POST a request to an API they will create which will take the given information and save it in country.

This aligns with the recent change to hash all phone numbers on the Instant Schools side to protect privacy.

Due to a concern from the OpCo that if there is an issue with their API, the new sign up may be lost. They will rely heavily on the user phone number data to leverage Instant Schools in their community programs.

Acceptance Criteria

  • When a user signs up, create a job that will make a POST request every N minutes until it gets a 20x response
  • All of the stuff you have to do to make a new Task that does the above
  • We'll have to make a request - we should figure out how best to configure this with an ENV VAR as we haven't received any particular specs around what they'll expect us to send or the shape of the data. (I've asked their dev and will update when I hear back)
  • Write readily available documentation to be shared with OpCos who haven't yet done this so they can if ever they want to start having their IS send them sign-ups (hopefully Ghana will just share the code with them eh?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant