at 15:15, I ended work for the day (3.5hr)
The sociodemographic page now has a drop-down menu for students to choose
between the following:
- Freshman
- Sophomore
- Junior
- Senior
- Graduate/Other
"Other" was included just to cover any other options one would want to
choose.
I attempted to implement the Location class today. the only problem I
encountered is that almost every component we have automatically initializes
itself, which happens before I can give them new arrays of locations. The
result is that they all take the default array of locations, rather than the
one passed to them by their parent components.
Tomorrow I will fix this. I think moving assignments into the preinitialize
field should help.
On Wed, Jul 15, 2009 at 12:04 PM, Kalin Jonas <kj...@as...> wrote:
> Today I began talking to Seema and planning what to do at 11:45 am.
> Today I am planning to implement the requested feature that selects between
> Freshman/Sophomore/Junior/Senior for the Socio-Demographic page.
> I will also include Graduate, which should just about cover all options
> they would want to put in.
> after this, I will be working primarily on implementing the Location class,
> and using it to input values based on which bays are there.
> This should clear up the problems such as incorrect maximums and minimums
> for number of fish or people in each bay.
>
|