You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of holding for example suggestedIndustries[] in the front end and in the db, one should call the db so that everything stays consistent and we don't violate foreign keys/ have to update the code twice for a single update.
This means creating models for each of the tables and providing basic selects.
Instead of holding for example suggestedIndustries[] in the front end and in the db, one should call the db so that everything stays consistent and we don't violate foreign keys/ have to update the code twice for a single update.
This means creating models for each of the tables and providing basic selects.