Yam Borodetsky

Results 30 issues of Yam Borodetsky

### Description Rearranged the architecture into layered architecture. For context see the added ARCHITECTURE.md file. --- ### PR Checklist - [x] Read the Developer's Guide in [CONTRIBUTING.md](https://github.com/agnyz/bedstack/blob/main/CONTRIBUTING.md) - [x] Use...

### Clear and concise description of the problem We should fix the schemas and type names because we're not happy how they'e called across the codebase. ### Suggested solution Making...

enhancement

### Clear and concise description of the problem We're using our own seed implementation along with faker.js to seed. ### Suggested solution [Drizzle Seed](https://orm.drizzle.team/docs/seed-overview) came out - use that instead....

enhancement

### Clear and concise description of the problem Add validations like checking if a slug is not empty before creating an article. ### Suggested solution Validate using TypeBox. ### Alternative...

enhancement

### Describe the bug we are getting a stringified (including symbols like `\n`) instead of an embedded json object in the response of errors. ### Reproduction Create a post using...

### Clear and concise description of the problem Today we define authentication in swagger: ```ts detail: { summary: 'Create Article', security: [ { tokenAuth: [], }, ], }, ``` and...

### Describe the bug downloading the openapi results in a json.json file not an openapi.json file ### Reproduction run the repo and click download this api button ### System Info...

https://elysiajs.com/recipe/drizzle.html Let's make sure we're aligned with this recipe ### Validations - [x] Read the [Contributing Guide](https://github.com/agnyz/bedstack/blob/main/CONTRIBUTING.md). - [x] Read the `README.md`. - [x] Check that there isn't already an...

Consider best practices for the delete operations in the db layer, and consider recommendations of the RealWorld spec (if they discuss this). See full context here: https://github.com/agnyz/bedstack/pull/134#discussion_r2002022279 ### Validations -...

Basically, see discussion here: https://github.com/agnyz/bedstack/pull/129#discussion_r2001872246 ### Validations - [x] Read the [Contributing Guidelines](https://github.com/agnyz/bedstack/blob/main/CONTRIBUTING.md). - [x] Check that there isn't [already an issue](https://github.com/agnyz/bedstack/issues) that reports the same bug. - [x] Check...