FelixAkk / synthbio

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

Server: Read new CSV inputs #87

Closed tvanhelden closed 12 years ago

tvanhelden commented 12 years ago

Make sure we can read the input csv file for the presentation. First get example file.

jieter commented 12 years ago

I propose to add a second option in the input dialog: a textarea to paste the csv file in.

What do you think?

nielsAD commented 12 years ago

Sounds good.

atennapel commented 12 years ago

Made an attempt 0f94e92ed463b3f05a92a1d57ba48afb494c5146

jieter commented 12 years ago

@atennapel why to json? Why not support the csv as part of the simulationInputs? Converting to JSON serverside make no sense...

atennapel commented 12 years ago

Yea I just realized how silly that is. It should be client side. But shouldn't the conversion still be to JSON, then the settings can be extracted and put into the inputs dialog.

jieter commented 12 years ago

I propose just passing on the csv in the json, as an alternative to the definition we came up with...

jieter commented 12 years ago

I am busy factoring the SimulationSettings out of circuit, supporting this issue serverside in the process...

jieter commented 12 years ago

Todo:

jieter commented 12 years ago

Fixed...