Skip to content

Executor: Cross-year student ID matching#60

Open
johncmerfeld wants to merge 12 commits into
developmentfrom
executor/x-year-matching
Open

Executor: Cross-year student ID matching#60
johncmerfeld wants to merge 12 commits into
developmentfrom
executor/x-year-matching

Conversation

@johncmerfeld
Copy link
Copy Markdown
Collaborator

@johncmerfeld johncmerfeld commented May 13, 2026

Open question: I think it's technically possible for the second pass to not match anything at all. It would probably produce a result set of empty files which we may not want to upload. Do we just skip in that case?

Implement cross-year matching in the executor; companion to #62. The core logic here is

  • IF the app says there is a cross-year roster is available
    • AND this is an ODS job
      • AND there are unmatched students from Earthmover
        • THEN run earthmover a second time on those unamtched students, using a roster we pull from EDU as a year-agnostic source of IDs
    • AND this is NOT and ODS
      • THEN perform a single Earthmover pass, using the EDU roster as the source of IDs
  • Otherwise behave normally

Other notes:

@johncmerfeld johncmerfeld self-assigned this May 13, 2026
@johncmerfeld johncmerfeld marked this pull request as ready for review May 14, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant