Giter VIP home page Giter VIP logo

uscis-case-statistics's Introduction

Project Web App

See https://vicdus.github.io/uscis-case-statistics/

Run tracker web app in local

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Run clawer

  1. Install golang and gomod in your machine
  2. ./src/run.sh

uscis-case-statistics's People

Contributors

allianzcortex avatar dependabot[bot] avatar hhwang39 avatar vicdus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

uscis-case-statistics's Issues

Pie chart worday

now it is a fixed value e.g. LIN20+workday, but now the receipt number is LIN21+workday+XXX.
It is a hardcoded "20" in code:

号段{selectedCenter + "20" + workday + "5XXXX"}

Thanks!

The interpretation of Receipt Number seems not correct.

The interpretation of Receipt Number seems not correct.
Take MSC219108XXXX as an example.
If 21 means the year, and 910 means the working day number, we have a problem: we don't have 910 working days in one year.
In the example, the "9" after "21" seems to be a special label. It can be 7, 8, or 9. Most people have it as 9.
The "108" after "9" is the working day number. This number can be as large as 100+ or 200+, as we do have that many days in one year.
The last 4 digits, instead of 5 digits, represent the USCIS Case Number (of a particular day).

Refer to an article here: https://www.moonbbs.com/forum.php?mod=viewthread&action=printable&tid=2824677.

getLastCaseNumber

getLastCaseNumber returns sometimes the wrong case number. The issue is that the function assumes that if it can't get a valid result for 5 consecutive cases, then that must be the last possible case number. That is a wrong assumption.

For example: getLastCaseNumber("SRC", 21, 314, 5, 0) returns 31 because SRC2131450032 -> SRC2131450037 don't exist. However there are valid case numbers higher than SRC2131450031. The next valid receipt case number is SRC2131450042 which is ignored because the last case number was incorrectly assumed to be 31.

Again, not an issue but a feature request

i-829 cases are only WAC based but take 39 to 72 months to process. Any chance you can update the page for 2019 and 2020 cases as well? (WAC19XXXXXXXX and WAC20XXXXXXXX)

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.