I am new - Reviews app

I am creating a review app and need some help separating reviews from the agents they are reviewing.

Currently I have 2 tabs.
Agents
Agent Reviews

I want the agent’s page to be able to submit reviews to another tab and I am not sure how to do that.

Next question can I link directly to an agent inside my app? I want to create a landing page of sorts on the public side of the app and I want to configure that page on the private side.

I want to create an admin area to my app can I make the user have to log in to see data about reviews but not be logged in to leave a review.

Hi Gera, welcome to the forum.
You can have the agent submitting reviews, I’d do that with a form.
Check this out: https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/forms

you can’t deep link at the moment, so, no, you can’t link directly to the agent inside the app.

For the admin app, you can either have an admin app, or user-based visibility.
Check this out: https://docs.glideapps.com/all/reference/privacy-and-per-user-data/user-specific-columns

Thanks for the feedback. Super helpful.

1 Like