attendance_management
attendance_management copied to clipboard
Need to sort the students properly according to the roll no.s in teacher's dashboard
- It is sorting on the basis of the first digit of the roll number, which it should not be doing.
- Eg: 8 & 12, so it should be 8 & 12 in order, but Firebase is taking 1 from 12, so 12 & then 8, which is wrong.