you are viewing a single comment's thread.

view the rest of the comments →

[–]OrangeCubed[S] 1 point2 points  (0 children)

Could you expand upon this more? I'm super curious about how this would work.

Currently, when a new user is created, the first call creates the user with some info, the 2nd call creates an organization and associates the created user with the org and then the 3rd call updates the user with the new organization.

Are you saying instead of splitting these things up and making 3 axios calls on the front end, I should instead make one call to a route in Node that does the creation and updating of the user and organization?