Hi ! I’d like to create a website that heavily relies on the possibility for users to log in, add data (automatically) to a database, and see another set of information depending on the data they’ve sent.
For instance, I’d like A to be able to input info ‘a’, a parallel service using the function ‘f(x,D)’, (exploiting ‘D’, being all the data ever received by not only A but also other users) and then A being able to see the results f(a,D), meanwhile B could input ‘b’ and receive f(b,D)… And such.
A critical point is that our ‘f’, which can be considered as an admin access, can use data from everyone anonymously, but then A couldn’t see ‘b’ or any other simple user’s inputs.
Any idea on how to build such a database relationship on Wix ?
Many thanks in advance !