dscatc / dscatc-webapp

DSC ATC Webapp in progress
MIT License
1 stars 4 forks source link

Create Model to store Event data #3

Closed shashank-sharma closed 5 years ago

shashank-sharma commented 5 years ago

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:

  1. Google Spreadsheet link
  2. Event Name
  3. total count
  4. check_in_count
  5. When it was created
  6. 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