Skip to content

WIP: фильтрация отзывов у преподавателя#100

Merged
BatuevIO merged 7 commits intomainfrom
rating-ui-lecture-subject
Apr 11, 2026
Merged

WIP: фильтрация отзывов у преподавателя#100
BatuevIO merged 7 commits intomainfrom
rating-ui-lecture-subject

Conversation

@didu4
Copy link
Copy Markdown
Contributor

@didu4 didu4 commented Mar 22, 2026

Изменения

Реализую фильтрацию отзывов по предмету у преподавателей (В процессе)

Детали реализации

Check-List

  • Вы проверили свой код перед отправкой запроса?
  • Вы написали тесты к реализованным функциям?
  • Вы не забыли применить форматирование black и isort для Back-End или Prettier для Front-End?

Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/pages/LecturerPage.vue Outdated
Comment thread src/store/lecturerPageStore.ts Outdated
:first-name="lecturer?.first_name ?? 'Ошибка'"
:last-name="lecturer?.last_name ?? 'Ошибка'"
:middle-name="lecturer?.middle_name ?? 'Ошибка'"
:subjects="lecturerSubjects"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

В этом компоненте пропали предметы, потому что там они не computed. Давай все-таки твои чипы с предметами вынесем туда.

Comment thread src/store/lecturerPageStore.ts Outdated
Comment thread src/components/LecturerHeaderCard.vue Outdated
@BatuevIO BatuevIO merged commit 170cb67 into main Apr 11, 2026
2 checks passed
@BatuevIO BatuevIO deleted the rating-ui-lecture-subject branch April 11, 2026 12:19
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