Need to program the Send Message Modal located in the InstructorDashboard class page.
Populate the teams list
Create a list for selected teams
Once teams are selected and a message is entered follow Send Message Instructions'
Instructions saving selected teams and attaching events to the button
Create a list that stores any team that has been selected
Create a function that takes the team as a parameter and adds the team to the selected list
Attach the function to an onclick event on the button and pass the team for that button as a parameter
Need to program the Send Message Modal located in the InstructorDashboard class page.
Instructions saving selected teams and attaching events to the button Create a list that stores any team that has been selected Create a function that takes the team as a parameter and adds the team to the selected list Attach the function to an onclick event on the button and pass the team for that button as a parameter
ONCLICK: https://docs.microsoft.com/en-us/aspnet/core/blazor/components/event-handling?view=aspnetcore-6.0 PASSING PARAMETERS TO ONCLICK: https://www.telerik.com/blogs/how-to-pass-arguments-to-your-onclick-functions-blazor
Do Later
Send Message Instructions
Recieve Message Instructions