I have a double glazing app and a user can;
- Create window
- Choose it’s layout style (this is the number of panes of glass)
- Choose if any of the panes of glass should open (Opener = Yes/No)
- Choose opener direction (Left, Right, Up, Down)
I can’t figure out how to do step 4. If anyone has 2 mins to watch this video of my setup/issue that would be amazing!
My DB set up is;
Datatype: Window
Style [option set list of styles 1x1, 1x2, 1x3 etc]
Datatype: WindowPanes
Field: Pane (option set list to choose a pane A1, A3, A3 etc)
Datatype: PaneOpener
Field: Opener = Yes/No
Workflow;
When a window pane is clicked, I have a popup which will allow the users to choose the direction of the opener. I don’t know how to ‘connect’ that opener direction with the correct pane. Also, if a user edits the openers direction, I don’t want a new pane to be created, the same window pane should simply have a new open direction.