-
Notifications
You must be signed in to change notification settings - Fork 0
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
Homescreen testen #220
Homescreen testen #220
Conversation
@@ -4,7 +4,7 @@ | |||
<h3>{{ subject.name }}</h3> | |||
<v-skeleton-loader v-if="isInstructorsLoading" type="text" /> | |||
<p v-else-if="instructors!.length > 0" class="teacher"> | |||
{{ instructors![0].given_name }} | |||
{{ instructors![0].given_name + " " + instructors![0].surname }} |
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.
Is het een idee om deze eerst te sorteren op is_teacher
, dan is de kans groter dat de naam van de effectieve prof hier te zien zal zijn, en niet die van een assistent.
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.
klopt, ik heb dit aan issue #229 toegevoegd
# Conflicts: # frontend/src/i18n/locales/en.ts # frontend/src/i18n/locales/nl.ts
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.
nice! ヽ(´▽`)/
testen voor views: