rainbow napkin rainbownapkin · she/her
  • Joined on 2025-09-24
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-16 08:25:53 -04:00
eb48b92551 Started work on migration UI. Improved email handling.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-16 07:41:43 -04:00
bddbd9cd36 More welcome wagon beautification.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-16 07:37:04 -04:00
cb3fc9bb91 Beautified launch printout
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-16 06:56:28 -04:00
6ae652b47c Updated login API to throw 301 when an un-migrated user attempts to login.
rainbownapkin opened issue rainbownapkin/canopy#188 2025-10-16 05:54:42 -04:00
Improve web-page templating sanatization.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-16 05:48:53 -04:00
66ec2fabc5 Added basic profile sanatization for legacy migration data.
rainbownapkin commented on issue rainbownapkin/canopy#162 2025-10-16 05:26:11 -04:00
Backend Account Migration Logic

Implemented Profile Migration Backend: 6cbb726764

rainbownapkin closed issue rainbownapkin/canopy#162 2025-10-16 05:26:11 -04:00
Backend Account Migration Logic
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-16 05:25:39 -04:00
6cbb726764 Implemented Profile Migration Backend
rainbownapkin commented on issue rainbownapkin/canopy#162 2025-10-14 02:36:34 -04:00
Backend Account Migration Logic

Canopy now prevents users from signing up with an email/username which is already present in the migration database: da9428205f

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-14 02:30:29 -04:00
da9428205f Prevented users from signing up with an email/username which was already present in the migration database.
rainbownapkin commented on issue rainbownapkin/canopy#161 2025-10-13 00:10:00 -04:00
DB Dump Ingester

Moved toke log to it's own DB collection w/ cached statistics. Tokebot statistics page-load time decreased by up to 20-30x: a1b602efdb

rainbownapkin closed issue rainbownapkin/canopy#161 2025-10-13 00:10:00 -04:00
DB Dump Ingester
rainbownapkin closed issue rainbownapkin/canopy#187 2025-10-13 00:08:25 -04:00
Create dedicated toke collection.
rainbownapkin commented on issue rainbownapkin/canopy#187 2025-10-13 00:08:22 -04:00
Create dedicated toke collection.

Moved toke log to it's own DB collection w/ cached statistics. Tokebot statistics page-load time decreased by up to 20-30x: a1b602efdb

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-12 23:49:30 -04:00
a1b602efdb Moved toke log to it's own DB collection w/ cached statistics. Tokebot statistics page-load time decreased by up to 20-30x
rainbownapkin commented on issue rainbownapkin/canopy#186 2025-10-12 19:14:14 -04:00
Create server-wide toke map.

Bad way of handling this. #187 makes more sense :P

rainbownapkin closed issue rainbownapkin/canopy#186 2025-10-12 19:14:14 -04:00
Create server-wide toke map.
rainbownapkin opened issue rainbownapkin/canopy#187 2025-10-12 19:13:44 -04:00
Create dedicated toke collection.
rainbownapkin commented on issue rainbownapkin/canopy#186 2025-10-11 09:50:53 -04:00
Create server-wide toke map.

Once toke logs are migrated to a dedicated portion of the DB, and tokebot profile pulls off of a minimized tokemap from the stats DB, we should consider caching certain server-side stats in RAM…