17
0

moved configuration file into data subdir to avoid commiting it

This commit is contained in:
Benjamin Mako Hill 2026-01-05 12:32:32 +09:00
parent 266c9514a3
commit 6f97064ec7
2 changed files with 17 additions and 16 deletions

View File

@ -1,16 +0,0 @@
{
"roster_file" : "data/FIXME.csv",
"roster_unique_rowname" : "StudentNo",
"roster_firstname_rowname" : "FirstName",
"roster_lastname_rowname" : "LastName",
"student_info_file" : "data/student_information.tsv",
"student_info_gsheet_id" : "FIXME",
"student_info_gsheet_gid" : 99999999,
"optout_file" : "data/optout_poll_data.tsv",
"optout_gsheet_id" : "FIXME",
"optout_gsheet_gid" : 99999999,
"daily_calllist_file" : "data/call_list-{date}.tsv",
"daily_attendance" : "data/attendance-{date}.tsv",
"unique_name_rowname" : "Your UW student number",
"preferred_name_rowname" : "Name you'd like to go by in class"
}

1
configuration.json Symbolic link
View File

@ -0,0 +1 @@
data/configuration.json

16
data/configuration.json Normal file
View File

@ -0,0 +1,16 @@
{
"roster_file" : "data/FIXME.csv",
"roster_unique_rowname" : "StudentNo",
"roster_firstname_rowname" : "FirstName",
"roster_lastname_rowname" : "LastName",
"student_info_file" : "data/student_information.tsv",
"student_info_gsheet_id" : "FIXME",
"student_info_gsheet_gid" : 99999999,
"optout_file" : "data/optout_poll_data.tsv",
"optout_gsheet_id" : "FIXME",
"optout_gsheet_gid" : 99999999,
"daily_calllist_file" : "data/call_list-{date}.tsv",
"daily_attendance" : "data/attendance-{date}.tsv",
"unique_name_rowname" : "Your UW student number",
"preferred_name_rowname" : "Name you'd like to go by in class"
}