← Back to Castle Travel

Castle Program · Program Administrator Guide

Castle Travel

The oversight side of My Travel Story (MTS) — where you check who's registered for the weekend and look up any student's travel history.

👁

Program Administrators view student travel data — you don't create or edit a plan on a student's behalf. If a student needs a change made for them, that still goes through the student's own account or a direct email exchange.

System Administrators also have a Student Access panel (section 3 below) to manage individual student permissions without a code deployment.

1 Sign in

Same sign-in as everyone else — select Sign in with Emerson and go through Duo. The app recognizes your Program Administrator role automatically and shows you a different Home screen from what students see.

Show screenshot Program Administrator Home screen with a Students button highlighted in the navigation bar

2 Open Students

Click Students in the navigation bar. This opens the Student Travel Viewer, which has two tabs.

This Weekend

A roster of every student in the program for the current weekend, so you can see who's staying in, who's traveling, and who hasn't registered yet.

AllSACOvernight⚠ Unregistered

A summary line gives you totals at a glance (e.g. "88 students · 12 SAC · 40 Overnight · 36 Unregistered"), and a city filter narrows the list to students traveling to a particular place.

ColumnShows
NameLast, First
E-NumberEmerson ID
EmailEmerson email address
StatusSAC, Overnight, or Unregistered for this weekend
CityDestination city, if traveling
Show screenshot This Weekend tab with filter tabs, a city search box, and a summary count line

Students

The second tab is a directory of every student in the Castle Travel program, searchable by name, E-number, or email. Click a name to open that student's full travel summary — every current and prior weekend, with the meals they signed up for and every destination they logged.

This is where you'd look something up if a student emails asking whether their plan went through, or if you need their emergency contact details before reaching out.

3 Student Access System Admin only

The Student Access card at the bottom of the Admin page lets a system administrator manage per-student permissions without touching the application code. Changes take effect at next login.

Access columns

ColumnDefaultEffect when unchecked
Allow Email✓ onStudent is silently excluded from Tuesday, Wednesday, and weekly notification emails. Useful if a student has opted out or the address is bouncing.
Login✓ onStudent is redirected to Account Access Restricted on next login attempt. Use this when a student leaves the program mid-semester. Admins are never blocked regardless of this flag.
Program Admin✗ offWhen checked, grants Program Administrator access to this student's account — identical to listing their email in PROGRAM_ADMIN_EMAILS in config.py. This is the preferred way to grant temporary or one-off program-admin access.

Checkbox changes are saved immediately via an inline PUT request. A brief green flash confirms success; a red alert reverts the checkbox if the save fails. Hovering over a row that is being saved disables all checkboxes in that row until the request completes.

4 Notification emails & timezone

All scheduled emails use Kasteel Well, Netherlands time (CET/CEST, Europe/Amsterdam). Deadline times are shown in both Amsterdam and Boston time so students in either location aren't confused.

EmailWhen (Amsterdam)Content
Tuesday ReminderTuesday 10:00 AMIndividual email to each unregistered student with the Wednesday deadline in Amsterdam and Boston time.
Wednesday CountdownWednesday 9:30 AMUrgent blast to still-unregistered students — 30 minutes remain.
Wednesday Deadline ReportWednesday 10:00 AMSent to NOTIFICATION_EMAILS. Lists unregistered students (or "all clear"). Includes a meal plan totals table — per-meal-slot headcount for the weekend (Friday Breakfast/Lunch/Dinner, Saturday Brunch/Dinner, Sunday Brunch/Dinner) plus any dietary notes students have entered. Also shows the report-generation time in both Amsterdam and Boston.
Weekly Status ReportOn-demandFull SAC/overnight/unregistered breakdown with counts, to admin only.

? Where things live

ScreenWhat it's for
HomeWelcome screen — points you to Students in the nav bar.
This WeekendRoster of everyone's status for the current weekend, filterable by plan type and city.
StudentsSearchable directory; click through to a student's full travel history.
Student AccessSystem admin only — per-student email, login, and program-admin permission checkboxes.