Skip to content

Add SIS Ignore by student ID feature#13

Merged
steve-sullivan merged 2 commits intomainfrom
AP-636-SIS-ignore-list
Apr 23, 2026
Merged

Add SIS Ignore by student ID feature#13
steve-sullivan merged 2 commits intomainfrom
AP-636-SIS-ignore-list

Conversation

@steve-sullivan
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread lib/sis.rb Outdated
Comment thread lib/sis.rb

raw_users.each do |user|
next if ignored_user?(user, ignore_list)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually prefer it this way and find it clearer but I thought the "rubocop" preferred way is a one liner like.

writer.write(SIS::Student.new(user)) unless ignored_user?(user, ignore_list)

Copy link
Copy Markdown

@davezuckerman davezuckerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just a few little a few little observations

@steve-sullivan steve-sullivan merged commit 4e89ee6 into main Apr 23, 2026
5 checks passed
@steve-sullivan steve-sullivan deleted the AP-636-SIS-ignore-list branch April 23, 2026 22:26
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.

2 participants