Conversation
|
@sleblanc23 do you need someone to run in TX to confirm it's working there? |
|
yeah we should do that. I could ask Greg when he's back next week, I think he recently got access |
|
@sleblanc23 I can do it! I volunteered to review this from TX lens |
|
@sleblanc23 @ejoranlienea notes from my testing in TX:
As a result, I see 10723 new staffs in the (so the code is working as expected)
|
|
one other thing, I noticed in texas testing that SSNs are being included in "userIds". At the texas internal meeting we decided to explicitly remove these from the oneroster code. I am working on testing that code |
|
SSN code is working in TX. 2 last things when you both have some time - @sleblanc23 could you please review my last commit re: ssns? @ejoranlienea can you review my questions 2 & 3 in comment above? |
|
@rlittle08 just checking that we'd always want to filter out SSNs, right? So this is fine as core code and non-configurable? |
|
@sleblanc23 I lean always, but I can see how it'd be annoying to come back and make it configurable later. Maybe I add config but default it to filter them out |
Related to TX-119
Allows a teacher to be included in the users file based on a staff section association only, regardless of staff classification or whether they have a staff school association at all. Opt-in functionality that includes the ability to filter by
classroom_positionand therefore exclude aides, substitutes, etc.I tested this in CA by excluding some teachers from
fct_staff_school_associationand ensuring that they are still included in the model ifoneroster:require_staff_assignment = trueand they had one of the configuredclassroom_positions. Also confirmed that the behavior is unchanged if neither new variable is set.