-
Notifications
You must be signed in to change notification settings - Fork 1
Description
If this application is deployed from an google apps admin account, we should get two benefits.
- Only those users who have valid nhusd accounts should be able to sign in and use the system
- We can gather the users id when the tutor profile form is filled out and verify that there is only one profile per id. It should also be possible to get the users name instead of them having to enter it.
Typically Google forms are not secure in the sense that anyone with the url can fill it out, and they can do so multiple times. If a form is owned by a Google Apps account admin, however, then then there is an option to require that the form submitter log in first, and have their user id automatically recorded. If that is the case, then only a student with a valid account would be able to fill out a tutor profile form and also make a tutoring request.
The students and I can develop the app as non-admins, but at some point it might be nice to try and deploy the app to the school website. Is there a site admin that I could speak with about potentially doing such a deployment? I understand that the application would have to be thoroughly reviewed and tested first, but I think it has some great potential benefit, and would probably work much more effectively than the current paper based system.