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

Homescreen testen #220

Merged
merged 7 commits into from
May 20, 2024
Merged

Homescreen testen #220

merged 7 commits into from
May 20, 2024

Conversation

masinnae
Copy link
Contributor

  • achternaam toegevoegd bij subjects
  • announcements weggehaald

testen voor views:

  • DeadlinesCard.vue
  • SubjectsCard.vue
  • HomeScreenView.vue
  • HomeScreenSkeletonCard.vue
  • DeadlineItem.vue
  • SubjectItem.vue

@@ -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 }}
Copy link
Contributor

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.

Copy link
Contributor Author

@masinnae masinnae May 20, 2024

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
Copy link
Contributor

@DRIESASTER DRIESASTER left a comment

Choose a reason for hiding this comment

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

nice! ヽ(´▽`)/

@masinnae masinnae merged commit 8da6c94 into dev May 20, 2024
4 checks passed
@masinnae masinnae deleted the homescreen-testen branch May 20, 2024 14:34
@reyniersbram reyniersbram mentioned this pull request May 20, 2024
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