FelixAkk / synthbio

Synthetic Biology project (Group 5/E, TU Delft, 2012)
4 stars 0 forks source link

Client: Migrate stuff to the simulation tab and finish it #82

Closed FelixAkk closed 12 years ago

FelixAkk commented 12 years ago

The simulation output, the simulation input, and the validation results. These can be moved to the simulation tab. Implies finishing the simulation tab.

Estimated time: 4 hours

FelixAkk commented 12 years ago

Work on this resumed in the tabs branch. Will be merged before the end of the weekend, else the work in there will be dropped again in favour of working on the final report.

nielsAD commented 12 years ago

I decided not to move simulation input, because it relies on the buttons a bit too much. Plus, I think the current location will do. Output chart and validation results are moved to tabs. Resizing/closing/styling needs to be done; @FelixAkk will see what he can do this weekend (you can use synthbio.gui.plotResize with optional w/h params).

jieter commented 12 years ago

Looks good.

I think the simulation input can benefit from some more horizontal width, which can be achieved by making the modal wider... the default width which fits is now 80s, which is quite low compared to the propagation delay of the gates, which is about 70s. Maybe we should not enable the user to adjust the input for every second, but only for 5s intervals or something like that...

FelixAkk commented 12 years ago

Ideally we'd like to give the user as much power as he can handle :P So I will try to fit that in there as well, with horizontal scrolling, so time is not limited by the element width. Will probably need to experiment with scrolling methods to make this behave nice and usable, but it'll be fun :)