Pascal Kaufmann

Results 103 comments of Pascal Kaufmann

Prepared by AI, usable? `# Concept for Unchained Engine Getting Started Guide Based on my analysis of the Unchained Engine codebase, I've created a comprehensive concept for a developer-focused Getting...

Add https://github.com/unchainedshop/unchained/issues/633

Add https://github.com/unchainedshop/unchained/issues/554

@Mikearaya We need some changes here: 1. Only show exhaustive combinations, for ex. size:small&color:red. Don't show size:small&color:null cases (the first 5 in the screenshot below should be removed) 2. Show...

@claude please check the current state of the messaging system in unchained, think deeply about what could be improved, weighing advantages and disadvantages, come up with 3 different system designs...

- core-messaging and 3rd party libs have been removed - as messaging is mostly transactional and un-directional, additional states like read/unread and this kind of stuff should be solved by...

@claude please check the bulk import middleware and create a zod schema for all operations, then extend the bulk import endpoints with a streaming schema checker for the events. think...

Added streaming validation and the possibility to extend the default schemas

@claude what are the current issues with unchained and lambda / server-less compatibility? what needs to be done to accomplish this?

let's keep this simple, we just export runMigrations