Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sheet Manager #2

Open
Bryceclark56 opened this issue Jun 3, 2016 · 1 comment
Open

Sheet Manager #2

Bryceclark56 opened this issue Jun 3, 2016 · 1 comment

Comments

@Bryceclark56
Copy link
Contributor

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
}
@leifjones
Copy link
Member

Thank you!

On Thu, Jun 2, 2016, 9:59 PM Bryce [email protected] wrote:

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

}


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#2, or mute
the thread
https://github.com/notifications/unsubscribe/AC9Z48aBKZYXSxZsXHNR1Iamf7yMxB0Bks5qH4qTgaJpZM4ItI7p
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants