Job Search App

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 Solved
0 4 259
1 ACCEPTED 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.

TeeSee1_0-1645503427838.png

 

View solution in original post

4 REPLIES 4

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.

TeeSee1_0-1645503427838.png

 

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.

Top Labels in this Space