The main concept behind check-in is to use google forms spreadsheet and then edit that spreadsheet with the help of our web app so that you need not to open it and do anything
Your task is to create model which can store data:
Google Spreadsheet link
Event Name
total count
check_in_count
When it was created
When it was updated
Once we store spreadsheet link, then in future we can easily open our webapp and see what events checkin options we have and then do checkin
If you find anything else useful to add, then add it and tell the reason for doing that
Models should be created in checkin/models.py with proper naming conventions and comments
The main concept behind check-in is to use google forms spreadsheet and then edit that spreadsheet with the help of our web app so that you need not to open it and do anything
Your task is to create model which can store data:
Once we store spreadsheet link, then in future we can easily open our webapp and see what events checkin options we have and then do checkin If you find anything else useful to add, then add it and tell the reason for doing that Models should be created in checkin/models.py with proper naming conventions and comments