You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the common use case is selecting all students who are still active but this script includes graduated students, too. They can be excluded by filtering out students who have a program_end_date that is in the past. I don't know if the API has an option for this, but it'd be simple enough to filter in the map in app.js.
The text was updated successfully, but these errors were encountered:
I think the common use case is selecting all students who are still active but this script includes graduated students, too. They can be excluded by filtering out students who have a
program_end_date
that is in the past. I don't know if the API has an option for this, but it'd be simple enough to filter in themap
inapp.js
.The text was updated successfully, but these errors were encountered: