# Inventory/Chats/Profiles

**URL:** https://community.glideapps.com/t/inventory-chats-profiles/50422
**Category:** Ask for Help
**Created:** [September 29, 2022, 8:51am UTC](https://community.glideapps.com/t/inventory-chats-profiles/50422 "2022-09-29T08:51:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![CollectorHub](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/collectorhub/32/48481_2.png) [@CollectorHub](https://community.glideapps.com/u/CollectorHub)
#### Post date: [September 29, 2022, 8:51am UTC](https://community.glideapps.com/t/inventory-chats-profiles/50422/1 "2022-09-29T08:51:05Z")

</div>

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 🙏

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 30, 2022, 12:02am UTC](https://community.glideapps.com/t/inventory-chats-profiles/50422/2 "2022-09-30T00:02:17Z")

</div>

> [@CollectorHub](#):
>
> 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?

Well @Darren_Murphy might be able to present you with a JSON solution, but I imagine the process to add/edit/delete will be pretty cumbersome and that’s not the best data structure in the long run… If you can charge your users to use the app, that can cover your cost to upgrade to higher level plans, and allow you to have a better structure of data.

> [@CollectorHub](#):
>
> How can I create personal public profiles for each user with badges and ratings/reviews?

What exactly do you want each user to have? A public page that anyone can view and leave ratings/reviews?

> [@CollectorHub](#):
>
> And how can I add an in-app user-user message function to each users profile?

> **[No-Code App Templates - Create Customizaable Apps Without Coding | Glide](https://www.glideapps.com/templates)**
>
> Browse 100+ free, ready-made templates and business apps that you can customize to your needs quickly without code.

Check out this template by @Robert_Petitto

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [September 30, 2022, 12:27am UTC](https://community.glideapps.com/t/inventory-chats-profiles/50422/3 "2022-09-30T00:27:32Z")

</div>

My Our Forum template also has an example of badging. I should probably create a template JUST for leveling up and earning badges.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [September 30, 2022, 12:50am UTC](https://community.glideapps.com/t/inventory-chats-profiles/50422/4 "2022-09-30T00:50:23Z")

</div>

> [@ThinhDinh](#):
>
> Well @Darren_Murphy might be able to present you with a JSON solution, but I imagine the process to add/edit/delete will be pretty cumbersome and that’s not the best data structure in the long run…

hehe, yes. Manipulating a large JSON structure in Glide is a bit cumbersome, and not something I’d recommend as a general use case. I think the technique I’ve developed is good for a small subset of use cases, but definitely not a one size fits all.
