-
Notifications
You must be signed in to change notification settings - Fork 8
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
SKIL-487 #769
SKIL-487 #769
Conversation
…tuff and also need to fully add some more functionality
…am, but currently in process of reworking to code to make it better
… it working with the rest of the code
…eting a team that doesn't have an assessment task associated with it, but seems to be making a infinite number of backend calls
…g called, but it was closer to 3 pm, and I didn't change much
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sah0017 LGTM
@@ -72,6 +72,8 @@ def get_assessment_tasks_by_team_id(team_id): | |||
(AssessmentTask.due_date >= Team.date_created and AssessmentTask.due_date <= Team.active_until) | |||
) | |||
).all() | |||
print(queried_results, flush=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there a print statement here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@sah0017 I am going to merge this PR |
TODOs Completed:
Admin can delete teams based on whether the team has an associated assessment task with it or not