I realized that it would be better for students to just input their student id in the first page, afterwards, it goes to the second page where it autofills their information and can be changed if needs to be.
Data will be saved if user does change something except for their student id as its textbox will be disabled.
I will be making a diagram as to how this works.
Several factors to consider:
Those who type slow
Those who can't type/has a disability
I must still push forward with the barcode scanner, or preferably doing OCR scan by mirroring the camera with a rectangle in the middle for the ID of the student to be scanned.
Several factors to consider:
Other numbers will also be scanned, we can do regex e.g. say the first number has 8 digits in a row without alphabets, we can conclude that it will be our student id. Haven't tested this one yet, but I'm planning on replicating this on Python. If successful, then it will be integrated to the software.
Student ID has different formats. I'm not too sure what other formats are there for LACC, but we could possibly deduce that it may be the same as the newer ones. As long as there are a certain amount of digits within the scannable zone, I think its doable.
I realized that it would be better for students to just input their student id in the first page, afterwards, it goes to the second page where it autofills their information and can be changed if needs to be.
Data will be saved if user does change something except for their student id as its textbox will be disabled.
I will be making a diagram as to how this works.
Several factors to consider:
I must still push forward with the barcode scanner, or preferably doing OCR scan by mirroring the camera with a rectangle in the middle for the ID of the student to be scanned.
Several factors to consider: