aneesh-neelam/VITacademics

Ambigious attendance information for Chennai campus students

VinayGupta23 opened this issue · 3 comments

It has come to notice that Chennai campus have varied slots and hence attendance details which was unexpected and undiscovered as yet. This leads to ambiguity in data and correct information can no longer be shown to Chennai students. Refer to the two attachments below for information.

How it appears in their login:

attendancedata

How it appears in the Json:

"attendance": {
                "registration_date": "2015-01-14T10:02:04.000Z",
                "attended_classes": 20,
                "total_classes": 20,
                "attendance_percentage": 100,
                "details": [
                    {
                        "sl": 1,
                        "date": "2015-01-21",
                        "status": "Present",
                        "reason": " - "
                    },
                    {
                        "sl": 2,
                        "date": "2015-01-21",
                        "status": "Present",
                        "reason": " - "
                    },
                    {
                        "sl": 3,
                        "date": "2015-01-28",
                        "status": "Present",
                        "reason": " - "
                    },
                    {
                        "sl": 4,
                        "date": "2015-01-28",
                        "status": "Present",
                        "reason": " - "
                    },
                    {
                        "sl": 5,
                        "date": "2015-02-04",
                        "status": "Present",
                        "reason": " - "
                    },
                    {
                        "sl": 6,
                        "date": "2015-02-04",
                        "status": "Present",
                        "reason": " - "
                    }
                ],
                "supported": true
            }

Due to this, please observe that the same date appears twice with no additional information about slot which is misleading.


P.S. On a side note, why is Chennai campus so ... let say... pathetic?

Eh, screw Chennai campus.

Fixed. Added slot field for attendance details.

And in case you were thinking that VIT Chennai couldn't get more screwed up, do see the next issue that's coming up :P