Currently I have a DB of budgets, clients and workshops. When I generate a customer demand I have to quote the value in the workshops and then choose the best cost x benefit and pass it on to the customer.
What I want to do is generate a link to the workshop type www.meusite.com.br/orcamentos/$$@#@@##2252525234. This hash would be the budget ID and when entering the link it will have to enter the CNPJ (this one I have in the DB). So it will enter the values and conditions and record. I'll get a notification and step into the client.
I'm developing in Laravel and VueJS. I would like to know if this is feasible, I do not want the workshops to have a login system on the site.
Did you understand?
Thank you guys!