Strategy for preparing user data
For situations where user's data should have preallocated rows, for instance two created bank accounts with specific names, is it better to handle that on user register or provide the user checklist to complete profile/setup? User's should still be able to add other accounts too.
I'm concerned if I start to have alot preallocated across different tables, managing the updates for existing user's from the backend may be a pain but does give more control over correctness of data.
Does anyone have experience with something similar or suggestions?
1 Reply
stormy-goldOP•17mo ago
Sorry, I guess this isn't really Tanstack Query specific but id love to pick someone's brain on the topic