-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
e9ca1dc
to
cd97bd6
Compare
@YuriUfimtsev, можешь решить конфликты? |
cd97bd6
to
d1c01e6
Compare
|
||
namespace HwProj.APIGateway.API.Models.Statistics | ||
{ | ||
public class AdvancedStatisticsCourseMatesModel |
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.
точно ли нам нужна совершенно-новая модель?
var getMentorsTask = _authServiceClient.GetAccountsData(mentorIds); | ||
await Task.WhenAll(getMentorsToStudentsTask, getMentorsTask); |
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.
давай логику получения конкретных аккаунтов не будем выносить за рамки ApiGateway
…eFilterRepository, CourseFilterService, StatisticsController; create new models and dto
2cf2e36
to
9376665
Compare
Решение задачи, поставленной в #445.
Отображение имен "закрепленных" преподавателей реализуется в таблице курса.
Фронтенд будет обсуждаться 17 числа, поэтому пока Draft.
UPD: после обсуждения реализован следующий стиль отображения