Class App - Assignments for each sign in user

Hi, I’m working on an app for my class. I’m trying that each student will be able to sign in using his Gmail account, and while having all the generic stuff (schedule, events etc), I want that each student will be able to add his own assignments and that it won’t be visible to everyone. How can I do that?

Hi there you have a few options
You can set up filters for the components on the layout screen

Here’s an idea on how to do it Conditions, Filtering, and Visibility | Glide Docs

You can also use row owners in your table to prevent students from viewing each others profiles

While this you can still make sure, you, the admin can view all the data

I made a video that explains the idea:

2 Likes