Question About User Profile Functionality in Mushroom ID App

Hi,

I am developing a mushroom identification app and encountered an issue. I’ve watched the user’s video twice, but I don’t see the same options that were shown, I don’t have the list of items, only one user that I created. In the app, should the user’s profile allow them to take a picture and upload it for identification and the bot response with an answer, or is the profile just for login and account details?


These columns should not be user-specific. They can just be basic columns.

Can you let us know what video did you watch? What do you mean by “the bot responses with an answer”?

I recently watched these videos:

Do I need to create two separate sections for users in my app—one for their profile and another for uploading and scanning mushroom images, where the AI provides identification details? How do I create AI response and user interact with AI? I got this error message so I have to delete one link.
An error occurred: Sorry, new users can only put 2 links in a post.

Thanks Thinh,
I will update to not user specific, I was following the video and compared the layout in the video.

Do you intend to have users stored their scans? If yes, you can just have a new table to store it, something like this:

User ID Image link AI Analysis of that image

If not, you can have a column right in their user profiles and allow them to upload there, then the AI column runs on top of that image column.