I think this might be a bit too complicated for Bubble and I’ve been trying to wrap my head around this problem for the past few hours.
Basically, I’m trying to make my own version of this - https://www.pokersnowie.com/pftapp/index.html. it loads weird in a browser tab (some of the images are right in the middle of the screen so it blocks your view of the full web app) but just stay with me here.
And I THINK that I only need 3 pages that update dynamically with the appropriate content.
Walkthrough this with me:
- Click the link above https://www.pokersnowie.com/pftapp/index.html
- Click OPEN POSITION
- Click position 1
- Click “View Preflop Advice”
- It shows a unique chart
- Click the orange square S in the top left corner to bring you back to the main screen
- Click OPEN POSITION again
- This time click position 2
- Click “View Preflop Advice”
- It shows a different chart
So as you can see, there appears to only be 3 different screens (ACTION screen, POSITION screen, and then CHART screen). This equals 6 different charts that have to be displayed depending on the previous buttons clicked before it. I’m having trouble at this step.
My future problem stems from the fact that the buttons other than OPEN POSITION also have their own unique charts. I have 113 in total that will need to be dynamically displayed based on which buttons in the web app were pressed before it.
Does anyone have ideas on how I can create or organize this?
This question might be easier to understand if you’re a poker player.
Thanks,
Wes