Hello there,
So, I’m having this inconvenient. And I want to make it right from the beginning.
In my app, you ask for insurance quotes. Many of the proposals, will be uploaded by me. So this is log
User Signs up
User requests a quote on home insurance
User can request a quote on business insurance, auto insurance, etc…
Admin uploads proposals to that quote request, for the user to compare.
Now I have a table for each kind of insurance
For those who don’t know spanish, it’s
Home
Auto
Business
Quotes Request Table (to assign a number to each home, auto business quote request)
Proposed Quote (to save each insurance carrier proposal, to each requested quote)
But i don’t know how to make a new entry in “quotes reques table” every time a new home, auto, business request quote entry is created.
Let me tell you the planned UX
I want to list in user’s profile the a list of the requested quotes, regardless the branch of insurance. That’s ok because i can in each table (home, auto, business) have the “user id field” to be filled with “current user”
BUT
PROBLEM Ai can’t create a repeating group listing data from different tables.
And I want a page only accesible by “admins” where I want to see a list of all these requests from every user who requested them. In order to “upload” insurance proposals to each of them (kind of a back end)
PROBLEM B When I try to make a repeating group, listing every request from any user in order to assign proposals to it
Maybe I’m in the correct path, maybe not. Please, Experienced bubbles, could you tell me how you would do this?
Thanks in advance!