-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add assest and kits to exisiting booking #1364
base: main
Are you sure you want to change the base?
feat: add assest and kits to exisiting booking #1364
Conversation
…ajeshj11/shelf.nu into feat-1245-add-assets-to-create-booking
@DonKoko please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made the first review. This still needs a lot of work in terms of code quality.
I did some quick tests and in terms of functionality it works good, but seeing how many things changed also in different places that can affect many other unrelated features, so if we keep the current approach, it will require lots of more testing.
Please check the comments I have made and address them and once its done I can make another review.
…ajeshj11/shelf.nu into feat-1245-add-assets-to-create-booking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already way better but still some changes pending.
app/routes/api+/model-filters.ts
Outdated
organizationId, | ||
OR: [{ id: { in: (selectedValues ?? "").split(",") } }], | ||
}; | ||
|
||
const genericKeys = ["deletedAt"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am having trouble understanding this. Can you explain why you are doing it and add some annotations. Then we can maybe see if there is a better way to manage it.
…ajeshj11/shelf.nu into feat-1245-add-assets-to-create-booking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files are still not as I like them
…ajeshj11/shelf.nu into feat-1245-add-assets-to-create-booking
closes #1245