My original idea for the sheet manager was to allow for a place to automatically, or manually and easily create new sheets. It's also supposed to be an easy update sheets with new ID lists, teacher lists, changing the colors, etc. Right now the code for the sheet manager is non-existent. One important thing the sheet manager does is that many of the settings it gives to the sheets are stored within the script properties. Here is an example of the settings currently:
{
"validColumns":[1,7],
"signInExpiration":4140,
"timeOffset":{
"rIn":2,
"rOut":3
},
"teacher":false
}
My original idea for the sheet manager was to allow for a place to automatically, or manually and easily create new sheets. It's also supposed to be an easy update sheets with new ID lists, teacher lists, changing the colors, etc. Right now the code for the sheet manager is non-existent. One important thing the sheet manager does is that many of the settings it gives to the sheets are stored within the script properties. Here is an example of the settings currently:
{ "validColumns":[1,7], "signInExpiration":4140, "timeOffset":{ "rIn":2, "rOut":3 }, "teacher":false }