In my app, I use option sets to show a list of videos for my users to watch. The reason I use option sets is because all users see the same videos.
However, I want to add the option for users to mark a video as “completed” when they finish it.
How do I implement this concept (efficiently) in bubble??
I know I can likely create a data set for each individual user, and then include a video & “yes/no” value, then change the “yes/no” value to “yes” when the users marks the video as completed, but I wanted to see if anyone really good/experienced in bubble knew a better way to do it. (it seems like this isn’t the best way to do it lol)
Any help is greatly appreciated, Thank You!!