From 5d252309fd1d3f536226c55e8745cf0cb2ee9e75 Mon Sep 17 00:00:00 2001 From: Noam Honig Date: Sun, 21 Apr 2024 14:06:47 +0300 Subject: [PATCH] updated todo --- projects/core/src/remult3/remult3.ts | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/projects/core/src/remult3/remult3.ts b/projects/core/src/remult3/remult3.ts index b633a91c9..2c54be219 100644 --- a/projects/core/src/remult3/remult3.ts +++ b/projects/core/src/remult3/remult3.ts @@ -814,21 +814,20 @@ export type ClassFieldDecorator = ( ) => void //y1 - https://discord.com/channels/975754286384418847/1230386433093533698/1230386433093533698 + //y1 - fix async hooks - was it fixed? +//p1 - consider upsert (where,set) +//p1 - consider id to also support keyof (id:['company','index']) -//p1 - prevent default in delete should not delete - and check proceed from there -//p1 - release solid start with example project +//p1 - reconsider update many, maybe the second parameter should be in a set option - break existing //p1 - add documentation for bun sqlite -//p1 - fix dark background to also work on groups + //p1 - describe entity //p1 - prepare the createEntity discussion -//p1 - fix async hooks + //p1 - write active record article //p1 - maybe add decorator comment in the readme as well (I heard you've lost me in decorators) - and improve the describeClass function //p1 - return error on connection error -//p1 - reconsider update many, maybe the second parameter should be in a set option - break existing -//p1 - consider upsert (where,set) -//p1 - consider id to also support keyof (id:['company','index']) //p1 - consider including the admin in the tutorial - and maybe even in the demo when we setup the api //p1 - @@ -837,7 +836,7 @@ export type ClassFieldDecorator = ( //p2 - create foreign key constraints in user code - https://codesandbox.io/p/devbox/fk-validator-tdshcs -//p1 - admin url1 - pocketbase use /_ for the admin //{allowed?:Allowed,url?:string} also checkout the admin* as it should probably be something else. +//p1 - admin url1 - pocketbase use /_ for the admin //{allowed?:Allowed,url?:string} also checkout the admin* as it should probably be something else and didn't work in hono //p1 - article auth.js with express - played with it, requires type="module" and a few more configurations - https://github.com/noam-honig/express-auth //y2 - fix validators cache