ehrumsey
  • Joined on 2024-12-22
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-27 23:37:40 -05:00
136b58c44f Add /tasks route to load all tasks.
5fddf2f394 Create seeding script.
b6c6f74576 Add drizzle-seed and faker-js for database seeding.
b68935a11e Update getAll() method to include relations.
0331042b8b Change return value of getAll() failure.
Compare 10 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-26 17:30:08 -05:00
60f87472a1 Add task related tables.
009b1925e6 Add logger and gitignore output.
2c3f9be58f Add pino and pino-pretty.
c8560810fc Formatting pass.
Compare 4 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-25 17:22:11 -05:00
eb6c1a84b7 Add schema to db.ts.
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-25 16:03:04 -05:00
daa85abc8c Fix invalid SQL syntax for index creation.
7cb0621585 Get drizzle-kit working.
1fcddc2892 Change .gitignore to ignore all ".db" files.
cea75fcf85 Add dprint config.
862cf4fe5d Add drizzle.config.ts.
Compare 6 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-25 00:41:54 -05:00
86fdbb9ac5 Add recordTypes schema file.
bd01e0223d Add drizzle.
Compare 2 commits »
ehrumsey created branch dev in ehrumsey/tiqued 2025-09-25 00:41:54 -05:00
ehrumsey pushed to main at ehrumsey/tiqued 2025-09-25 00:09:16 -05:00
d347ec21d1 Initialize Sveltekit.
ehrumsey created repository ehrumsey/tiqued 2025-09-25 00:02:02 -05:00
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-13 11:27:39 -05:00
6f55c892c2 Fix exports for fold
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-13 11:18:26 -05:00
b71d39c845 Add Option fold and methods/functions for Option/Either conversion
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-12 00:37:05 -05:00
a23edf3605 Fix error typing in AsyncDoEither
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-11 23:51:25 -05:00
fb9a69adc2 Fix AsyncDoEither errors
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-09 01:07:16 -05:00
cb6c80c12e Increment minor version
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-09 01:03:33 -05:00
de0160fd9e Add AsyncDoEither class
07a74315e1 Add bindL to DoEither
Compare 2 commits »
ehrumsey created branch rework in ehrumsey/sprout 2025-06-07 21:31:37 -05:00
ehrumsey pushed to rework at ehrumsey/sprout 2025-06-07 21:31:37 -05:00
9e0463657e Initial commit
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-07 20:55:18 -05:00
d88075c169 Initial commit
ehrumsey created branch master in ehrumsey/fp-lib 2025-06-07 20:55:17 -05:00
ehrumsey created repository ehrumsey/fp-lib 2025-06-07 20:48:56 -05:00
ehrumsey pushed to feature-prompt at ehrumsey/cli-framework 2025-06-03 17:08:44 -05:00
eb7f59e19b Progress on select-options (more)