Page MenuHomePhabricator

Modularize all straightforward settings
ClosedPublic

Authored by epriestley on Jun 1 2016, 5:26 PM.
Tags
None
Referenced Files
F13322738: D15999.diff
Fri, Jun 14, 11:36 AM
F13317419: D15999.diff
Thu, Jun 13, 9:25 AM
F13303158: D15999.diff
Sat, Jun 8, 6:23 AM
F13301868: D15999.id.diff
Sat, Jun 8, 3:39 AM
F13286304: D15999.diff
Tue, Jun 4, 6:58 AM
F13253329: D15999.diff
Sat, May 25, 2:35 AM
F13230897: D15999.diff
Mon, May 20, 11:24 PM
F13224710: D15999.id38509.diff
Sun, May 19, 10:20 AM
Subscribers
None

Details

Summary

Ref T4103. This tackles all the easy stuff. Not yet handled:

  • Translation, pronoun, timezone: these are weird and stored on the User object instead of in settings.
  • Conpherence default: actually just missed this one, it's normal.
  • 1000 dropdowns for email notification preferences (messy, technically).
Test Plan

wow look at all these settings

Screen Shot 2016-06-01 at 10.10.46 AM.png (1×1 px, 344 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Modularize all straightforward settings.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

Is there no grouping anymore?

chad edited edge metadata.
This revision is now accepted and ready to land.Jun 1 2016, 6:01 PM

I just haven't written the grouping part yet. I'm doing one huge form first to make sure all the controls work, then I'll deal with grouping stuff.

This revision was automatically updated to reflect the committed changes.