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

Modify column Name content from username to first_name + last_name. A… #320

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

brunodaemon2
Copy link
Contributor

…lso removes column Slack with slackid from the students list.

Changes

Issue(s)

…lso removes column Slack with slackid from the students list.
@brunodaemon2 brunodaemon2 merged commit 5aae548 into dev Nov 15, 2024
3 checks passed
@brunodaemon2 brunodaemon2 deleted the feature/card#319 branch November 15, 2024 18:42
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove this init?

Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to be removed since this isn't a package.

Copy link
Contributor

Choose a reason for hiding this comment

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

This also isn't a package yet, so an init shouldn't go here.

Copy link
Contributor

@Gustavo-SF Gustavo-SF left a comment

Choose a reason for hiding this comment

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

Can we still address these comments?

@@ -140,7 +140,8 @@ class StudentUnitDetailView(StudentViewsMixin, BaseUnitDetailView):

class InstructorUserListView(InstructorViewsMixin, ListView):
model = get_user_model()
queryset = get_user_model().objects.filter(is_student=True, failed_or_dropped=False)
queryset = model.objects.filter(is_student=True, failed_or_dropped=False)
#queryset = get_user_model().objects.filter(is_student=True, failed_or_dropped=False)
Copy link
Contributor

Choose a reason for hiding this comment

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

It is ok to make this change, but please don't leave commented code 🙏 You can remove the second line.

<th scope="col" rowspan="2">Slack</th>
{% endcomment %}
Copy link
Contributor

Choose a reason for hiding this comment

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

We can simply remove it. No need to comment lines of code.

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.

3 participants