Apologies for all the questions I’ve been asking, just learning the system. I have a few more questions, so I’ll leave them here to make things easier. For context, I’m working on an app designed for collectors (who collect anything really)
How can I create an inventory?
I want to create an inventory that allows users to upload items in their collections so they can keep track of what they have, write notes for their items, and have images and values ($) of their items. Keep in mind this wouldn’t be a stock keeping inventory, it would be more of a database that keeps track of users’ items. I want users to be able to have at least 100 items in their inventory at all time. This is difficult as the more the user uploads, the more the amount of rows will grow significantly. I’m looking for a way to be able to mass upload to one particular column without going over any limits. Is this achievable?
Message Chats and Profiles
How can I create personal public profiles for each user with badges and ratings/reviews? And how can I add an in-app user-user message function to each users profile?
Appreciate all the help