I just jumped into Softr and am trying to build a client portal for contractors to track the delivery of orders, submit issues to our team and request products from our warehouse to be delivered to the construction site.
The big thing I am struggling with is have everything be based on the user sign in and the projects assigned to that user.
Here is the flow:
- An employee a Contractor A is assigned Project A and B.
- When they login they should only see Project A and B.
- When they click into a project we want them to only be able to see the items that are tied to that project.
- When go to submit an issue they should only be able to choose the projects assigned to them.
- When they want to release items from our warehouse to the construction site we want them to choose a project and then only be able to choose items attached to that project.
I am struggling to tie things to projects and projects to users. Am I missing something?