impress/app
Emi Matchu a1066d9c8a Add translated item fields directly to the Item model
Like with Species, Color, and Zone, we're moving the translation data
directly onto the model, and just using English. This will simplify
some of our queries a lot (way fewer joins!), and it's what Neopets
does now anyway, and I have a secret hope that removing the complexity
along the codepath for `item.name` might help speed up large item lists
if we're lucky?? 🤞

Anyway, this is the first step, performing the migration to copy the
data onto the `items` table, making sure to keep them in sync for the
2020 app for now!
2024-02-20 15:25:03 -08:00
..
assets Add "first seen" timestamps to item pages 2024-02-20 14:32:45 -08:00
controllers Remove old unhelpful comment in item search 2024-02-20 14:58:01 -08:00
helpers Add "first seen" timestamps to item pages 2024-02-20 14:32:45 -08:00
javascript Oops, I missed a syntax error lol 2024-02-08 10:48:45 -08:00
mailers/fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
models Add translated item fields directly to the Item model 2024-02-20 15:25:03 -08:00
services Fix minor indentation inconsistency 2024-02-18 20:41:42 -08:00
views Add "first seen" timestamps to item pages 2024-02-20 14:32:45 -08:00