-
Notifications
You must be signed in to change notification settings - Fork 35
Description
a new Party type is created that is effectively a subclass of Organization that adds:
- color
- is_write_in
- abbreviation
I'm not convinced on any of these fields being appropriate for inclusion and want to discuss their purpose & usage.
color
Parties (in the US at least) don't have official colors, red & blue have only been in use for the past. This seems like a property that should exist in applications using colors to represent parties, not in the core metadata.
Looking at Wikipedia, it does seem that some parties in other countries have official colors, but it is often more than one.
is_write_in
This doesn't feel like a permanent feature of a party either, as it would vary a lot election to election. Ballot access is a complicated thing, in general no party is guaranteed ballot access in a particular race, it usually depending on their showing in the last election. A good example here would be the US Green party which has ballot access currently in 19 states, but that changes year to year.
abbreviation
This could be a useful addition, but I also wonder if it is redundant w/ alternate names.
It might make more sense to have a recommendation that organizations have an alternate name added with a particular note set.
Open to being convinced on any of these, but wanted to start the discussion before we had an implementation.