Student Class Schedule

Greetings,

I am hoping to gather more information on how to create a student schedule viewer, similar to a Powerschool or Infinite Campus schedule view, within our website. All of our students will have logins to our website via the members tool in wix. We would like to ensure there is a way that when they login they can view their class schedule.

It is my understanding that the best way to do this would be through Dynamic pages. I have created the data table that includes their student ID, student name, and the student’s schedule, however I haven’t figured out how to make it so that each student can ONLY view THEIR schedule. I experimented with having a dynamic ITEM page so that the information can change, however I can’t figure out how to set it so that the students can only view the information associated with their student ID. If possible, please suggest any guidance as to how this can be achieved.

You can use beforeQuery( ) to filter the items in the backend to keep data confidential to other site members.