Page MenuHomePhabricator

Begin modularizing Herald field values
ClosedPublic

Authored by epriestley on Jul 9 2015, 4:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 6:08 PM
Unknown Object (File)
Sat, Mar 30, 12:02 AM
Unknown Object (File)
Thu, Mar 28, 7:09 AM
Unknown Object (File)
Mon, Mar 25, 1:51 PM
Unknown Object (File)
Feb 9 2024, 9:59 AM
Unknown Object (File)
Feb 9 2024, 9:24 AM
Unknown Object (File)
Feb 3 2024, 5:48 AM
Unknown Object (File)
Jan 27 2024, 3:12 PM
Subscribers

Details

Summary

Ref T8726. I'm primarily trying to modularize tokenizer values so we don't have to update JS to add a new one.

This is ultimately the blocker for "select" custom fields working in Herald.

This inches us toward that. I'm not modularizing conditions or control types in this round, but hope to end up with hard-coded conditions (which are highly general and very rarely change), hard-coded control types (which are also highly general and very rarely change) and completely modular fields and values (which have mid-to-low generality and change frequently).

Test Plan

Used UI to interact with "none", "text", and new-style "select" controls. No actual support for tokenizers yet.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Begin modularizing Herald field values.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Jul 16 2015, 8:39 PM
This revision was automatically updated to reflect the committed changes.