impress/spec/models
Emi Matchu f6f618c9d5 Add Item.is{_not}_modeled scopes, for use in search later
We're now caching `predicted_fully_modeled?` on the database record, so
we can query by it in the database!

I'm moving on from the model I did in Impress 2020, of writing really
big fancy single-source-of-truth queries based on the assets themselves.

I see the merit of that in terms of theoretical reliability, but in
practice I think it will be *more* reliable to have one *in-code*
definition of modeling status (which we need anyway for generating the
homepage modeling requests), and just save that in a queryable way.
2024-11-19 15:52:52 -08:00
..
color_spec.rb Improve Solargraph LSP in our spec files 2024-11-19 11:28:36 -08:00
item_spec.rb Add Item.is{_not}_modeled scopes, for use in search later 2024-11-19 15:52:52 -08:00
pet_spec.rb Improve Solargraph LSP in our spec files 2024-11-19 11:28:36 -08:00
pet_type_spec.rb Improve Solargraph LSP in our spec files 2024-11-19 11:28:36 -08:00
species_spec.rb Improve Solargraph LSP in our spec files 2024-11-19 11:28:36 -08:00