Changes between Version 1 and Version 2 of PrefsRemodel


Ignore:
Timestamp:
Dec 8, 2010, 11:33:51 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrefsRemodel

    v1 v2  
    6060
    6161Let's call a set of dynamic prefs a '''configuration'''.
     62The idea is that a preference set consists of
     63
     64 * A single set of static prefs
     65 * One or more configurations;
     66 e.g. a config for "in use" and another config for "not in use".
     67 Or a config for time/day in a certain range, and another config
     68 for outside of that range.
     69
     70This raises a question: if we allow config selection
     71based on both in-use and time-of-day,
     72which one has precedence?
     73My inclination is to allow selection either by in-use
     74or time-of-day, but not both.
     75
     76== Time of day specification ==
     77
     78We may as well generalize time-of-day spec
     79to allow selection on a per-hour basis, rather than contiguous periods.
     80
     81== Custom prefs: summary ==
     82
     83If the user selects Custom, the editing GUI shows:
     84 * the static prefs
     85 * a radio button selection of
     86  * same prefs all the time
     87   * if selected, a single set of dynamic prefs
     88  * different prefs depending on time of day/week
     89   * if selected, a time-of-day selection interface,
     90   and two sets of dynamic prefs
     91  * different prefs depending on whether computer is in use
     92   * if selected, two sets of dynamic prefs
    6293
    6394== Venues ==
    6495
    65 == Implementation ==
     96== Backwards compatibility ==
    6697
    6798== Possible additions ==
     
    76107
    77108Static:
    78  * report results immediately
     109 * none that I can think of
    79110
    80111== Possible deletions ==