I want to create a job search app like priceline but for jobs. I've created the data tables and UX. I want the individual user only to see jobs that they set filter for. The user can only see his current searches. I want the employee to apply for the job and the employer gets a list of potential candidates. I written apps but I never had it user specific. Can someone guide me on how to start that part? I'm trying to create the user app.
Solved! Go to Solution.
you do not necessarily create a slice.
security filters are applied to source tables.
you can of course add another layer of filters on your slices.
It all depends on your use cases.
You can start from here
https://help.appsheet.com/en/articles/1128148-limiting-users-to-their-own-data
Set filter for employees and OR the filter so that employer will see everything (candidates)
Something like the following...
OR (
[applied by] = USEREMAIL(), <- this limits the employee to see only their own data
IN(USEREMAIL(), LIST(HERE a list of users with admin privilege)) <- if you are in the list, you see all of the application data
)
So should I create a master list with everything, then create a slice that will limit only to the user?
you do not necessarily create a slice.
security filters are applied to source tables.
you can of course add another layer of filters on your slices.
It all depends on your use cases.
I need to make a pursuit of Jobs application like priceline yet for occupations. I've made the information tables and UX. I need the singular client just to see occupations that they set channel for. The client can see his flow look. I believe the representative should go after the position and the business gets a rundown of possible competitors. I composed applications however I never had it client explicit.
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |