• Home
  • Today
  • Advocacy
  • Forum
Donate
  • login
  • register
Home

They need you!

Forum links

  • Recent changes
  • Member list
  • Search
  • Register
Search Forums
 
Advanced Search
Go to Page...

Resources

  • Do I qualify?
  • In-state tuition
  • FAQ
  • Ways to legalize
  • Feedback
  • Contact us

Join our list

National calendar of events

«  

August

  »
S M T W T F S
 
 
 
 
 
1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
 
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
 
28
 
29
 
30
 
31
 
 
 
 
 
 
 
Sync with this calendar
DAP Forums > DREAM Act > The Lounge

*****Daca approvals <------****** - Page 92

  • View
  • Post new reply
  • Thread tools
  • « first
  • ‹ previous
  • 42
  • 52
  • 62
  • 72
  • 82
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 102
  • 112
  • 122
  • 132
  • 142
  • next ›
  • last »
#911
09-29-2012, 09:01 PM
Senior Member
Joined in Aug 2012
1,562 posts
Sgt.Peppers's Avatar
Sgt.Peppers
0 AP
Quote:
Originally Posted by 4look4rd View Post
I have been approved yesterday (September 28th)!

I sent my application to the Chicago Lockbox on the very first day via UPS overnight. Got my Biometrics done on schedule on the wednesday of the first week they started scheduling. I was the first person to get the biometrics done for DACA in central/eastern Virginia at the Norfolk center (according to the people working there). So it took me about two weeks to get approved after Biometrics.
Good to hear, congrats!

which service center?
__________________
Application Received: 8/31/2012 SC: VT
Biometrics: 9/17/2012
I-821D/I-765 Approved: 8/1/2013
  • Reply With Quote
Post your reply or quote more messages.
Sgt.Peppers
View Public Profile
Send a private message to Sgt.Peppers
Find all posts by Sgt.Peppers
#912
09-29-2012, 09:07 PM
Member
Joined in Jul 2012
78 posts
4look4rd
0 AP
I was routed to Nebraska. I didn't know until now xD
  • Reply With Quote
Post your reply or quote more messages.
4look4rd
View Public Profile
Send a private message to 4look4rd
Find all posts by 4look4rd
#913
09-29-2012, 09:17 PM
Senior Member
Joined in Sep 2012
193 posts
Believe2dream
0 AP
Quote:
Originally Posted by lordtarieq View Post
I was able to calculate the average wait time after the Biometrics procedure for the Service Centers for Vermont, Nebraska and California. Unfortunately, because of the little approvals from Texas, I was unable to calculate the average waiting time for approval for that Service Center.

Approval after Biometrics is done for:
Vermont is 12 days
Nebraska is 15 days
Texas, there is too little data
California is 7 days
Excluding weekends right?
  • Reply With Quote
Post your reply or quote more messages.
Believe2dream
View Public Profile
Send a private message to Believe2dream
Find all posts by Believe2dream
#914
09-29-2012, 09:44 PM
Senior Member
Joined in Aug 2012
128 posts
lordtarieq
0 AP
Quote:
Originally Posted by Believe2dream View Post
Excluding weekends right?
That includes the weekends
  • Reply With Quote
Post your reply or quote more messages.
lordtarieq
View Public Profile
Send a private message to lordtarieq
Find all posts by lordtarieq
#915
09-29-2012, 09:51 PM
Junior Member
Joined in Sep 2012
21 posts
trish
0 AP
@Allthatnmore.......Nebraska is a Republican state, they would be happy if you vote for Romney.lol thats why they and Texas another republican state approving so slowly. They know that we are all NOW Obama supporters.Dwl
  • Reply With Quote
Post your reply or quote more messages.
trish
View Public Profile
Send a private message to trish
Find all posts by trish
#916
09-29-2012, 10:29 PM
Senior Member
Joined in Sep 2012
193 posts
Believe2dream
0 AP
Quote:
Originally Posted by lordtarieq View Post
That includes the weekends
Thank you
  • Reply With Quote
Post your reply or quote more messages.
Believe2dream
View Public Profile
Send a private message to Believe2dream
Find all posts by Believe2dream
#917
09-29-2012, 11:24 PM
Senior Member
From Stone Mountain, Ga
Joined in Sep 2012
249 posts
DACA_Billionaire2be's Avatar
DACA_Billionaire2be
0 AP
Here Are The Averages By Service Center So Far Guys



To Regenerate The Chart Above in the future Follow the Instructions Below
  1. Use Chrome
  2. Go to the first page of this thread here
  3. press (CTR)+(SHIFT)+(J) OR (CMD)+(SHIFT)+(J) for OSX
  4. Go to Console
  5. Paste the following and hit enter

Code:
centers={VERMONT:{avg:0,total:0},CALIFORNIA:{avg:0,total:0},TEXAS:{avg:0,total:0},NEBRASKA:{avg:0,total:0}}
buffer=document.getElementById('posts').innerHTML,counter=0,centerList=[];
mainRegex=/\d\d\s*[dD]ays[^:]+:[^:]+\:\s*[^\?\<]+/g
arr=buffer.match(mainRegex);
dayRegex=/^\d+/
centerRegex=/[A-Z]+$/
for(x in arr)
{
day=arr[x].match(dayRegex)*1;
center=arr[x].match(centerRegex);
if(center in centers)
{
centers[center].total++
centers[center].avg+=day;
}
}
arr=[];numdays=[]
for(x in centers)
{
days=Math.floor(centers[x].avg/=centers[x].total);
arr.push(days);
numdays.push(days+' days')
centerList.push(x);
}
window.location='https://chart.googleapis.com/chart?chxt=x&cht=bvs&chs=400x300&chd='+escape('t:'+arr.join())+
'&chco='+escape('FFC6A5|FFFF42|DEF3BD|00A5C6|DEBDDE')+'&chbh=70&chds=0,100&chdl='+
escape(centerList.join('|'))+'&chxl='+escape('0:|'+numdays.join('|'))+'&chtt=Average%20Approval%20Time'
__________________
EAD RNEWED!
Last edited by DACA_Billionaire2be; 09-29-2012 at 11:31 PM..
  • Reply With Quote
Post your reply or quote more messages.
DACA_Billionaire2be
View Public Profile
Send a private message to DACA_Billionaire2be
Find all posts by DACA_Billionaire2be
#918
09-29-2012, 11:30 PM
Senior Member
Joined in Aug 2012
128 posts
lordtarieq
0 AP
Quote:
Originally Posted by DACA_Billionaire2be View Post
Here Are The Averages By Service Center So Far Guys



To Regenerate The Chart Above in the future Follow the Instructions Below
  1. Use Chrome
  2. Go to the first page of this forum here
  3. press (CTR)+(SHIFT)+(J) OR (CMD)+(SHIFT)+(J) for OSX
  4. Go to Console
  5. Paste the following and hit enter

Code:
centers={VERMONT:{avg:0,total:0},CALIFORNIA:{avg:0,total:0},TEXAS:{avg:0,total:0},NEBRASKA:{avg:0,total:0}}
buffer=document.getElementById('posts').innerHTML,counter=0,centerList=[];
mainRegex=/\d\d\s*[dD]ays[^:]+:[^:]+\:\s*[^\?\<]+/g
arr=buffer.match(mainRegex);
dayRegex=/^\d+/
centerRegex=/[A-Z]+$/
for(x in arr)
{
day=arr[x].match(dayRegex)*1;
center=arr[x].match(centerRegex);
if(center in centers)
{
centers[center].total++
centers[center].avg+=day;
}
}
arr=[];numdays=[]
for(x in centers)
{
days=Math.floor(centers[x].avg/=centers[x].total);
arr.push(days);
numdays.push(days+' days')
centerList.push(x);
}
window.location='https://chart.googleapis.com/chart?chxt=x&cht=bvs&chs=400x300&chd='+escape('t:'+arr.join())+
'&chco='+escape('FFC6A5|FFFF42|DEF3BD|00A5C6|DEBDDE')+'&chbh=70&chds=0,100&chdl='+
escape(centerList.join('|'))+'&chxl='+escape('0:|'+numdays.join('|'))+'&chtt=Average%20Approval%20Time'

How can this be correct and people are either doing walk-ins or going by appointments for biometrics. In other words, the biometrics being the variable cannot result in a correct average time from when the application is submitted to the time of approval.
  • Reply With Quote
Post your reply or quote more messages.
lordtarieq
View Public Profile
Send a private message to lordtarieq
Find all posts by lordtarieq
#919
09-29-2012, 11:35 PM
Senior Member
From Stone Mountain, Ga
Joined in Sep 2012
249 posts
DACA_Billionaire2be's Avatar
DACA_Billionaire2be
0 AP
Quote:
Originally Posted by lordtarieq View Post
How can this be correct and people are either doing walk-ins or going by appointments for biometrics. In other words, the biometrics being the variable cannot result in a correct average time from when the application is submitted to the time of approval.
It's just a visualization of the same information we have on the front page (literally look at the code).

And you are correct walk-ins are a variable not catered for; however the majority of approvals so far have been walk-ins
__________________
EAD RNEWED!
Last edited by DACA_Billionaire2be; 09-29-2012 at 11:45 PM..
  • Reply With Quote
Post your reply or quote more messages.
DACA_Billionaire2be
View Public Profile
Send a private message to DACA_Billionaire2be
Find all posts by DACA_Billionaire2be
#920
09-30-2012, 12:04 AM
Senior Member
Joined in Aug 2012
128 posts
lordtarieq
0 AP
Quote:
Originally Posted by DACA_Billionaire2be View Post
It's just a visualization of the same information we have on the front page (literally look at the code).

And you are correct walk-ins are a variable not catered for; however the majority of approvals so far have been walk-ins
Yeah! but you could only claim "majority of approvals were walk-ins" if it was originally stated in the data. As far as we know, we don't know which ones are walk-ins or biometrics.
  • Reply With Quote
Post your reply or quote more messages.
lordtarieq
View Public Profile
Send a private message to lordtarieq
Find all posts by lordtarieq
  • « first
  • ‹ previous
  • 42
  • 52
  • 62
  • 72
  • 82
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 102
  • 112
  • 122
  • 132
  • 142
  • next ›
  • last »


« Previous Thread | Next Thread »

Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Contact Us - DREAM Act Portal - Archive - Top
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.