I don’t think it is more complex but I have been surprised at how complex this App has grown
I need to ‘pass’ data between an ecosystem of Apps (same base App, a private version for each customer) and writing to a shared table seemed the best alternative. I am just considering how I want to do this and the shared tables seemed like a reasonable alternative so I thought I would ask how others have approached this challenge.
Private App (M) is connected to many Private App (V)
Private App (V) is connected to many Private App (M)
Private App (M) never shares data with other (M)
Private App (V) never shares data with other (V)
M shares with many Vs
M never shares with Ms
Vs may share with multiple Ms but never the same data between multiple Ms
Vs never share with Vs
First question for you: when you deploy that many apps, would it be scalable if you want to make a change in features and have to do it in all apps? Is there a reason you don’t want to use just one centralized app?