Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeders #247

Merged
merged 20 commits into from
Apr 8, 2024
Merged

Seeders #247

merged 20 commits into from
Apr 8, 2024

Conversation

tyboro2002
Copy link
Contributor

No description provided.

@tyboro2002 tyboro2002 added this to the Frontend milestone milestone Apr 8, 2024
@tyboro2002 tyboro2002 self-assigned this Apr 8, 2024
@tyboro2002 tyboro2002 marked this pull request as ready for review April 8, 2024 15:55
for groupStudents in groups:
joined_students.extend(groupStudents.students.all())

students_not_in_group = [student for student in students if student not in joined_students]
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of checking the list of all the students with a group maybe its better to check if the given student has a group for this course?

@DeLany123 DeLany123 merged commit 7d32837 into development Apr 8, 2024
3 checks passed
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