hbarton2 / cscd350-f24-CodeCain

2 stars 2 forks source link

CLI to GUI Syncronization Visually #51

Closed AaronWB closed 4 days ago

AaronWB commented 1 week ago

Description: When adding a class in the CLI and saving it, then when loading into the GUI the classes are not visually represented. Time Est: 3 hours Extra Comments: Might need to incorporate the postion of each class box inside the ClassInfo object as a starting point. Current Editor: Aaron Williams-Breth

AaronWB commented 4 days ago

Time Logged: 2 Hours Extra Comments: Had to do it twice pretty much do to us switching from swing to JavaFx. When the GUI is loaded it checks the classmap to create its ClassNode's. We still need to implement the ClassNode positional algorithm so they dont overlap.