How to Dynamically Sort a Repeating Group in Bubble.io

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 12

  • @MohamedMarzok-y8z
    @MohamedMarzok-y8z 5 місяців тому +1

    Best bubble channel

  • @harrywitt5904
    @harrywitt5904 5 місяців тому +2

    Could you please look at my question on your video about remove bg api

  • @AIAnimation254
    @AIAnimation254 5 місяців тому +1

    Sir I want to build OTT streaming resizeable app like Netflix and prime video but my streaming app is free can you make a playlist on this topic how to create a streaming app on bubble from login page to favorites page and search option and download page and other important pages and important functions. Please Sir make a playlist on this topic please 🥺🥺

    • @NoCodeAcademy
      @NoCodeAcademy  5 місяців тому +1

      Hi you might look into these plugins:
      bubble.io/plugin/mux-video-uploader-1704114377756x584247418814988300
      bubble.io/plugin/videojs-advanced-1608469100580x213930232373051400
      They have capabilities to help your streaming service running smooth. As far as any other functionality, it is a matter of (1) identifying your UI screens for login, search, favorites, download, etc and then build them in Bubble and then add functionality.
      The above steps are the fundamentals of Bubble skills and if you're looking to improve those, you might try www.nocodeacademy.co/7-day-learn-bubble-challenge-ux-ui-designers it is a free 7 day challenge to improve your Bubble skills.

    • @AIAnimation254
      @AIAnimation254 4 місяці тому +1

      Thank you so much for that but these plugins are paid and I want to build my OTP platform platform completely free because I cannot afford them because of my family financial problem but I want to become a developer can you make a video with completely free plugins please sir please

    • @NoCodeAcademy
      @NoCodeAcademy  4 місяці тому +1

      Hi @@AIAnimation254 with financial considerations being a concern, one idea to overcome them is you might try reaching out to the plugin developers explaining your situation and ask if they would be willing to offer a discount or perhaps even provide their plugin for free based on where you live and what your situation is.
      Because no matter what, if you are providing an application to the world for their use, you will want something that functions well or else people will simply go somewhere else and not use your app.
      Hence, these plugins were recommended not because of their price tag but because of their ability to help provide the type of service it seems you are aiming to provide. Hope that helps.

    • @AIAnimation254
      @AIAnimation254 4 місяці тому +2

      Thanks sir I try my best.

  • @FabianDominguezGarcia
    @FabianDominguezGarcia Місяць тому

    but that's not filtering by, that's sorting...

    • @NoCodeAcademy
      @NoCodeAcademy  Місяць тому

      Fair enough - agreed I could have been more precise in the wording, thanks for pointing it out

    • @FabianDominguezGarcia
      @FabianDominguezGarcia Місяць тому

      @@NoCodeAcademy i like your videos, i'm just struggling to find how to filter a repeating group with the option chosen in a dropdown.. in my case it's a location (i.e. a state), which should then do a search for the elements that are in the chosen state and only show that in the repgroup... :(

    • @NoCodeAcademy
      @NoCodeAcademy  Місяць тому

      ​@@FabianDominguezGarcia thanks, let's see if this points you in the right direction.
      1 - your repeating group has a list of whatever is it you're showing
      2 - set a conditional on it in the top right conditional tab that when the dropdown has a value, then the source of the data for the repeating group is to be updated, you need a baseline of applying conditional statements for this, but it's if-then or as bubble calls it "when-then"
      3 - as you build the blue expression for the new source of data when the dropdown has a value in it, do a search for all of whatever it is you're showing, then click "+ Add a new constraint" in that search and you'll need a field on the data type that is related to the state (maybe the name of the state?), where the name is equal to the value of the dropdown. I.E. the dropdown is selected to Colorado and thus, only items of that data type with a State field value that equals Colorado will show.
      Hope that helps. Good luck.