impress/.devcontainer
Emi Matchu 470c805880 Save last trade activity time onto User
In impress-2020, we do a big slow query to figure out which users have
been active in trades recently. Now, we cache that timestamp on the
User model.

This won't have any immediate effect; it's to clear the way for Classic
DTI to receive the better trade ratios feature people like from 2020.

I also added some unit testing infra because I finally wanted it! for
all the ways you can trigger this timestamp lol

Note too that this is a bit of an unusually complex migration, but my
hope is that the batching and query structure and such helps it run
surprisingly fast! 🤞
2024-01-19 00:00:46 -08:00
..
Dockerfile [WIP] Build a dev container 2023-10-25 11:46:14 -07:00
create-db.sql [WIP] Build a dev container 2023-10-25 11:46:14 -07:00
devcontainer.json Save last trade activity time onto User 2024-01-19 00:00:46 -08:00
docker-compose.yml [WIP] Build a dev container 2023-10-25 11:46:14 -07:00
post-create.sh Build wardrobe-2020 JS during dev container setup 2023-10-26 21:39:42 +00:00