Re: [Mrbs-general] MRBS-xp / switching views
Brought to you by:
jberanek
|
From: Mark B. <mar...@lt...> - 2001-02-23 12:46:25
|
Oops, forgot to RE: all Daniel Gardner wrote: > > > While we could just fix the minicals to go to the same view, I would rather > > hear some more general suggestings about integrating the week and month view. > > Best would be ideas that don't require major changes to the interface or > > implementation (like cookies). > > quite a while ago i think there was discussion about having a > table which held user preference data... something that should be > generic enough that any "preference" type thing could be stored > in there. this could be a good time to get the idea out again. I prefer the idea of a user_preference table over cookies for several reasons. Cookies will have to be re-configured if the user connects from different locations/computers. A user_preference table, if properly structured, could contains lots of different preferences. -Mark |