Story #53 Update "attending" checkbox to update database - cseseniordesign/reservations GitHub Wiki
End User Documentation
Dev Testing Instructions
Make sure you are on the most recent version of the dev-update-attending-checkbox-to-update-DB branch.
Start your dev environment and log in with development2 so you have all permissions.
Navigate to the Admin -> Event page
Create a new Event and reserve tools for the event
Login with multiple accounts and signup for the event that you created (event_signups table in the DB has these new records and attended value =0)
Login with development2 and navigate to Admin -> Event page again
Select the signup list under the Signups column
Check the attended members and click save signup list (DB: event_signups table - attended column value = 1, resource_authorizations table added new records )
repeat step 7 and uncheck the checked boxes to reverse the behavior in step 8