feat: add seating plan drag and quick assessment
This commit is contained in:
@@ -243,6 +243,11 @@ public partial class GroupDetailViewModel : ObservableObject
|
||||
PlanningTab = planningTab;
|
||||
CompetencyOverviewTab = competencyOverviewTab;
|
||||
SeatingPlanTab = seatingPlanTab;
|
||||
SeatingPlanTab.OnAssessmentChanged = () =>
|
||||
{
|
||||
ParticipationTab.LoadSessions();
|
||||
ParticipationTab.RefreshCurrentGrid();
|
||||
};
|
||||
}
|
||||
|
||||
public void LoadGroup(Guid id)
|
||||
|
||||
Reference in New Issue
Block a user