commit | 1cff64ef2a73e97550cb37b76a1fa0f1d73c7c32 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Sat May 16 10:41:45 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Sat May 16 10:51:57 2009 -0700 |
tree | 5d4c4190295c9f868bec2dea616dbd70cea4f2b5 | |
parent | eb6db39ae7271754c7b62f1f0b7caf64cf74138a [diff] |
Refactor account preferences model By breaking the account preferences into their own object we can offer a settings screen that does only one RPC to change any of the settings, updating them all en-mass on the server side. It makes it easier to add new settings to the code, because we will only need to modify the database and the model, and not the RPC interfaces or their service implementations. Signed-off-by: Shawn O. Pearce <sop@google.com>