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

USCIS Processing times #3

Closed
3 tasks
arielsvn opened this issue Jun 8, 2018 · 5 comments
Closed
3 tasks

USCIS Processing times #3

arielsvn opened this issue Jun 8, 2018 · 5 comments

Comments

@arielsvn
Copy link
Owner

arielsvn commented Jun 8, 2018

Given the processing times for the different cases of USCIS, can I estimate the likelihood that a case will be processed in a given time??

I'll calculate what's the chance of USCIS taking 12 months to process a permanent residency application, and create an application that does the same for all cases in each office.

The app will have three main pages:

  • Landing page, with general information and links to each one of the cases

  • A page for each form type.

  • A page for each form type and a specific office.

TODO

  • Create script to query all USCIS endpoints and save the results as JSON
  • Create Jekyll plugin to generate all pages from the downloaded data
  • Convert USCIS data into the format required by Jekyll
@arielsvn
Copy link
Owner Author

arielsvn commented Jun 8, 2018

Historic processing times can be seen https://egov.uscis.gov/processing-times/historic-pt

Processing times for USCIS can be seen on https://egov.uscis.gov/processing-times/ and explanation of how they are calculated

There're two main URLs, https://egov.uscis.gov/processing-times/api/formoffices/I-485 returns the Service Centers associated with the FORM I-485

image

And, https://egov.uscis.gov/processing-times/api/processingtime/I-485/SSC returns processing time information for FORM I-485 and service center SSC

image

@arielsvn
Copy link
Owner Author

arielsvn commented Jun 9, 2018

Other ideas

It would be interesting to have a graph comparing the number of people that leave Cuba vs the number of applications for permanent residency received here. USCIS publishes historical data for all form types, and I'm almost sure the data for Cuba is also available

Ref:

@arielsvn
Copy link
Owner Author

image

@arielsvn
Copy link
Owner Author

arielsvn commented Jun 11, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant