Josh Smith
Josh Smith
hm i'm okay adding this but i'm not too much a fan of the extra scores table i think i'd rather have something like adding a column to the existing...
Ahhh sorry I misread - @tsunyoku the scores table is still used, this is just an extra table for tracking the foreign scores - we wouldn't need to join the...
Will be moving all this api stuff to gulag soon, have already started work on it.
Note that most of the API is now complete under the devel branch of gulag, feel free to move to the new handlers & remove the old api blueprint here....
+1 👍🏻 hope this gets merged!
> 1. The description attribute from argparse is now called help and has been renamed. Could you link documentation for this? Py docs still show `description`: https://docs.python.org/3.11/library/argparse.html I find it...
I like the idea overall -- eventually I'd like to introduce a rework of the scores schema to allow for soft-deletion, so you don't need to effectively delete evidence by...
> but that might increase complexity since it requires a user stats recalc on that user though. stats recalc will be required regardless if removing scores
> > eventually I'd like to introduce a rework of the scores schema to allow for soft-deletion, so you don't need to effectively delete evidence by hard wiping the data...
Diffs observed from generating the base schema ``` INFO [alembic.autogenerate.compare] Detected removed table 'relationships' INFO [alembic.autogenerate.compare] Detected removed table 'startups' INFO [alembic.autogenerate.compare] Detected removed index 'nmapsets_id_uindex' on 'mapsets' INFO [alembic.autogenerate.compare]...