cassandra-project / platform

The CASSANDRA platform
Apache License 2.0
8 stars 2 forks source link

Simulation Parameters | Calendar, numberOfDays #114

Closed fgiannar closed 11 years ago

fgiannar commented 11 years ago

If user doesn't fill in start date of distribution then a run cannot be created. Maybe calendar should not be optional or default value for start date could be today.

kyrcha commented 11 years ago

@diou Need your input on that. What do you think?

diou commented 11 years ago

I assume you mean 'start date of simulation'. Having today as the default date seems very reasonable to me.

kyrcha commented 11 years ago

So @fgiannar how do you suggest we do this? You send nothing and we do it on the server? Or send the current day if the user does not select any date? Or always have the current day preselected?

fgiannar commented 11 years ago

I would say having the current day preselected so that the user knows that this is the default value. Also it's pretty easy to implement.

kyrcha commented 11 years ago

OK