Changes between Version 8 and Version 9 of PrefsUnification
- Timestamp:
- Dec 9, 2014, 11:53:30 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrefsUnification
v8 v9 12 12 '''Computing allowed while the computer is in use''' 13 13 14 This differen tcreates confusion among volunteers.14 This difference creates confusion among volunteers. 15 15 It would be good to unify the description of prefs between Web and GUI. 16 16 17 17 The two approaches could be called "negative" (when not to compute) 18 18 and "positive" (when to compute) respectively. 19 20 Negative: 19 The negative would read like: 21 20 22 21 '''Compute all the time, except when the computer is in use, OR the CPU load is > .25, 23 22 OR the time is between 9:00 and 17:00. 24 23 25 Positive:24 which in the positive approach would be: 26 25 27 26 '''Compute whenever the computer is not in use AND the CPU load is < .25 … … 30 29 Which is clearer and more intuitive? 31 30 It's kind of a toss-up, except that I think that it's more natural 32 to express time-of-day and time-of-week prefs positively.33 That's how it'sstored in the DB,34 and it would be a pain to invert itin the UI.31 to express time-of-day and day-of-week prefs positively. 32 That's how they're stored in the DB, 33 and it would be a pain to invert them in the UI. 35 34 36 35 Whichever way we choose, we need to say things precisely. … … 39 38 * It doesn't explicitly say whether computing is allowed when the computer is not in use. 40 39 * Saying that computing is allowed whenever the computer is in use is not necessarily true; 41 other preferences might disallow computing .40 other preferences might disallow computing then. 42 41 43 42 More precise wording would be: … … 52 51 * "Idle" means no mouse or keyboard input in last X minutes 53 52 54 Negative prefs would look like:53 or expressed negatively: 55 54 * Run tasks all the time except when 56 55 * [x] the computer is on batteries (laptops only)