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

Отображение закрепления преподавателей за студентами #479

Merged
merged 7 commits into from
Mar 20, 2025

Conversation

YuriUfimtsev
Copy link
Contributor

@YuriUfimtsev YuriUfimtsev commented Dec 16, 2024

Решение задачи, поставленной в #445.
Отображение имен "закрепленных" преподавателей реализуется в таблице курса.

Фронтенд будет обсуждаться 17 числа, поэтому пока Draft.

UPD: после обсуждения реализован следующий стиль отображения

@YuriUfimtsev YuriUfimtsev marked this pull request as draft December 16, 2024 00:32
@YuriUfimtsev YuriUfimtsev force-pushed the students-assigning-view branch from e9ca1dc to cd97bd6 Compare December 19, 2024 16:47
@YuriUfimtsev YuriUfimtsev marked this pull request as ready for review December 19, 2024 16:48
@DedSec256
Copy link
Contributor

@YuriUfimtsev, можешь решить конфликты?

@YuriUfimtsev YuriUfimtsev force-pushed the students-assigning-view branch from cd97bd6 to d1c01e6 Compare February 27, 2025 18:34

namespace HwProj.APIGateway.API.Models.Statistics
{
public class AdvancedStatisticsCourseMatesModel
Copy link
Contributor

Choose a reason for hiding this comment

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

точно ли нам нужна совершенно-новая модель?

Comment on lines 257 to 258
var getMentorsTask = _authServiceClient.GetAccountsData(mentorIds);
await Task.WhenAll(getMentorsToStudentsTask, getMentorsTask);
Copy link
Contributor

Choose a reason for hiding this comment

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

давай логику получения конкретных аккаунтов не будем выносить за рамки ApiGateway

@YuriUfimtsev YuriUfimtsev force-pushed the students-assigning-view branch from 2cf2e36 to 9376665 Compare March 19, 2025 14:50
@YuriUfimtsev YuriUfimtsev requested a review from DedSec256 March 19, 2025 15:30
@DedSec256 DedSec256 merged commit a346290 into master Mar 20, 2025
1 check passed
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