Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion reports/config.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
TIME_RANGE = ("20251006", "20251106")
TIME_RANGE = ("20241001", "20250930")

# Name, username, start date, end date
USERS = [
# ODD
("Max Jones", "maxrjones", None, None),
("Davis Bennett", "d-v-b", "20250425", None),
("Kyle Barron", "kylebarron", None, None),
("Aimee Barciauskas", "abarciauskas-bgse", None, None),
("Chuck Daniels", "chuckwondo", None, None),
("Sean Harkins", "sharkinsspatial", None, None),
("Henry Rodman", "hrodmn", None, None),
("Julius Busecke", "jbusecke", "20250623", None),
("Negin Sobhani", "negin513", "20250729", None),
# Science support
("Alex Mandel", "wildintellect", None, None),
("Julia Signell", "jsignell", None, None),
Expand Down
Loading