1
0
Fork 1
impress/lib/tasks
Emi Matchu 97ffffb67a Add configurable full name field to alt styles
Sigh, the "Valentine Plushie" series is messing with me again! It
doesn't follow the previously established pattern of the names being
"<series> <color> <species>", because in this case the base color is
considered "Valentine".

Okay, well! In this change we add `full_name` as an explicit database
field, and set the previous full name value as a fallback. (We also
extract the generic fallback logic into `ApplicationRecord`, to help us
express it more concisely.)

We also tweak `adjective_name` to be able to shorten custom `full_name`
values, too. That way, in the outfit editor, the Styles options show
correct values like "Cherub Plushie" for the "Cherub Plushie Acara".

I also make some changes in the outfit editor to better accommodate the
longer series names, to try to better handle long words but also to
just only use the first word of the series main name anyway. (Currently,
all series main names are one word, except "Valentine Plushie" becomes
"Valentine".)
2025-02-15 21:52:47 -08:00
..
neopets Add configurable full name field to alt styles 2025-02-15 21:52:47 -08:00
.gitkeep rails 3 2010-05-14 18:12:31 -04:00
db.rake Improve Unicode support, emojis don't crash us anymore lol! 2024-02-28 18:54:27 -08:00
items.rake Use PetType's created_at to predict who an item might be compatible with 2024-11-19 16:41:50 -08:00
pet_types.rake Add pet_types:guess task to guess poses for Invisible etc pets 2024-09-13 18:12:28 -07:00
pets.rake Output JSON from rails pets:load[pet_name] 2024-10-21 14:03:56 -07:00
public_data.rake Ensure rails public_data:pull doesn't use SSL for localhost 2024-07-07 17:21:54 -07:00
swf_assets.rake Save manifest load info when preloading them, too 2024-02-25 16:02:36 -08:00