M

MarkU

A helping tool for automating the task of attendance marking of attendees of an online event/meeting.

M

MarkU

A helping tool for automating the task of attendance marking of attendees of an online event/meeting.

The problem MarkU solves

We all are under online mode of education where classes are being held online. It becomes a time consuming process for the professors to mark the attendance of the students on the university's attendance portal.

Our project provides a helping hand in that kind of situation by automating the task of attendance marking. All what needs to be done is to add the CSV file generated from any attendance marking tool, say a web extension and that's it. The attendance of all the participants of the online meeting will be automatically marked on the university's attendance portal.

This tool is not limited to just university's attendance marking system but it can also be used by any organization for automating their attendance marking process

Challenges I ran into

To make the app date specific, there are no direct parameters or request available to upload the data from CSV file for a specific date. To get done with this problem we let the data go through all the network requests which were being called by the page and after that the required unique parameter was found which was passed explicitly.

Discussion