Selecting a category and assigning a list item to it

Hello,

Maybe someone could direct me on the right path:)

I’m building an app that has a default list of categories and the items in them. In the application, the user can also create his own categories and items in them. What I want to do is allow the user to select an item from the default category list and allow them to add it to their category list.

I have categories list
Screenshot 2023-01-30 at 18.25.01

List of items
Screenshot 2023-01-30 at 18.25.12

When user press button “+”, there a modal pop-up appear. User should can select his created category where he would like to add the selected item. This item should be displayed in user own categories list, also user should have ability to remove the item from the this list.

Screenshot 2023-01-30 at 18.26.13

Maybe someone could suggest to me how my collections set up should look and how I could achieve a needed result?

I read the forum, and watched videos, but can’t find the needed solution. I’m just stuck in this place and can’t move on.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.