Page MenuHomePhabricator

Modularize all straightforward settings
ClosedPublic

Authored by epriestley on Jun 1 2016, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 3:19 PM
Unknown Object (File)
Sun, Apr 28, 6:19 AM
Unknown Object (File)
Wed, Apr 24, 11:07 PM
Unknown Object (File)
Fri, Apr 19, 4:45 PM
Unknown Object (File)
Wed, Apr 10, 12:23 AM
Unknown Object (File)
Apr 1 2024, 5:18 PM
Unknown Object (File)
Mar 31 2024, 1:09 AM
Unknown Object (File)
Mar 30 2024, 2:03 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.