The personal inventory is the list of components already in a user's collection. Build out the component list allowing users to search for a specific component by various keywords, categories or filters. Allow user to add or remove that component from their inventory, including allowing users to specify how many of a certain component they have and where it is stored. In user_profile, the UserProfileComponentInventoryData is the "through" table that connects the user id with the component and contains other externalities like the number of components or personalized location (e.g. box / draw / cell, etc.)
The personal inventory is the list of components already in a user's collection. Build out the component list allowing users to search for a specific component by various keywords, categories or filters. Allow user to add or remove that component from their inventory, including allowing users to specify how many of a certain component they have and where it is stored. In
user_profile
, theUserProfileComponentInventoryData
is the "through" table that connects the user id with the component and contains other externalities like the number of components or personalized location (e.g. box / draw / cell, etc.)