unitedstates/citation

Change `standardize` to `id`

konklone opened this issue · 1 comments

Instead of a standardize key that points to a callback returning an object of any "standard" keys, flatten and simplify it to an id callback that returns a standard ID for that citation type.

Much simpler to understand, doesn't prematurely optimize, removes confusion between things like id and law_id, and makes contributing new cite types easier.

Closed by cd3148c.